org.eclipse.jetty.server.ssl
类 SslSocketConnector.SslConnectorEndPoint
java.lang.Object
org.eclipse.jetty.io.bio.StreamEndPoint
org.eclipse.jetty.io.bio.SocketEndPoint
org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
- 所有已实现的接口:
- Runnable, ConnectedEndPoint, EndPoint
- 包容类:
- SslSocketConnector
public class SslSocketConnector.SslConnectorEndPoint
- extends SocketConnector.ConnectorEndPoint
|
方法摘要 |
void |
run()
|
void |
shutdownInput()
Shutdown any backing input stream associated with the endpoint |
void |
shutdownOutput()
Shutdown any backing output stream associated with the endpoint |
| 从类 org.eclipse.jetty.io.bio.SocketEndPoint 继承的方法 |
getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownSocketInput, shutdownSocketOutput, toString |
| 从类 org.eclipse.jetty.io.bio.StreamEndPoint 继承的方法 |
blockReadable, blockWritable, flush, flush, flush, getInputStream, getMaxIdleTime, getOutputStream, isBlocking, isClosed, setInputStream, setOutputStream |
| 从接口 org.eclipse.jetty.io.EndPoint 继承的方法 |
blockReadable, blockWritable, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime |
SslSocketConnector.SslConnectorEndPoint
public SslSocketConnector.SslConnectorEndPoint(Socket socket)
throws IOException
- 抛出:
IOException
shutdownOutput
public void shutdownOutput()
throws IOException
- 从接口
EndPoint 复制的描述
- Shutdown any backing output stream associated with the endpoint
- 指定者:
- 接口
EndPoint 中的 shutdownOutput - 覆盖:
- 类
SocketEndPoint 中的 shutdownOutput
- 抛出:
IOException
shutdownInput
public void shutdownInput()
throws IOException
- 从接口
EndPoint 复制的描述
- Shutdown any backing input stream associated with the endpoint
- 指定者:
- 接口
EndPoint 中的 shutdownInput - 覆盖:
- 类
SocketEndPoint 中的 shutdownInput
- 抛出:
IOException
run
public void run()
- 指定者:
- 接口
Runnable 中的 run - 覆盖:
- 类
SocketConnector.ConnectorEndPoint 中的 run
Copyright © 2013. All Rights Reserved.