Uses of Interface
io.netty.handler.codec.http2.Http2Connection.Endpoint
Packages that use Http2Connection.Endpoint
-
Uses of Http2Connection.Endpoint in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2Connection.EndpointModifier and TypeClassDescriptionprivate final class
Simple endpoint implementation.Methods in io.netty.handler.codec.http2 that return Http2Connection.EndpointModifier and TypeMethodDescriptionDefaultHttp2Connection.local()
Http2Connection.local()
Gets a view of this connection from the localHttp2Connection.Endpoint
.Http2Connection.Endpoint
<? extends Http2FlowController> DefaultHttp2Connection.DefaultEndpoint.opposite()
Http2Connection.Endpoint
<? extends Http2FlowController> Http2Connection.Endpoint.opposite()
Gets theHttp2Connection.Endpoint
opposite this one.DefaultHttp2Connection.remote()
Http2Connection.remote()
Gets a view of this connection from the remoteHttp2Connection.Endpoint
.