|
||||||||||
| 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
protected class SocketConnector.ConnectorEndPoint
| Field Summary | |
|---|---|
protected Socket |
_socket
|
| Constructor Summary | |
|---|---|
SocketConnector.ConnectorEndPoint(Socket socket)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
dispatch()
|
int |
fill(org.eclipse.jetty.io.Buffer buffer)
|
org.eclipse.jetty.io.Connection |
getConnection()
|
void |
run()
|
void |
setConnection(org.eclipse.jetty.io.Connection connection)
|
| Methods inherited from class org.eclipse.jetty.io.bio.SocketEndPoint |
|---|
getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, idleExpired, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownInput, shutdownOutput |
| 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, shutdownInput, shutdownOutput |
| Field Detail |
|---|
protected final Socket _socket
| Constructor Detail |
|---|
public SocketConnector.ConnectorEndPoint(Socket socket)
throws IOException
IOException| Method Detail |
|---|
public org.eclipse.jetty.io.Connection getConnection()
getConnection in interface org.eclipse.jetty.io.ConnectedEndPointpublic void setConnection(org.eclipse.jetty.io.Connection connection)
setConnection in interface org.eclipse.jetty.io.ConnectedEndPoint
public void dispatch()
throws IOException
IOException
public int fill(org.eclipse.jetty.io.Buffer buffer)
throws IOException
fill in interface org.eclipse.jetty.io.EndPointfill in class org.eclipse.jetty.io.bio.StreamEndPointIOException
public void close()
throws IOException
close in interface org.eclipse.jetty.io.EndPointclose in class org.eclipse.jetty.io.bio.SocketEndPointIOExceptionpublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||