|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOFuture | |
---|---|
com.sun.jini.jeri.internal.mux |
Uses of IOFuture in com.sun.jini.jeri.internal.mux |
---|
Methods in com.sun.jini.jeri.internal.mux that return IOFuture | |
---|---|
(package private) IOFuture |
StreamConnectionIO.futureSend(ByteBuffer first,
ByteBuffer second)
|
(package private) abstract IOFuture |
ConnectionIO.futureSend(ByteBuffer first,
ByteBuffer second)
Sends the sequence of bytes contained in the supplied buffers to the underlying connection. |
(package private) IOFuture |
SocketChannelConnectionIO.futureSend(ByteBuffer first,
ByteBuffer second)
|
(package private) IOFuture |
Mux.futureSendData(int op,
int sessionID,
ByteBuffer data)
Sends a Data message for the specified sessionID with the contents of the supplied buffer as the data. |
(package private) IOFuture |
Mux.futureSendError(String message)
Sends an Error message with the UTF-8 encoding of the supplied message as the data. |
Methods in com.sun.jini.jeri.internal.mux with parameters of type IOFuture | |
---|---|
private void |
Session.MuxOutputStream.waitForIO(IOFuture future)
This method must NOT be invoked while synchronized on this session's lock. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |