Package | Description |
---|---|
org.jgrapes.core |
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
|
org.jgrapes.io |
I/O related components built on top of the core package.
|
org.jgrapes.io.util |
Utility classes, mainly for adapted buffers to specific needs.
|
org.jgrapes.net |
Networking related I/O classes.
|
Modifier and Type | Method and Description |
---|---|
Subchannel.DefaultSubchannel |
Subchannel.DefaultSubchannel.setAssociated(Object by,
Object with)
Establishes a “named” association to an associated object.
|
Modifier and Type | Class and Description |
---|---|
static class |
IOSubchannel.DefaultIOSubchannel
A simple implementation of
IOSubchannel . |
Modifier and Type | Class and Description |
---|---|
class |
LinkedIOSubchannel
Provides an I/O subchannel that is linked to another I/O subchannel.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TcpConnectionManager.TcpChannelImpl
The internal representation of a connection.
|