|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connector | |
|---|---|
| org.mortbay.jetty | |
| org.mortbay.jetty.ajp | |
| org.mortbay.jetty.bio | |
| org.mortbay.jetty.grizzly | |
| org.mortbay.jetty.nio | |
| org.mortbay.jetty.security | |
| Uses of Connector in org.mortbay.jetty |
|---|
| Classes in org.mortbay.jetty that implement Connector | |
|---|---|
class |
AbstractConnector
Abstract Connector implementation. |
class |
LocalConnector
|
| Fields in org.mortbay.jetty declared as Connector | |
|---|---|
protected Connector |
HttpConnection._connector
|
| Methods in org.mortbay.jetty that return Connector | |
|---|---|
Connector |
HttpConnection.getConnector()
|
Connector[] |
Server.getConnectors()
|
| Methods in org.mortbay.jetty with parameters of type Connector | |
|---|---|
void |
Server.addConnector(Connector connector)
|
void |
Server.removeConnector(Connector connector)
Conveniance method which calls Server.getConnectors() and Server.setConnectors(Connector[]) to
remove a connector. |
void |
Server.setConnectors(Connector[] connectors)
Set the connectors for this server. |
| Constructors in org.mortbay.jetty with parameters of type Connector | |
|---|---|
HttpConnection(Connector connector,
EndPoint endpoint,
Server server)
Constructor |
|
| Uses of Connector in org.mortbay.jetty.ajp |
|---|
| Classes in org.mortbay.jetty.ajp that implement Connector | |
|---|---|
class |
Ajp13SocketConnector
|
| Constructors in org.mortbay.jetty.ajp with parameters of type Connector | |
|---|---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
|
|
| Uses of Connector in org.mortbay.jetty.bio |
|---|
| Classes in org.mortbay.jetty.bio that implement Connector | |
|---|---|
class |
SocketConnector
Socket Connector. |
| Uses of Connector in org.mortbay.jetty.grizzly |
|---|
| Classes in org.mortbay.jetty.grizzly that implement Connector | |
|---|---|
class |
GrizzlyConnector
|
class |
GrizzlyConnectorAdapter
Simple connector that disable Grizzly's SelectorThread ServerSocketChannel. |
| Uses of Connector in org.mortbay.jetty.nio |
|---|
| Classes in org.mortbay.jetty.nio that implement Connector | |
|---|---|
class |
AbstractNIOConnector
|
class |
BlockingChannelConnector
Blocking NIO connector. |
class |
SelectChannelConnector
Selecting NIO connector. |
| Uses of Connector in org.mortbay.jetty.security |
|---|
| Classes in org.mortbay.jetty.security that implement Connector | |
|---|---|
class |
SslSelectChannelConnector
SslSelectChannelConnector. |
class |
SslSocketConnector
JSSE Socket Listener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||