|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.server.ServerItem
org.tranche.server.RejectedRequestItem
public class RejectedRequestItem
Handles rejected requets.
| Field Summary |
|---|
| Fields inherited from class org.tranche.server.ServerItem |
|---|
commandName, server |
| Constructor Summary | |
|---|---|
RejectedRequestItem(Server server)
|
|
| Method Summary | |
|---|---|
void |
doAction(java.io.InputStream in,
java.io.OutputStream out,
java.lang.String clientIP)
Handle the server's action. |
| Methods inherited from class org.tranche.server.ServerItem |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RejectedRequestItem(Server server)
server - | Method Detail |
|---|
public final void doAction(java.io.InputStream in,
java.io.OutputStream out,
java.lang.String clientIP)
throws java.lang.Exception
ServerItemHandle the server's action.
doAction in class ServerItemin - The input streamout - The output streamclientIP - So the transaction can be logged with client IP address.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||