Package io.grpc
Class Grpc
- java.lang.Object
-
- io.grpc.Grpc
-
public final class Grpc extends java.lang.ObjectStuff that are part of the public API but are not bound to particular classes, e.g., static methods, constants, attribute and context keys.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGrpc.TransportAttrAnnotation for transport attributes.
-
Field Summary
Fields Modifier and Type Field Description static Attributes.Key<java.net.SocketAddress>TRANSPORT_ATTR_LOCAL_ADDRAttribute key for the local address of a transport.static Attributes.Key<java.net.SocketAddress>TRANSPORT_ATTR_REMOTE_ADDRAttribute key for the remote address of a transport.static Attributes.Key<javax.net.ssl.SSLSession>TRANSPORT_ATTR_SSL_SESSIONAttribute key for SSL session of a transport.
-
-
-
Field Detail
-
TRANSPORT_ATTR_REMOTE_ADDR
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1710") @TransportAttr public static final Attributes.Key<java.net.SocketAddress> TRANSPORT_ATTR_REMOTE_ADDR
Attribute key for the remote address of a transport.
-
TRANSPORT_ATTR_LOCAL_ADDR
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1710") @TransportAttr public static final Attributes.Key<java.net.SocketAddress> TRANSPORT_ATTR_LOCAL_ADDR
Attribute key for the local address of a transport.
-
TRANSPORT_ATTR_SSL_SESSION
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1710") @TransportAttr public static final Attributes.Key<javax.net.ssl.SSLSession> TRANSPORT_ATTR_SSL_SESSION
Attribute key for SSL session of a transport.
-
-