|
||||||||||
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.Connection
protected class SocketConnector.Connection
Field Summary | |
---|---|
protected java.net.Socket |
_socket
|
Constructor Summary | |
---|---|
SocketConnector.Connection(java.net.Socket socket)
|
Method Summary | |
---|---|
void |
close()
|
void |
dispatch()
|
int |
fill(Buffer buffer)
|
void |
run()
|
Methods inherited from class org.eclipse.jetty.io.bio.SocketEndPoint |
---|
getLocalAddr, getLocalHost, getLocalPort, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isOpen |
Methods inherited from class org.eclipse.jetty.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 |
Field Detail |
---|
protected java.net.Socket _socket
Constructor Detail |
---|
public SocketConnector.Connection(java.net.Socket socket) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void dispatch() throws java.io.IOException
java.io.IOException
public int fill(Buffer buffer) throws java.io.IOException
fill
in interface EndPoint
fill
in class StreamEndPoint
java.io.IOException
public void close() throws java.io.IOException
close
in interface EndPoint
close
in class SocketEndPoint
java.io.IOException
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |