org.mortbay.jetty.security
Class SslSocketConnector.SslConnection

java.lang.Object
  extended byorg.mortbay.io.bio.StreamEndPoint
      extended byorg.mortbay.io.bio.SocketEndPoint
          extended byorg.mortbay.jetty.bio.SocketConnector.Connection
              extended byorg.mortbay.jetty.security.SslSocketConnector.SslConnection
All Implemented Interfaces:
EndPoint, Runnable
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
Method Detail

run

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


Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.