|
Public Member Functions |
| | AdminServer () throws DirectorException |
| | AdminServer (int port) |
| void | startListen () throws DirectorException |
| void | listen () throws DirectorException |
Static Public Member Functions |
| static BufferedReader | connectAdminServer (final String url, long timeout) throws DirectorException |
| static String | contactAdminServer (String url, long timeout, final int sizeLimit) throws IOException, DirectorException |
Protected Member Functions |
| String | decode (String url) |
| void | oneConnection (Socket incoming) throws DirectorException |
| void | head (OutputStream out, String type, boolean haveProto) throws DirectorException |
Package Attributes |
| int | port |
| boolean | shutdown = false |
| ServerSocket | listenSocket = null |