|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionHeader | |
de.netseeker.ejoe | |
de.netseeker.ejoe.io |
Uses of ConnectionHeader in de.netseeker.ejoe |
Methods in de.netseeker.ejoe with parameters of type ConnectionHeader | |
void |
ConnectionProcessorManager.register(ConnectionHeader clientInfo,
int interest)
|
void |
ChannelRegistrar.register(ConnectionHeader receiverInfo,
int interest)
(Re-)Adds a incomplete read channel to the list of channels processed by the Selector of this ChannelRegistrar |
Constructors in de.netseeker.ejoe with parameters of type ConnectionHeader | |
ConnectionWriter(ChannelRegistrar registrar,
ConnectionHeader senderInfo,
ConnectionHeader receiverInfo)
|
|
ConnectionReader(ChannelRegistrar registrar,
ConnectionHeader receiverInfo,
ConnectionHeader senderInfo,
ServerHandler handler)
|
|
ConnectionProcessorManager(ConnectionHeader serverInfo,
ServerHandler handler,
int maxReadProcessors,
int maxWriteProcessors)
Creates a new ConnectionProcessorManager instance. |
|
ConnectionProcessorManager(ConnectionHeader serverInfo,
ServerHandler handler,
int maxProcessors,
int maxWriteProcessors,
boolean useThreadedReadProcessors)
Creates a new ConnectionProcessorManager instance |
Uses of ConnectionHeader in de.netseeker.ejoe.io |
Methods in de.netseeker.ejoe.io that return ConnectionHeader | |
static ConnectionHeader |
IOUtils.handshake(java.nio.channels.SocketChannel channel,
ConnectionHeader header,
boolean sendBeforeReceive,
long timeout)
Handshake for a socket channel. |
Methods in de.netseeker.ejoe.io with parameters of type ConnectionHeader | |
static ConnectionHeader |
IOUtils.handshake(java.nio.channels.SocketChannel channel,
ConnectionHeader header,
boolean sendBeforeReceive,
long timeout)
Handshake for a socket channel. |
static int |
IOUtils.readHeader(ConnectionHeader header)
Receives a EJOE specific header containing the size of the next ByteBuffer. |
static void |
IOUtils.writeHeader(ConnectionHeader header,
java.nio.ByteBuffer buffer)
Sends a EJOE specific header containing the lengh of the given ByteBuffer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |