org.nakedobjects.remoting.server
Class ServerConnectionHandler
java.lang.Object
org.nakedobjects.remoting.server.ServerConnectionHandler
public class ServerConnectionHandler
- extends java.lang.Object
Standard processing for processing an inbound Request and generating
an outbound ResponseEnvelope (or some sort of Exception).
Used by the (socket transport) Worker and originally inlined; now
factored out so can be reused by other transports, notably http.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConnectionHandler
public ServerConnectionHandler(ServerConnection connection)
handleRequest
public void handleRequest()
throws java.io.IOException
- Throws:
java.io.IOException
debug
public void debug(DebugString debug)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.