public final class Grpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Grpc.TransportAttr
Annotation for transport attributes.
|
| Modifier and Type | Field and Description |
|---|---|
static Attributes.Key<java.net.SocketAddress> |
TRANSPORT_ATTR_LOCAL_ADDR
Attribute key for the local address of a transport.
|
static Attributes.Key<java.net.SocketAddress> |
TRANSPORT_ATTR_REMOTE_ADDR
Attribute key for the remote address of a transport.
|
static Attributes.Key<javax.net.ssl.SSLSession> |
TRANSPORT_ATTR_SSL_SESSION
Attribute key for SSL session of a transport.
|
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1710") @Grpc.TransportAttr public static final Attributes.Key<java.net.SocketAddress> TRANSPORT_ATTR_REMOTE_ADDR
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1710") @Grpc.TransportAttr public static final Attributes.Key<java.net.SocketAddress> TRANSPORT_ATTR_LOCAL_ADDR
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1710") @Grpc.TransportAttr public static final Attributes.Key<javax.net.ssl.SSLSession> TRANSPORT_ATTR_SSL_SESSION