| Package | Description |
|---|---|
| org.eclipse.jetty.io | |
| org.eclipse.jetty.io.bio | |
| org.eclipse.jetty.io.nio |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncEndPoint |
interface |
ConnectedEndPoint |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayEndPoint
ByteArrayEndPoint.
|
| Modifier and Type | Field and Description |
|---|---|
protected EndPoint |
AbstractConnection._endp |
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
AbstractConnection.getEndPoint() |
| Constructor and Description |
|---|
AbstractConnection(EndPoint endp) |
AbstractConnection(EndPoint endp,
long timestamp) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketEndPoint |
class |
StreamEndPoint |
class |
StringEndPoint
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelEndPoint
Channel End Point.
|
class |
NetworkTrafficSelectChannelEndPoint |
class |
SelectChannelEndPoint
An Endpoint that can be scheduled by
SelectorManager. |
class |
SslConnection.SslEndPoint |
| Constructor and Description |
|---|
SslConnection(SSLEngine engine,
EndPoint endp) |
SslConnection(SSLEngine engine,
EndPoint endp,
long timeStamp) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.