Uses of Class
org.jppf.server.nio.multiplexer.generic.ByteBufferWrapper

Packages that use ByteBufferWrapper
org.jppf.server.nio.multiplexer.generic Classes supporting the multiplexing of TCP ports. 
 

Uses of ByteBufferWrapper in org.jppf.server.nio.multiplexer.generic
 

Methods in org.jppf.server.nio.multiplexer.generic that return ByteBufferWrapper
 ByteBufferWrapper MultiplexerContext.nextPendingMessage()
          Retrieve, and remove from the list, the next pending message.
 

Methods in org.jppf.server.nio.multiplexer.generic with parameters of type ByteBufferWrapper
 void MultiplexerContext.addPendingMessage(ByteBufferWrapper message)
          Add a message to the list of pending messages.
 



Copyright © 2005-2010 JPPF Team.