public class Response extends Object
Constructor and Description |
---|
Response(Request request,
Object message,
ResponseType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getMessage() |
Request |
getRequest() |
ResponseType |
getType() |
int |
hashCode() |
String |
toString() |
public Response(Request request, Object message, ResponseType type)
public Request getRequest()
public ResponseType getType()
public Object getMessage()
Copyright © 2004–2014 Apache MINA Project. All rights reserved.