Package | Description |
---|---|
org.apache.mina.filter.reqres |
Modifier and Type | Method and Description |
---|---|
Request |
RequestTimeoutException.getRequest()
Returns the request which has timed out.
|
Request |
Response.getRequest() |
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Request> |
RequestResponseFilter.createRequestStore(IoSession session)
|
protected Set<Request> |
RequestResponseFilter.createUnrespondedRequestStore(IoSession session)
|
Modifier and Type | Method and Description |
---|---|
protected void |
RequestResponseFilter.destroyRequestStore(Map<Object,Request> requestStore)
Releases any resources related with the
Map created by
RequestResponseFilter.createRequestStore(IoSession) . |
protected void |
RequestResponseFilter.destroyUnrespondedRequestStore(Set<Request> unrespondedRequestStore)
Releases any resources related with the
Set created by
RequestResponseFilter.createUnrespondedRequestStore(IoSession) . |
Constructor and Description |
---|
RequestTimeoutException(Request request)
Creates a new exception.
|
RequestTimeoutException(Request request,
String s)
Creates a new exception.
|
RequestTimeoutException(Request request,
String message,
Throwable cause)
Creates a new exception.
|
RequestTimeoutException(Request request,
Throwable cause)
Creates a new exception.
|
Response(Request request,
Object message,
ResponseType type) |
Copyright © 2004-2013 Apache MINA Project. All Rights Reserved.