|
||||||||||
| 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 java.net.Socket |
_socket
|
| Constructor Summary | |
|---|---|
SocketConnector.ConnectorEndPoint(java.net.Socket socket)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
dispatch()
|
int |
fill(Buffer buffer)
|
Connection |
getConnection()
|
void |
run()
|
void |
setConnection(Connection connection)
|
| 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 |
| Field Detail |
|---|
protected final java.net.Socket _socket
| Constructor Detail |
|---|
public SocketConnector.ConnectorEndPoint(java.net.Socket socket)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public Connection getConnection()
getConnection in interface ConnectedEndPointpublic void setConnection(Connection connection)
setConnection in interface ConnectedEndPoint
public void dispatch()
throws java.io.IOException
java.io.IOException
public int fill(Buffer buffer)
throws java.io.IOException
fill in interface EndPointfill in class StreamEndPointjava.io.IOException
public void close()
throws java.io.IOException
close in interface EndPointclose in class SocketEndPointjava.io.IOExceptionpublic void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||