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


字段摘要
 
从类 org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint 继承的字段
_socket
 
构造方法摘要
SslSocketConnector.SslConnectorEndPoint(Socket socket)
           
 
方法摘要
 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.server.bio.SocketConnector.ConnectorEndPoint 继承的方法
close, dispatch, fill, getConnection, setConnection
 
从类 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
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 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.