|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.sdsc.inca.protocol.MessageHandler edu.sdsc.inca.protocol.StandardMessageHandler
public abstract class StandardMessageHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.sdsc.inca.protocol.MessageHandler |
---|
MessageHandler.Permittee, MessageHandler.PermitteeGroup |
Field Summary |
---|
Fields inherited from class edu.sdsc.inca.protocol.MessageHandler |
---|
logger |
Constructor Summary | |
---|---|
StandardMessageHandler()
|
Method Summary | |
---|---|
void |
execute(ProtocolReader reader,
java.io.OutputStream output,
java.lang.String dn)
Service an incoming request from a specified client DN, using specified i/o streams. |
abstract void |
execute(ProtocolReader reader,
ProtocolWriter writer,
java.lang.String dn)
Service an incoming request from a specified client DN, using specified i/o streams. |
Methods inherited from class edu.sdsc.inca.protocol.MessageHandler |
---|
errorReply, getAllPermittees, getPermissionsAsXml, getPermittees, getPermittees, grantPeerPermission, grantPermission, isPermitted, resetPermissions, revokeAllPermissions, revokePeerPermission, revokePermission, setPermissionsFromXml, setPermissionsFromXml, setPermissionsPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardMessageHandler()
Method Detail |
---|
public void execute(ProtocolReader reader, java.io.OutputStream output, java.lang.String dn) throws java.lang.Exception
execute
in class MessageHandler
reader
- the reader connected to the clientoutput
- the output stream connected to the clientdn
- the DN of the client, null if no authentication
java.lang.Exception
public abstract void execute(ProtocolReader reader, ProtocolWriter writer, java.lang.String dn) throws java.lang.Exception
reader
- the reader connected to the clientwriter
- the writer connected to the clientdn
- the DN of the client, null if no authentication
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |