Package io.servicetalk.transport.api
Interface ConnectionInfo.Protocol
- All Known Subinterfaces:
GrpcServiceContext.GrpcProtocol
- All Known Implementing Classes:
HttpProtocolVersion
- Enclosing interface:
- ConnectionInfo
public static interface ConnectionInfo.Protocol
Provides information about the network protocol.
-
Method Summary
-
Method Details
-
name
String name()Returns name of the protocol.- Returns:
- name of the protocol
-