Uses of Interface
io.undertow.conduits.ByteActivityCallback
-
Packages that use ByteActivityCallback Package Description io.undertow.conduits io.undertow.server -
-
Uses of ByteActivityCallback in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type ByteActivityCallback Constructor Description BytesReceivedStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next, ByteActivityCallback callback)
Construct a new instance.BytesSentStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ByteActivityCallback callback)
Construct a new instance. -
Uses of ByteActivityCallback in io.undertow.server
Methods in io.undertow.server that return ByteActivityCallback Modifier and Type Method Description ByteActivityCallback
ConnectorStatisticsImpl. receivedAccumulator()
ByteActivityCallback
ConnectorStatisticsImpl. sentAccumulator()
-