Uses of Class
io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
-
Packages that use FlowControlHandler.RecyclableArrayDeque Package Description io.netty.handler.flow Package to control the flow of messages. -
-
Uses of FlowControlHandler.RecyclableArrayDeque in io.netty.handler.flow
Fields in io.netty.handler.flow declared as FlowControlHandler.RecyclableArrayDeque Modifier and Type Field Description private FlowControlHandler.RecyclableArrayDequeFlowControlHandler. queueFields in io.netty.handler.flow with type parameters of type FlowControlHandler.RecyclableArrayDeque Modifier and Type Field Description private ObjectPool.Handle<FlowControlHandler.RecyclableArrayDeque>FlowControlHandler.RecyclableArrayDeque. handleprivate static ObjectPool<FlowControlHandler.RecyclableArrayDeque>FlowControlHandler.RecyclableArrayDeque. RECYCLERMethods in io.netty.handler.flow that return FlowControlHandler.RecyclableArrayDeque Modifier and Type Method Description static FlowControlHandler.RecyclableArrayDequeFlowControlHandler.RecyclableArrayDeque. newInstance()Constructor parameters in io.netty.handler.flow with type arguments of type FlowControlHandler.RecyclableArrayDeque Constructor Description RecyclableArrayDeque(int numElements, ObjectPool.Handle<FlowControlHandler.RecyclableArrayDeque> handle)
-