Interface ProtocolPathEntry


public interface ProtocolPathEntry
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the resulting protocol after transformation using the protocol() protocol handlers.
    Protocol<?,?,?,?>
    Returns the protocol to be applied with this entry.
  • Method Details

    • outputProtocolVersion

      ProtocolVersion outputProtocolVersion()
      Returns the resulting protocol after transformation using the protocol() protocol handlers.
      Returns:
      output protocol version after transformation
    • protocol

      Protocol<?,?,?,?> protocol()
      Returns the protocol to be applied with this entry.
      Returns:
      protocol to be applied with this entry