org.eclipse.net4j.http.server
Interface INet4jTransportServlet.RequestHandler
- Enclosing interface:
- INet4jTransportServlet
public static interface INet4jTransportServlet.RequestHandler
Call-back that handles the requests that arrive at a servlet
.
- Author:
- Eike Stepper
handleList
IHTTPConnector[] handleList(String connectorID)
handleConnect
IHTTPConnector handleConnect(String userID)
handleDisonnect
void handleDisonnect(String connectorID)
handleOperations
void handleOperations(String connectorID,
ExtendedDataInputStream in,
ExtendedDataOutputStream out)
throws IOException
- Throws:
IOException
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.