|
||||||||||
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 |
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, isOpen, 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, isOpen, 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 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 |