|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportException | |
---|---|
net.degreedays.api | Core Degree Days.net API classes, including DegreeDaysApi - the starting point for all API operations. |
net.degreedays.api.processing | For advanced use, this enables customization of the request/response processing (XML, HTTP, security etc.). |
Uses of TransportException in net.degreedays.api |
---|
Methods in net.degreedays.api that throw TransportException | |
---|---|
Response |
RequestProcessor.process(Request request)
Processes the Request object and returns a
Response object which is either a
FailureResponse or a
Response that's type is the counterpart to
that of the Request object passed in. |
Uses of TransportException in net.degreedays.api.processing |
---|
Methods in net.degreedays.api.processing that throw TransportException | |
---|---|
void |
HttpResponseStream.close()
Closes the HttpResponseStream.stream() , wrapping any IOException in a
TransportException . |
HttpResponseStream |
HttpRequestDispatcher.dispatch(HttpRequest request)
Calling code is responsible for closing the stream that this returns. |
Response |
XmlHttpRequestProcessor.process(Request request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |