
public class XriResolutionHttpTransportInterceptor extends AbstractHttpTransportInterceptor
| Constructor and Description |
|---|
XriResolutionHttpTransportInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
xdi2.core.Graph |
getRegistryGraph() |
String |
getResolvePath() |
String |
getTargetPath() |
void |
init(Transport<?,?> transport) |
boolean |
processGetRequest(HttpTransport httpTransport,
HttpRequest request,
HttpResponse response,
MessagingTargetMount messagingTargetMount)
Run when the HTTP transport receives a GET request.
|
void |
setRegistryGraph(xdi2.core.Graph registryGraph) |
void |
setResolvePath(String resolvePath) |
void |
setTargetPath(String targetPath) |
processDeleteRequest, processPostRequest, processPutRequestclearDisabled, clearDisabledForMessage, clearDisabledForMessageEnvelope, clearDisabledForOperation, getInitPriority, getShutdownPriority, setDisabled, setDisabledForMessage, setDisabledForMessageEnvelope, setDisabledForOperation, shutdown, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearDisabled, clearDisabledForMessage, clearDisabledForMessageEnvelope, clearDisabledForOperation, getInitPriority, getShutdownPriority, setDisabled, setDisabledForMessage, setDisabledForMessageEnvelope, setDisabledForOperation, shutdown, skippublic XriResolutionHttpTransportInterceptor()
public void init(Transport<?,?> transport)
public boolean processGetRequest(HttpTransport httpTransport, HttpRequest request, HttpResponse response, MessagingTargetMount messagingTargetMount) throws Xdi2TransportException, IOException
HttpTransportInterceptorprocessGetRequest in interface HttpTransportInterceptorprocessGetRequest in class AbstractHttpTransportInterceptorXdi2TransportExceptionIOExceptionpublic String getResolvePath()
public void setResolvePath(String resolvePath)
public String getTargetPath()
public void setTargetPath(String targetPath)
public xdi2.core.Graph getRegistryGraph()
public void setRegistryGraph(xdi2.core.Graph registryGraph)
Copyright © 2015. All Rights Reserved.