Interface ProtocolPathEntry
public interface ProtocolPathEntry
-
Method Summary
Modifier and TypeMethodDescriptionReturns the resulting protocol after transformation using theprotocol()
protocol handlers.Protocol<?,
?, ?, ?> protocol()
Returns the protocol to be applied with this entry.
-
Method Details
-
outputProtocolVersion
ProtocolVersion outputProtocolVersion()Returns the resulting protocol after transformation using theprotocol()
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
-