public class BasicServerConnManager extends Object implements ServerConnManager
ServerConnectionManager.| 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. |
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 © 2016–2018. All rights reserved.