public class BasicServerConnManager extends Object implements ServerConnManager
ServerConnectionManager.| Modifier and Type | Field and Description |
|---|---|
private static ServerConnectionManager |
manager |
| Constructor and Description |
|---|
BasicServerConnManager()
Creates new instance containing a
ServerConnectionManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
handleConnection(ServerConnection conn,
RequestDispatcher dispatcher)
Delegates to the
handleConnection method of the contained
ServerConnectionManager. |
private static final ServerConnectionManager manager
public BasicServerConnManager()
ServerConnectionManager.public void handleConnection(ServerConnection conn, RequestDispatcher dispatcher)
handleConnection method of the contained
ServerConnectionManager.handleConnection in interface ServerConnManagerconn - the server connectiondispatcher - the request dispatcherNullPointerException - if either argument is nullCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.