Method Summary |
|
protected Connection | getConnection() Returns the Simple connection. |
public int | getDefaultThreads() Returns the default number of polling threads for a handler object. |
protected PipelineHandler | getHandler() Returns the Simple pipeline handler. |
public int | getMaxWaitTimeMs() Returns the maximum waiting time between polls of the input. |
protected ServerSocket | getSocket() Returns the server socket this server is listening to. |
protected boolean | isConfidential() Indicates if this service is acting in HTTP or HTTPS mode. |
protected void | setConfidential(boolean confidential) Indicates if this service is acting in HTTP or HTTPS mode. |
protected void | setConnection(Connection connection) Sets the Simple connection. |
protected void | setHandler(PipelineHandler handler) Sets the Simple pipeline handler. |
protected void | setSocket(ServerSocket socket) Sets the server socket this server is listening to. |
public void | stop() Stops the Restlet. |