
public class HttpTransport extends UriTransport<HttpTransportRequest,HttpTransportResponse>
| Constructor and Description |
|---|
HttpTransport() |
HttpTransport(UriMessagingContainerRegistry uriMessagingContainerRegistry) |
createExecutionContext, execute, getCurrent, getCurrentAsString, getInterceptors, getRequest, getResponse, getStartup, getStartupAsSeconds, getStartupAsString, getTransport, isInitialized, isResponseMessage, putRequest, putResponse, putTransport, setInterceptorspublic HttpTransport(UriMessagingContainerRegistry uriMessagingContainerRegistry)
public HttpTransport()
public void init()
throws Exception
init in interface Transport<HttpTransportRequest,HttpTransportResponse>init in class AbstractTransport<HttpTransportRequest,HttpTransportResponse>Exceptionpublic void shutdown()
throws Exception
shutdown in interface Transport<HttpTransportRequest,HttpTransportResponse>shutdown in class AbstractTransport<HttpTransportRequest,HttpTransportResponse>Exceptionpublic void execute(HttpTransportRequest request, HttpTransportResponse response) throws IOException
IOExceptionprotected void processGetRequest(HttpTransportRequest request, HttpTransportResponse response, UriMessagingContainerMount uriMessagingContainerMount) throws Xdi2TransportException, IOException
Xdi2TransportExceptionIOExceptionprotected void processPostRequest(HttpTransportRequest request, HttpTransportResponse response, UriMessagingContainerMount uriMessagingContainerMount) throws Xdi2TransportException, IOException
Xdi2TransportExceptionIOExceptionprotected void processPutRequest(HttpTransportRequest request, HttpTransportResponse response, UriMessagingContainerMount uriMessagingContainerMount) throws Xdi2TransportException, IOException
Xdi2TransportExceptionIOExceptionprotected void processDeleteRequest(HttpTransportRequest request, HttpTransportResponse response, UriMessagingContainerMount uriMessagingContainerMount) throws Xdi2TransportException, IOException
Xdi2TransportExceptionIOExceptionprotected void processOptionsRequest(HttpTransportRequest request, HttpTransportResponse response) throws Xdi2TransportException, IOException
Xdi2TransportExceptionIOExceptionpublic UriMessagingContainerRegistry getUriMessagingContainerRegistry()
getUriMessagingContainerRegistry in class UriTransport<HttpTransportRequest,HttpTransportResponse>public void setUriMessagingContainerRegistry(UriMessagingContainerRegistry uriMessagingContainerRegistry)
Copyright © 2017. All rights reserved.