org.mortbay.jetty.security
Class SslSocketConnector.SslConnection
java.lang.Object
org.mortbay.io.bio.StreamEndPoint
org.mortbay.io.bio.SocketEndPoint
org.mortbay.jetty.bio.SocketConnector.Connection
org.mortbay.jetty.security.SslSocketConnector.SslConnection
- All Implemented Interfaces:
- Runnable, EndPoint
- Enclosing class:
- SslSocketConnector
public class SslSocketConnector.SslConnection
- extends SocketConnector.Connection
|
Method Summary |
void |
run()
|
| 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 |
SslSocketConnector.SslConnection
public SslSocketConnector.SslConnection(Socket socket)
throws IOException
- Throws:
IOException
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class SocketConnector.Connection
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.