Uses of Class
io.quarkus.netty.runtime.virtual.VirtualChannel
-
Packages that use VirtualChannel Package Description io.quarkus.netty.runtime.virtual -
-
Uses of VirtualChannel in io.quarkus.netty.runtime.virtual
Fields in io.quarkus.netty.runtime.virtual declared as VirtualChannel Modifier and Type Field Description protected VirtualChannel
VirtualClientConnection. peer
Fields in io.quarkus.netty.runtime.virtual with type parameters of type VirtualChannel Modifier and Type Field Description protected static AtomicReferenceFieldUpdater<VirtualChannel,io.netty.util.concurrent.Future>
VirtualChannel. FINISH_READ_FUTURE_UPDATER
Methods in io.quarkus.netty.runtime.virtual that return VirtualChannel Modifier and Type Method Description protected VirtualChannel
VirtualServerChannel. newLocalChannel(VirtualClientConnection peer)
A factory method forVirtualChannel
s.(package private) VirtualChannel
VirtualServerChannel. serve(VirtualClientConnection peer)
-