Package | Description |
---|---|
de.esprit.netsuite.client.net |
Contains GUI gui components for network controlling and monitoring
|
de.esprit.netsuite.client.net.event |
Contains events fired by the clients network components
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.client.netch.io |
Contains the IO specific implementations for the network connections
|
de.esprit.netsuite.server.chreq |
Contains classes that make up the Dual-Port Servers request/response oriented data service
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
Modifier and Type | Method and Description |
---|---|
NetResponse |
RequestChannel.sendRequest(NetRequest request)
Sends a
NetRequest object to the server and returns the NetResponse object to the client. |
Modifier and Type | Method and Description |
---|---|
NetRequest |
NetRequestEvent.getRequest() |
Constructor and Description |
---|
NetRequestEvent(NetRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestConnection.sendRequest(NetRequest request) |
NetResponse |
ClientNetworkAdapter.sendRequest(NetRequest request)
Sends a
NetRequest object to the server and returns the NetResponse object to the client. |
Modifier and Type | Method and Description |
---|---|
void |
IOClientRequestConnection.sendRequest(NetRequest request) |
Modifier and Type | Method and Description |
---|---|
NetRequest |
RequestExecutionTask.getRequest() |
Modifier and Type | Method and Description |
---|---|
NetResponse |
RequestHandler.handleRequest(NetRequest request,
NetResponse response) |
NetResponse |
RequestDispatcher.handleRequest(NetRequest request,
NetResponse response) |
NetResponse |
DefaultRequestHandler.handleRequest(NetRequest request,
NetResponse response) |
NetResponse |
RequestServiceThreadPool.handleRequest(RequestHandler handler,
NetRequest request,
NetResponse response) |
Constructor and Description |
---|
RequestExecutionTask(RequestHandler handler,
NetRequest request,
NetResponse response) |
Modifier and Type | Method and Description |
---|---|
NetResponse |
CoClientContext.handleRequest(NetRequest request,
NetResponse response) |
Constructor and Description |
---|
ServerTooBusyException(java.lang.Exception cause,
NetRequest request) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.