|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
public class SslSocketConnector.SslConnectorEndPoint
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint |
|---|
_socket |
| Constructor Summary | |
|---|---|
SslSocketConnector.SslConnectorEndPoint(Socket socket)
|
|
| Method Summary | |
|---|---|
void |
run()
|
void |
shutdownInput()
|
void |
shutdownOutput()
|
| Methods inherited from class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint |
|---|
close, dispatch, fill, getConnection, setConnection |
| Methods inherited from class org.eclipse.jetty.io.bio.SocketEndPoint |
|---|
getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime |
| Methods inherited from class org.eclipse.jetty.io.bio.StreamEndPoint |
|---|
blockReadable, blockWritable, flush, flush, flush, getInputStream, getMaxIdleTime, 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 |
| Methods inherited from interface org.eclipse.jetty.io.EndPoint |
|---|
blockReadable, blockWritable, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isBufferingInput, isBufferingOutput, isBufferred, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime |
| Constructor Detail |
|---|
public SslSocketConnector.SslConnectorEndPoint(Socket socket)
throws IOException
IOException| Method Detail |
|---|
public void shutdownOutput()
throws IOException
shutdownOutput in interface org.eclipse.jetty.io.EndPointshutdownOutput in class org.eclipse.jetty.io.bio.SocketEndPointIOException
public void shutdownInput()
throws IOException
shutdownInput in interface org.eclipse.jetty.io.EndPointshutdownInput in class org.eclipse.jetty.io.bio.SocketEndPointIOExceptionpublic void run()
run in interface Runnablerun in class SocketConnector.ConnectorEndPoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||