|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectChannelEndPoint | |
|---|---|
| org.eclipse.jetty.io.nio | |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.server.nio | |
| org.eclipse.jetty.server.ssl | |
| Uses of SelectChannelEndPoint in org.eclipse.jetty.io.nio |
|---|
| Subclasses of SelectChannelEndPoint in org.eclipse.jetty.io.nio | |
|---|---|
class |
NetworkTrafficSelectChannelEndPoint
|
class |
SslSelectChannelEndPoint
SslSelectChannelEndPoint |
| Methods in org.eclipse.jetty.io.nio that return SelectChannelEndPoint | |
|---|---|
protected abstract SelectChannelEndPoint |
SelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey sKey)
Create a new end point |
| Methods in org.eclipse.jetty.io.nio with parameters of type SelectChannelEndPoint | |
|---|---|
void |
SelectorManager.SelectSet.destroyEndPoint(SelectChannelEndPoint endp)
|
protected abstract void |
SelectorManager.endPointClosed(SelectChannelEndPoint endpoint)
|
protected abstract void |
SelectorManager.endPointOpened(SelectChannelEndPoint endpoint)
|
protected abstract Connection |
SelectorManager.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
| Uses of SelectChannelEndPoint in org.eclipse.jetty.server.handler |
|---|
| Methods in org.eclipse.jetty.server.handler with parameters of type SelectChannelEndPoint | |
|---|---|
void |
ConnectHandler.ProxyToServerConnection.setEndPoint(SelectChannelEndPoint endpoint)
|
| Uses of SelectChannelEndPoint in org.eclipse.jetty.server.nio |
|---|
| Methods in org.eclipse.jetty.server.nio that return SelectChannelEndPoint | |
|---|---|
protected SelectChannelEndPoint |
SelectChannelConnector.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key)
|
protected SelectChannelEndPoint |
NetworkTrafficSelectChannelConnector.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key)
|
| Methods in org.eclipse.jetty.server.nio with parameters of type SelectChannelEndPoint | |
|---|---|
protected void |
SelectChannelConnector.endPointClosed(SelectChannelEndPoint endpoint)
|
protected void |
NetworkTrafficSelectChannelConnector.endPointClosed(SelectChannelEndPoint endpoint)
|
protected Connection |
SelectChannelConnector.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
| Uses of SelectChannelEndPoint in org.eclipse.jetty.server.ssl |
|---|
| Methods in org.eclipse.jetty.server.ssl that return SelectChannelEndPoint | |
|---|---|
protected SelectChannelEndPoint |
SslSelectChannelConnector.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key)
|
| Methods in org.eclipse.jetty.server.ssl with parameters of type SelectChannelEndPoint | |
|---|---|
protected Connection |
SslSelectChannelConnector.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||