- java.lang.Object
-
- org.eclipse.jetty.io.bio.StreamEndPoint
-
- org.eclipse.jetty.io.bio.SocketEndPoint
-
- org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected Socket |
_socket |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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, 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 interface org.eclipse.jetty.io.EndPoint
blockReadable, blockWritable, flush, flush, flush, getLocalAddr, getLocalHost, getLocalPort, getMaxIdleTime, getRemoteAddr, getRemoteHost, getRemotePort, getTransport, isBlocking, isInputShutdown, isOpen, isOutputShutdown, setMaxIdleTime, shutdownInput, shutdownOutput
-
-
Method Detail
-
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 1995-2016 Mort Bay Consulting. All Rights Reserved.