| java.lang.Object pygmy.core.ServerSocketEndPoint
All known Subclasses: pygmy.nntp.NntpEndPoint, pygmy.core.SSLServerSocketEndPoint,
ServerSocketEndPoint | public class ServerSocketEndPoint implements EndPoint,Runnable(Code) | | This EndPoint provides normal sockets for the http protocol. It can be sublasses and overriden for protocols other
than http.
port | The port the socket should listen on. | 80 | No |
host | The ip or dns of the host adapter this socket should bind to. | None | No |
resolveHostName | If the server should do a reverse DNS on the connections so the logs will show the DNS name of the client. | false | No |
|
resolveHostName | protected boolean resolveHostName(Code) | | |
ServerSocketEndPoint | public ServerSocketEndPoint()(Code) | | |
start | public void start()(Code) | | |
|
|