|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jetty.ajp 中 EndPoint 的使用 |
|---|
| 参数类型为 EndPoint 的 org.eclipse.jetty.ajp 中的方法 | |
|---|---|
void |
Ajp13SocketConnector.customize(EndPoint endpoint,
Request request)
|
protected Connection |
Ajp13SocketConnector.newConnection(EndPoint endpoint)
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.ajp 中的构造方法 | |
|---|---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
|
|
Ajp13Generator(Buffers buffers,
EndPoint io)
|
|
Ajp13Parser(Buffers buffers,
EndPoint endPoint)
|
|
| org.eclipse.jetty.client 中 EndPoint 的使用 |
|---|
| 参数类型为 EndPoint 的 org.eclipse.jetty.client 中的方法 | |
|---|---|
protected Connection |
HttpExchange.onSwitchProtocol(EndPoint endp)
|
| org.eclipse.jetty.http 中 EndPoint 的使用 |
|---|
| 声明为 EndPoint 的 org.eclipse.jetty.http 中的字段 | |
|---|---|
protected EndPoint |
AbstractGenerator._endp
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.http 中的构造方法 | |
|---|---|
AbstractGenerator(Buffers buffers,
EndPoint io)
Constructor. |
|
HttpGenerator(Buffers buffers,
EndPoint io)
Constructor. |
|
HttpParser(Buffers buffers,
EndPoint endp,
HttpParser.EventHandler handler)
Constructor. |
|
| org.eclipse.jetty.io 中 EndPoint 的使用 |
|---|
| org.eclipse.jetty.io 中 EndPoint 的子接口 | |
|---|---|
interface |
AsyncEndPoint
|
interface |
ConnectedEndPoint
|
| 实现 EndPoint 的 org.eclipse.jetty.io 中的类 | |
|---|---|
class |
ByteArrayEndPoint
ByteArrayEndPoint. |
| 声明为 EndPoint 的 org.eclipse.jetty.io 中的字段 | |
|---|---|
protected EndPoint |
AbstractConnection._endp
|
| 返回 EndPoint 的 org.eclipse.jetty.io 中的方法 | |
|---|---|
EndPoint |
AbstractConnection.getEndPoint()
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.io 中的构造方法 | |
|---|---|
AbstractConnection(EndPoint endp)
|
|
AbstractConnection(EndPoint endp,
long timestamp)
|
|
| org.eclipse.jetty.io.bio 中 EndPoint 的使用 |
|---|
| 实现 EndPoint 的 org.eclipse.jetty.io.bio 中的类 | |
|---|---|
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 |
| org.eclipse.jetty.io.nio 中 EndPoint 的使用 |
|---|
| 实现 EndPoint 的 org.eclipse.jetty.io.nio 中的类 | |
|---|---|
class |
ChannelEndPoint
Channel End Point. |
class |
NetworkTrafficSelectChannelEndPoint
|
class |
SelectChannelEndPoint
An Endpoint that can be scheduled by SelectorManager. |
class |
SslConnection.SslEndPoint
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.io.nio 中的构造方法 | |
|---|---|
SslConnection(SSLEngine engine,
EndPoint endp)
|
|
SslConnection(SSLEngine engine,
EndPoint endp,
long timeStamp)
|
|
| org.eclipse.jetty.nested 中 EndPoint 的使用 |
|---|
| 实现 EndPoint 的 org.eclipse.jetty.nested 中的类 | |
|---|---|
class |
NestedEndPoint
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.nested 中的构造方法 | |
|---|---|
NestedGenerator(Buffers buffers,
EndPoint io,
HttpServletResponse response,
String nestedIn)
|
|
| org.eclipse.jetty.server 中 EndPoint 的使用 |
|---|
| 参数类型为 EndPoint 的 org.eclipse.jetty.server 中的方法 | |
|---|---|
protected void |
AbstractConnector.checkForwardedHeaders(EndPoint endpoint,
Request request)
|
void |
Connector.customize(EndPoint endpoint,
Request request)
Customize a request for an endpoint. |
void |
AbstractConnector.customize(EndPoint endpoint,
Request request)
|
protected HttpGenerator |
AbstractHttpConnection.newHttpGenerator(Buffers responseBuffers,
EndPoint endPoint)
|
protected HttpParser |
AbstractHttpConnection.newHttpParser(Buffers requestBuffers,
EndPoint endpoint,
HttpParser.EventHandler requestHandler)
|
void |
Connector.persist(EndPoint endpoint)
Persist an endpoint. |
void |
AbstractConnector.persist(EndPoint endpoint)
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.server 中的构造方法 | |
|---|---|
AbstractHttpConnection(Connector connector,
EndPoint endpoint,
Server server)
|
|
AbstractHttpConnection(Connector connector,
EndPoint endpoint,
Server server,
Parser parser,
Generator generator,
Request request)
|
|
AsyncHttpConnection(Connector connector,
EndPoint endpoint,
Server server)
|
|
BlockingHttpConnection(Connector connector,
EndPoint endpoint,
Server server)
|
|
BlockingHttpConnection(Connector connector,
EndPoint endpoint,
Server server,
Parser parser,
Generator generator,
Request request)
|
|
| org.eclipse.jetty.server.bio 中 EndPoint 的使用 |
|---|
| 实现 EndPoint 的 org.eclipse.jetty.server.bio 中的类 | |
|---|---|
protected class |
SocketConnector.ConnectorEndPoint
|
| 类型参数类型为 EndPoint 的 org.eclipse.jetty.server.bio 中的字段 | |
|---|---|
protected Set<EndPoint> |
SocketConnector._connections
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.server.bio 中的方法 | |
|---|---|
void |
SocketConnector.customize(EndPoint endpoint,
Request request)
|
protected Connection |
SocketConnector.newConnection(EndPoint endpoint)
Allows subclass to override Conection if required. |
| org.eclipse.jetty.server.handler 中 EndPoint 的使用 |
|---|
| 参数类型为 EndPoint 的 org.eclipse.jetty.server.handler 中的方法 | |
|---|---|
protected ConnectHandler.ClientToProxyConnection |
ConnectHandler.newClientToProxyConnection(ConcurrentMap<String,Object> context,
SocketChannel channel,
EndPoint endPoint,
long timeStamp)
|
protected int |
ConnectHandler.read(EndPoint endPoint,
Buffer buffer,
ConcurrentMap<String,Object> context)
Reads (with non-blocking semantic) into the given buffer from the given endPoint. |
protected int |
ConnectHandler.write(EndPoint endPoint,
Buffer buffer,
ConcurrentMap<String,Object> context)
Writes (with blocking semantic) the given buffer of data onto the given endPoint. |
| 参数类型为 EndPoint 的 org.eclipse.jetty.server.handler 中的构造方法 | |
|---|---|
ConnectHandler.ClientToProxyConnection(ConcurrentMap<String,Object> context,
SocketChannel channel,
EndPoint endPoint,
long timestamp)
|
|
| org.eclipse.jetty.server.nio 中 EndPoint 的使用 |
|---|
| 参数类型为 EndPoint 的 org.eclipse.jetty.server.nio 中的方法 | |
|---|---|
void |
SelectChannelConnector.customize(EndPoint endpoint,
Request request)
|
void |
BlockingChannelConnector.customize(EndPoint endpoint,
Request request)
|
void |
SelectChannelConnector.persist(EndPoint endpoint)
|
| org.eclipse.jetty.server.ssl 中 EndPoint 的使用 |
|---|
| 实现 EndPoint 的 org.eclipse.jetty.server.ssl 中的类 | |
|---|---|
class |
SslSocketConnector.SslConnectorEndPoint
|
| 参数类型为 EndPoint 的 org.eclipse.jetty.server.ssl 中的方法 | |
|---|---|
void |
SslSocketConnector.customize(EndPoint endpoint,
Request request)
Allow the Listener a chance to customise the request. before the server does its stuff. |
void |
SslSelectChannelConnector.customize(EndPoint endpoint,
Request request)
Allow the Listener a chance to customise the request. before the server does its stuff. |
static void |
SslCertificates.customize(SSLSession sslSession,
EndPoint endpoint,
Request request)
Allow the Listener a chance to customise the request. before the server does its stuff. |
| org.eclipse.jetty.websocket 中 EndPoint 的使用 |
|---|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||