org.apache.mina.filter.reqres
Class Response

java.lang.Object
  extended by org.apache.mina.filter.reqres.Response

public class Response
extends java.lang.Object

TODO Add documentation

Author:
Apache MINA Project

Constructor Summary
Response(Request request, java.lang.Object message, ResponseType type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getMessage()
           
 Request getRequest()
           
 ResponseType getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Response

public Response(Request request,
                java.lang.Object message,
                ResponseType type)
Method Detail

getRequest

public Request getRequest()

getType

public ResponseType getType()

getMessage

public java.lang.Object getMessage()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.