|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectChannelEndPoint | |
---|---|
org.mortbay.io.nio | |
org.mortbay.jetty.nio | |
org.mortbay.jetty.security |
Uses of SelectChannelEndPoint in org.mortbay.io.nio |
---|
Methods in org.mortbay.io.nio that return SelectChannelEndPoint | |
---|---|
protected abstract SelectChannelEndPoint |
SelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey sKey)
|
Methods in org.mortbay.io.nio with parameters of type SelectChannelEndPoint | |
---|---|
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.mortbay.jetty.nio |
---|
Subclasses of SelectChannelEndPoint in org.mortbay.jetty.nio | |
---|---|
static class |
SelectChannelConnector.ConnectorEndPoint
|
Methods in org.mortbay.jetty.nio that return SelectChannelEndPoint | |
---|---|
protected SelectChannelEndPoint |
SelectChannelConnector.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key)
|
Methods in org.mortbay.jetty.nio with parameters of type SelectChannelEndPoint | |
---|---|
protected Connection |
SelectChannelConnector.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
Uses of SelectChannelEndPoint in org.mortbay.jetty.security |
---|
Subclasses of SelectChannelEndPoint in org.mortbay.jetty.security | |
---|---|
class |
SslHttpChannelEndPoint
SslHttpChannelEndPoint. |
Methods in org.mortbay.jetty.security that return SelectChannelEndPoint | |
---|---|
protected SelectChannelEndPoint |
SslSelectChannelConnector.newEndPoint(SocketChannel channel,
SelectorManager.SelectSet selectSet,
SelectionKey key)
|
Methods in org.mortbay.jetty.security with parameters of type SelectChannelEndPoint | |
---|---|
protected Connection |
SslSelectChannelConnector.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |