|
||||||||||
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(java.net.Socket socket)
|
Method Summary | |
---|---|
void |
run()
|
void |
shutdownInput()
Shutdown any backing input stream associated with the endpoint |
void |
shutdownOutput()
Shutdown any backing output stream associated with the endpoint |
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, shutdownSocketInput, shutdownSocketOutput, toString |
Methods inherited from class org.eclipse.jetty.io.bio.StreamEndPoint |
---|
blockReadable, blockWritable, flush, flush, flush, getInputStream, getMaxIdleTime, getOutputStream, isBlocking, isClosed, setInputStream, setOutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime |
Constructor Detail |
---|
public SslSocketConnector.SslConnectorEndPoint(java.net.Socket socket) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void shutdownOutput() throws java.io.IOException
EndPoint
shutdownOutput
in interface EndPoint
shutdownOutput
in class SocketEndPoint
java.io.IOException
public void shutdownInput() throws java.io.IOException
EndPoint
shutdownInput
in interface EndPoint
shutdownInput
in class SocketEndPoint
java.io.IOException
public void run()
run
in interface java.lang.Runnable
run
in class SocketConnector.ConnectorEndPoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |