org.mortbay.jetty.security
Class SslSocketConnector.SslConnection

java.lang.Object
  extended by org.mortbay.io.bio.StreamEndPoint
      extended by org.mortbay.io.bio.SocketEndPoint
          extended by org.mortbay.jetty.bio.SocketConnector.Connection
              extended by org.mortbay.jetty.security.SslSocketConnector.SslConnection
All Implemented Interfaces:
Runnable, EndPoint
Enclosing class:
SslSocketConnector

public class SslSocketConnector.SslConnection
extends SocketConnector.Connection


Field Summary
 
Fields inherited from class org.mortbay.jetty.bio.SocketConnector.Connection
_socket
 
Constructor Summary
SslSocketConnector.SslConnection(Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.mortbay.jetty.bio.SocketConnector.Connection
dispatch, fill
 
Methods inherited from class org.mortbay.io.bio.SocketEndPoint
close, getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isOpen
 
Methods inherited from class org.mortbay.io.bio.StreamEndPoint
blockReadable, blockWritable, flush, flush, flush, getInputStream, getOutputStream, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, isClosed, setInputStream, setOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslSocketConnector.SslConnection

public SslSocketConnector.SslConnection(Socket socket)
                                 throws IOException
Throws:
IOException
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class SocketConnector.Connection