Uses of Interface
io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Packages that use Http2Connection.Endpoint Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Connection.Endpoint in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2Connection.Endpoint Modifier and Type Method Description Http2Connection.Endpoint<Http2LocalFlowController>DefaultHttp2Connection. local()Http2Connection.Endpoint<Http2LocalFlowController>Http2Connection. local()Gets a view of this connection from the localHttp2Connection.Endpoint.Http2Connection.Endpoint<? extends Http2FlowController>Http2Connection.Endpoint. opposite()Gets theHttp2Connection.Endpointopposite this one.Http2Connection.Endpoint<Http2RemoteFlowController>DefaultHttp2Connection. remote()Http2Connection.Endpoint<Http2RemoteFlowController>Http2Connection. remote()Gets a view of this connection from the remoteHttp2Connection.Endpoint.
-