A B C D E F G H I L M O P R S T U W X 

A

AbstractHttpRequest - Class in xdi2.transport.impl.http.impl
 
AbstractHttpRequest() - Constructor for class xdi2.transport.impl.http.impl.AbstractHttpRequest
 
AbstractHttpResponse - Class in xdi2.transport.impl.http.impl
 
AbstractHttpResponse() - Constructor for class xdi2.transport.impl.http.impl.AbstractHttpResponse
 
AbstractHttpTransportInterceptor - Class in xdi2.transport.impl.http.interceptor.impl
 
AbstractHttpTransportInterceptor() - Constructor for class xdi2.transport.impl.http.interceptor.impl.AbstractHttpTransportInterceptor
 
AbstractMessagingTargetFactory - Class in xdi2.transport.impl.http.factory
 
AbstractMessagingTargetFactory() - Constructor for class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
after(Message, MessageResult, ExecutionContext) - Method in class xdi2.messaging.target.interceptor.impl.transport.HttpTransportDataInterceptor
 
after(Transport<?, ?>, Request, Response, MessagingTarget, MessageEnvelope, MessageResult, ExecutionContext) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
AnyGraphMessagingTargetFactory - Class in xdi2.transport.impl.http.factory.impl
This messaging target factory create messaging targets for any path.
AnyGraphMessagingTargetFactory() - Constructor for class xdi2.transport.impl.http.factory.impl.AnyGraphMessagingTargetFactory
 

B

before(Message, MessageResult, ExecutionContext) - Method in class xdi2.messaging.target.interceptor.impl.transport.HttpTransportDataInterceptor
 
before(MessageEnvelope, MessageResult, ExecutionContext) - Method in class xdi2.messaging.target.interceptor.impl.transport.SkipLinkContractsInterceptor
 
before(Transport<?, ?>, Request, Response, MessagingTarget, MessageEnvelope, MessageResult, ExecutionContext) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 

C

contextDestroyed(ServletContextEvent) - Method in class xdi2.transport.impl.http.impl.servlet.PluginsLoaderListener
 
contextDestroyed(ServletContextEvent) - Method in class xdi2.transport.impl.websocket.WebSocketsListener
 
contextInitialized(ServletContextEvent) - Method in class xdi2.transport.impl.http.impl.servlet.PluginsLoaderListener
 
contextInitialized(ServletContextEvent) - Method in class xdi2.transport.impl.websocket.WebSocketsListener
 
create(WebSocketMessageHandler, Session, String, String, Reader) - Static method in class xdi2.transport.impl.websocket.WebSocketRequest
 
create(WebSocketMessageHandler, Session) - Static method in class xdi2.transport.impl.websocket.WebSocketResponse
 

D

DebugHttpTransportInterceptor - Class in xdi2.transport.impl.http.interceptor.impl
This interceptor prints out a list of mounted messaging targets.
DebugHttpTransportInterceptor() - Constructor for class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
DebugHttpTransportInterceptor.LogEntry - Class in xdi2.transport.impl.http.interceptor.impl
 
DebugHttpTransportInterceptor.LogEntry(Date, long, Request, Response, MessagingTarget, MessageEnvelope, MessageResult, ExecutionContext, Exception) - Constructor for class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
DEFAULT_CHECKDISABLED - Static variable in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
DEFAULT_CHECKEXPIRED - Static variable in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
DEFAULT_LOG_CAPACITY - Static variable in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
DEFAULT_PATH - Static variable in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
DEFAULT_PATH - Static variable in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
DEFAULT_STATUS - Static variable in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
doDelete(HttpRequest, HttpResponse) - Method in class xdi2.transport.impl.http.HttpTransport
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
doGet(HttpRequest, HttpResponse) - Method in class xdi2.transport.impl.http.HttpTransport
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
doMessage(WebSocketRequest, WebSocketResponse) - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
doOptions(HttpRequest, HttpResponse) - Method in class xdi2.transport.impl.http.HttpTransport
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
doPost(HttpRequest, HttpResponse) - Method in class xdi2.transport.impl.http.HttpTransport
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
doPut(HttpRequest, HttpResponse) - Method in class xdi2.transport.impl.http.HttpTransport
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 

E

EndpointServlet - Class in xdi2.transport.impl.http.impl.servlet
The XDI endpoint servlet.
EndpointServlet() - Constructor for class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
exception(Transport<?, ?>, Request, Response, MessagingTarget, MessageEnvelope, ErrorMessageResult, ExecutionContext, Exception) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
executeHttpTransportInterceptorsDelete(InterceptorList<? extends Transport<?, ?>>, HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Static method in class xdi2.transport.impl.http.InterceptorExecutor
 
executeHttpTransportInterceptorsGet(InterceptorList<? extends Transport<?, ?>>, HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Static method in class xdi2.transport.impl.http.InterceptorExecutor
 
executeHttpTransportInterceptorsPost(InterceptorList<? extends Transport<?, ?>>, HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Static method in class xdi2.transport.impl.http.InterceptorExecutor
 
executeHttpTransportInterceptorsPut(InterceptorList<? extends Transport<?, ?>>, HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Static method in class xdi2.transport.impl.http.InterceptorExecutor
 

F

findHttpTransportInterceptors(InterceptorList<? extends Transport<?, ?>>) - Static method in class xdi2.transport.impl.http.InterceptorExecutor
 
findMessagingTargetFactoryPath(String) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
findMessagingTargetPath(String) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
fromHttpServletRequest(HttpServletRequest) - Static method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
fromHttpServletResponse(HttpServletResponse) - Static method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 

G

getAsync() - Method in class xdi2.transport.impl.websocket.WebSocketResponse
 
getBaseUri() - Method in interface xdi2.transport.impl.http.HttpRequest
 
getBaseUri() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getBodyInputStream() - Method in interface xdi2.transport.impl.http.HttpRequest
 
getBodyInputStream() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getBodyOutputStream() - Method in interface xdi2.transport.impl.http.HttpResponse
 
getBodyOutputStream() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
getBodyWriter() - Method in interface xdi2.transport.impl.http.HttpResponse
 
getBodyWriter() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
getContentType() - Method in interface xdi2.transport.impl.http.HttpRequest
 
getContentType() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getContextPath() - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
getDisabledError() - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
getDuration() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getEndpointPath() - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
getEndpointPath() - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
getEx() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getExecutionContext() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getExpiredError() - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
getHeader(String) - Method in interface xdi2.transport.impl.http.HttpRequest
 
getHeader(String) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getHeaders() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHeadersDelete() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHeadersGet() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHeadersOptions() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHeadersPost() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHeadersPut() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHttpMessagingTargetRegistry() - Method in class xdi2.transport.impl.http.HttpTransport
 
getHttpMessagingTargetRegistry() - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
getHttpServletRequest() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getHttpServletResponse() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
getHttpTransport() - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
getLocation() - Method in class xdi2.transport.impl.http.interceptor.impl.RedirectHttpTransportInterceptor
 
getLog() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
getLogCapacity() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
getMessageEnvelope() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getMessageResult() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getMessagingTarget() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getMessagingTarget(String) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getMessagingTarget() - Method in class xdi2.transport.impl.http.registry.MessagingTargetMount
 
getMessagingTargetFactory(String) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getMessagingTargetFactory() - Method in class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
getMessagingTargetFactoryMounts() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getMessagingTargetFactoryMounts() - Method in interface xdi2.transport.impl.http.registry.MessagingTargetFactoryRegistry
 
getMessagingTargetFactoryPath() - Method in class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
getMessagingTargetFactoryPaths() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getMessagingTargetMounts() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getMessagingTargetMounts() - Method in interface xdi2.transport.impl.http.registry.MessagingTargetRegistry
 
getMessagingTargetPath() - Method in class xdi2.transport.impl.http.registry.MessagingTargetMount
 
getMessagingTargetPaths() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getMethod() - Method in interface xdi2.transport.impl.http.HttpRequest
 
getMethod() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getNumMessagingTargetFactorys() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getNumMessagingTargetFactorys() - Method in interface xdi2.transport.impl.http.registry.MessagingTargetFactoryRegistry
 
getNumMessagingTargets() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getNumMessagingTargets() - Method in interface xdi2.transport.impl.http.registry.MessagingTargetRegistry
 
getOwnerPeerRootXDIArcs() - Method in class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
getOwnerPeerRootXDIArcs() - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
getOwnerPeerRootXDIArcs() - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
Returns a list of all owner peer root XRIs of the MessagingTargets this MessagingTargetFactory can create.
getParameter(String) - Method in interface xdi2.transport.impl.http.HttpRequest
 
getParameter(String) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getPath() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
getPath() - Method in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
getPrototypeMessagingTarget() - Method in class xdi2.transport.impl.http.factory.impl.PrototypingMessagingTargetFactory
 
getReader() - Method in class xdi2.transport.impl.websocket.WebSocketRequest
 
getRegistryGraph() - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
getRegistryGraph() - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
getRemoteAddr() - Method in interface xdi2.transport.impl.http.HttpRequest
 
getRemoteAddr() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getRemoteAddrWhiteList() - Method in class xdi2.messaging.target.interceptor.impl.transport.SkipLinkContractsInterceptor
 
getRequest() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getRequestPath(String, XDIArc) - Method in class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
getRequestPath(String, XDIArc) - Method in class xdi2.transport.impl.http.factory.impl.AnyGraphMessagingTargetFactory
 
getRequestPath(String, XDIArc) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
getRequestPath(String, XDIArc) - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
Returns the request path at which this MessagingTargetFactory is able to mount a MessagingTarget with a given owner peer root XRI.
getRequestPath() - Method in interface xdi2.transport.impl.http.HttpRequest
 
getRequestPath() - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpRequest
 
getRequestPath() - Method in class xdi2.transport.impl.websocket.WebSocketRequest
 
getResolvePath() - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
getResponse() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getSession() - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
getStart(ExecutionContext) - Static method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
getStart() - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
getStatus() - Method in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
getSubprotocol() - Method in class xdi2.transport.impl.websocket.WebSocketRequest
 
getTargetPath() - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
getWebSocketMessageHandler() - Method in class xdi2.transport.impl.websocket.WebSocketRequest
 
getWebSocketMessageHandler() - Method in class xdi2.transport.impl.websocket.WebSocketResponse
 
getWebSocketTransport() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
getWebSocketTransport() - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
getWebSocketWriteListener() - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 

H

handleException(HttpRequest, HttpResponse, ErrorMessageResult) - Method in class xdi2.transport.impl.http.HttpTransport
 
handleException(WebSocketRequest, WebSocketResponse, ErrorMessageResult) - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
HttpMessagingTargetRegistry - Class in xdi2.transport.impl.http.registry
Registry to mount and unmount messaging targets.
HttpMessagingTargetRegistry() - Constructor for class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
HttpRequest - Interface in xdi2.transport.impl.http
This interface abstracts path information about a request to the server.
HttpResponse - Interface in xdi2.transport.impl.http
This interface abstracts path information about a response from the server.
HttpTransport - Class in xdi2.transport.impl.http
 
HttpTransport(HttpMessagingTargetRegistry) - Constructor for class xdi2.transport.impl.http.HttpTransport
 
HttpTransport() - Constructor for class xdi2.transport.impl.http.HttpTransport
 
HttpTransportDataInterceptor - Class in xdi2.messaging.target.interceptor.impl.transport
This interceptor looks for certain features associated with the HTTP transport, e.g.
HttpTransportDataInterceptor() - Constructor for class xdi2.messaging.target.interceptor.impl.transport.HttpTransportDataInterceptor
 
HttpTransportInterceptor - Interface in xdi2.transport.impl.http.interceptor
Interceptor that is executed when it receives an incoming HTTP request.

I

init() - Method in class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
init() - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
This method gets called when the MessagingTargetFactory is initialized.
init() - Method in class xdi2.transport.impl.http.HttpTransport
 
init(ServletConfig) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
init(Transport<?, ?>) - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
init() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
init() - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
install(ServletContext, WebSocketTransport) - Static method in class xdi2.transport.impl.websocket.endpoint.WebSocketEndpoint
 
instanceFor(Prototype.PrototypingContext) - Method in class xdi2.messaging.target.interceptor.impl.transport.HttpTransportDataInterceptor
 
instanceFor(Prototype.PrototypingContext) - Method in class xdi2.messaging.target.interceptor.impl.transport.SkipLinkContractsInterceptor
 
InterceptorExecutor - Class in xdi2.transport.impl.http
 
isCheckDisabled() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
isCheckExpired() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
isDefaultDisabled() - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 

L

lookup(String) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
lookup(XDIArc) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 

M

MessagingTargetFactory - Interface in xdi2.transport.impl.http.factory
A MessagingTargetFactory can dynamically create MessagingTargets to process incoming XDI messages..
MessagingTargetFactoryMount - Class in xdi2.transport.impl.http.registry
 
MessagingTargetFactoryMount(String, MessagingTargetFactory) - Constructor for class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
MessagingTargetFactoryMount() - Constructor for class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
MessagingTargetFactoryRegistry - Interface in xdi2.transport.impl.http.registry
 
MessagingTargetMount - Class in xdi2.transport.impl.http.registry
 
MessagingTargetMount(String, MessagingTarget) - Constructor for class xdi2.transport.impl.http.registry.MessagingTargetMount
 
MessagingTargetMount() - Constructor for class xdi2.transport.impl.http.registry.MessagingTargetMount
 
MessagingTargetRegistry - Interface in xdi2.transport.impl.http.registry
 
mountMessagingTarget(HttpMessagingTargetRegistry, String, String) - Method in class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
mountMessagingTarget(HttpMessagingTargetRegistry, String, String, boolean, boolean) - Method in class xdi2.transport.impl.http.factory.impl.AnyGraphMessagingTargetFactory
 
mountMessagingTarget(HttpMessagingTargetRegistry, String, XDIAddress, XdiPeerRoot, ContextNode) - Method in class xdi2.transport.impl.http.factory.impl.PrototypingMessagingTargetFactory
 
mountMessagingTarget(HttpMessagingTargetRegistry, String, String, boolean, boolean) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
mountMessagingTarget(HttpMessagingTargetRegistry, String, String) - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
Mount a new MessagingTarget.
mountMessagingTarget(HttpMessagingTargetRegistry, String, String, boolean, boolean) - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
 
mountMessagingTarget(String, MessagingTarget) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
Mount a messaging target in the registry.
mountMessagingTargetFactory(String, MessagingTargetFactory) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
Mount a messaging target factory in the registry.

O

onClose(Session, CloseReason) - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketEndpoint
 
onError(Session, Throwable) - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketEndpoint
 
onMessage(Reader) - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
onOpen(Session, EndpointConfig) - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketEndpoint
 
onWrite(List<XDIAddress>) - Method in class xdi2.transport.impl.websocket.WebSocketTransport.WebSocketWriteListener
 

P

PluginsLoaderListener - Class in xdi2.transport.impl.http.impl.servlet
 
PluginsLoaderListener() - Constructor for class xdi2.transport.impl.http.impl.servlet.PluginsLoaderListener
 
processDeleteRequest(HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.HttpTransport
 
processDeleteRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in interface xdi2.transport.impl.http.interceptor.HttpTransportInterceptor
Run when the HTTP transport receives a DELETE request.
processDeleteRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.AbstractHttpTransportInterceptor
 
processDeleteRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
processGetRequest(HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.HttpTransport
 
processGetRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in interface xdi2.transport.impl.http.interceptor.HttpTransportInterceptor
Run when the HTTP transport receives a GET request.
processGetRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.AbstractHttpTransportInterceptor
 
processGetRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
processGetRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.RedirectHttpTransportInterceptor
 
processGetRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
processGetRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
processMessage(WebSocketRequest, WebSocketResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
processOptionsRequest(HttpRequest, HttpResponse) - Method in class xdi2.transport.impl.http.HttpTransport
 
processPostRequest(HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.HttpTransport
 
processPostRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in interface xdi2.transport.impl.http.interceptor.HttpTransportInterceptor
Run when the HTTP transport receives a POST request.
processPostRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.AbstractHttpTransportInterceptor
 
processPostRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
processPutRequest(HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.HttpTransport
 
processPutRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in interface xdi2.transport.impl.http.interceptor.HttpTransportInterceptor
Run when the HTTP transport receives a PUT request.
processPutRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.AbstractHttpTransportInterceptor
 
processPutRequest(HttpTransport, HttpRequest, HttpResponse, MessagingTargetMount) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
PrototypingMessagingTargetFactory - Class in xdi2.transport.impl.http.factory.impl
 
PrototypingMessagingTargetFactory() - Constructor for class xdi2.transport.impl.http.factory.impl.PrototypingMessagingTargetFactory
 
putStart(ExecutionContext, Date) - Static method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 

R

RedirectHttpTransportInterceptor - Class in xdi2.transport.impl.http.interceptor.impl
This interceptor redirects to a specified URL in case of a GET request without path.
RedirectHttpTransportInterceptor() - Constructor for class xdi2.transport.impl.http.interceptor.impl.RedirectHttpTransportInterceptor
 
RegistryGraphMessagingTargetFactory - Class in xdi2.transport.impl.http.factory.impl
This messaging target factory uses a "registry graph" as a basis to decide what messaging targets to create.
RegistryGraphMessagingTargetFactory(Graph, boolean, String, String) - Constructor for class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
RegistryGraphMessagingTargetFactory() - Constructor for class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 

S

SC_INTERNAL_SERVER_ERROR - Static variable in interface xdi2.transport.impl.http.HttpResponse
 
SC_NOT_FOUND - Static variable in interface xdi2.transport.impl.http.HttpResponse
 
SC_OK - Static variable in interface xdi2.transport.impl.http.HttpResponse
 
sendError(int, String) - Method in interface xdi2.transport.impl.http.HttpResponse
 
sendError(int, String) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
sendRedirect(String) - Method in interface xdi2.transport.impl.http.HttpResponse
 
sendRedirect(String) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
ServletHttpRequest - Class in xdi2.transport.impl.http.impl.servlet
 
ServletHttpResponse - Class in xdi2.transport.impl.http.impl.servlet
 
setApplicationContext(ApplicationContext) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
setApplicationContext(ApplicationContext) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
setApplicationContext(ApplicationContext) - Method in class xdi2.transport.impl.websocket.WebSocketsListener
 
setCheckDisabled(boolean) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
setCheckExpired(boolean) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
setContentLength(int) - Method in interface xdi2.transport.impl.http.HttpResponse
 
setContentLength(int) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
setContentType(String) - Method in interface xdi2.transport.impl.http.HttpResponse
 
setContentType(String) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
setDefaultDisabled(boolean) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
setDisabledError(String) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
setDuration(long) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setEndpointPath(String) - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
setEx(Exception) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setExecutionContext(ExecutionContext) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setExpiredError(String) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
setHeader(String, String) - Method in interface xdi2.transport.impl.http.HttpResponse
 
setHeader(String, String) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
setHeaders(Map<String, String>) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHeadersDelete(Map<String, String>) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHeadersGet(Map<String, String>) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHeadersOptions(Map<String, String>) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHeadersPost(Map<String, String>) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHeadersPut(Map<String, String>) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHttpMessagingTargetRegistry(HttpMessagingTargetRegistry) - Method in class xdi2.transport.impl.http.HttpTransport
 
setHttpMessagingTargetRegistry(HttpMessagingTargetRegistry) - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
setHttpTransport(HttpTransport) - Method in class xdi2.transport.impl.http.impl.servlet.EndpointServlet
 
setLocation(String) - Method in class xdi2.transport.impl.http.interceptor.impl.RedirectHttpTransportInterceptor
 
setLog(LinkedList<DebugHttpTransportInterceptor.LogEntry>) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
setLogCapacity(int) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
setMessageEnvelope(MessageEnvelope) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setMessageResult(MessageResult) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setMessagingTarget(MessagingTarget) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setMessagingTarget(MessagingTarget) - Method in class xdi2.transport.impl.http.registry.MessagingTargetMount
 
setMessagingTargetFactory(MessagingTargetFactory) - Method in class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
setMessagingTargetFactoryPath(String) - Method in class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
setMessagingTargetPath(String) - Method in class xdi2.transport.impl.http.registry.MessagingTargetMount
 
setPath(String) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor
 
setPath(String) - Method in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
setPrototypeMessagingTarget(MessagingTarget) - Method in class xdi2.transport.impl.http.factory.impl.PrototypingMessagingTargetFactory
 
setRegistryGraph(Graph) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
setRegistryGraph(Graph) - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
setRemoteAddrWhiteList(Set<String>) - Method in class xdi2.messaging.target.interceptor.impl.transport.SkipLinkContractsInterceptor
 
setRequest(Request) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setResolvePath(String) - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
setResponse(Response) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setStart(Date) - Method in class xdi2.transport.impl.http.interceptor.impl.DebugHttpTransportInterceptor.LogEntry
 
setStatus(int) - Method in interface xdi2.transport.impl.http.HttpResponse
 
setStatus(int) - Method in class xdi2.transport.impl.http.impl.servlet.ServletHttpResponse
 
setStatus(int) - Method in class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 
setTargetPath(String) - Method in class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
setWebSocketTransport(WebSocketTransport) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
setWebSocketWriteListener(WebSocketTransport.WebSocketWriteListener) - Method in class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
shutdown() - Method in class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
shutdown() - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
This method gets called when the MessagingTargetFactory is no longer needed.
shutdown() - Method in class xdi2.transport.impl.http.HttpTransport
 
shutdown() - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
 
shutdown() - Method in class xdi2.transport.impl.websocket.WebSocketTransport
 
SkipLinkContractsInterceptor - Class in xdi2.messaging.target.interceptor.impl.transport
This interceptor will skip the link contract interceptor, if a request comes from a whitelisted IP address.
SkipLinkContractsInterceptor() - Constructor for class xdi2.messaging.target.interceptor.impl.transport.SkipLinkContractsInterceptor
 
StatusHttpTransportInterceptor - Class in xdi2.transport.impl.http.interceptor.impl
This interceptor simply returns a plain HTTP status and empty body.
StatusHttpTransportInterceptor() - Constructor for class xdi2.transport.impl.http.interceptor.impl.StatusHttpTransportInterceptor
 

T

toString() - Method in class xdi2.transport.impl.http.impl.AbstractHttpRequest
 
toString() - Method in class xdi2.transport.impl.http.registry.MessagingTargetFactoryMount
 
toString() - Method in class xdi2.transport.impl.http.registry.MessagingTargetMount
 

U

unmountMessagingTarget(MessagingTarget) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
Unmounts a messaging target from the registry.
unmountMessagingTargetFactory(MessagingTargetFactory) - Method in class xdi2.transport.impl.http.registry.HttpMessagingTargetRegistry
Unmounts a messaging target factory from the registry.
updateMessagingTarget(HttpMessagingTargetRegistry, String, String, MessagingTarget) - Method in class xdi2.transport.impl.http.factory.AbstractMessagingTargetFactory
 
updateMessagingTarget(HttpMessagingTargetRegistry, String, String, boolean, boolean, MessagingTarget) - Method in class xdi2.transport.impl.http.factory.impl.AnyGraphMessagingTargetFactory
 
updateMessagingTarget(HttpMessagingTargetRegistry, String, String, boolean, boolean, MessagingTarget) - Method in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
updateMessagingTarget(HttpMessagingTargetRegistry, String, String, MessagingTarget) - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
Updates a MessagingTarget.
updateMessagingTarget(HttpMessagingTargetRegistry, String, String, boolean, boolean, MessagingTarget) - Method in interface xdi2.transport.impl.http.factory.MessagingTargetFactory
 

W

WebSocketEndpoint - Class in xdi2.transport.impl.websocket.endpoint
 
WebSocketEndpoint() - Constructor for class xdi2.transport.impl.websocket.endpoint.WebSocketEndpoint
 
WebSocketMessageHandler - Class in xdi2.transport.impl.websocket.endpoint
 
WebSocketMessageHandler(Session, WebSocketTransport, String, String) - Constructor for class xdi2.transport.impl.websocket.endpoint.WebSocketMessageHandler
 
WebSocketRequest - Class in xdi2.transport.impl.websocket
This class represents a WebSocket request to the server.
WebSocketResponse - Class in xdi2.transport.impl.websocket
This class represents a WebSocket response from the server.
WebSocketsListener - Class in xdi2.transport.impl.websocket
 
WebSocketsListener() - Constructor for class xdi2.transport.impl.websocket.WebSocketsListener
 
WebSocketTransport - Class in xdi2.transport.impl.websocket
 
WebSocketTransport(HttpMessagingTargetRegistry, String) - Constructor for class xdi2.transport.impl.websocket.WebSocketTransport
 
WebSocketTransport() - Constructor for class xdi2.transport.impl.websocket.WebSocketTransport
 
WebSocketTransport.WebSocketWriteListener - Class in xdi2.transport.impl.websocket
 

X

xdi2.messaging.target.interceptor.impl.transport - package xdi2.messaging.target.interceptor.impl.transport
 
xdi2.transport.impl.http - package xdi2.transport.impl.http
 
xdi2.transport.impl.http.factory - package xdi2.transport.impl.http.factory
 
xdi2.transport.impl.http.factory.impl - package xdi2.transport.impl.http.factory.impl
 
xdi2.transport.impl.http.impl - package xdi2.transport.impl.http.impl
 
xdi2.transport.impl.http.impl.servlet - package xdi2.transport.impl.http.impl.servlet
 
xdi2.transport.impl.http.interceptor - package xdi2.transport.impl.http.interceptor
 
xdi2.transport.impl.http.interceptor.impl - package xdi2.transport.impl.http.interceptor.impl
 
xdi2.transport.impl.http.registry - package xdi2.transport.impl.http.registry
 
xdi2.transport.impl.websocket - package xdi2.transport.impl.websocket
 
xdi2.transport.impl.websocket.endpoint - package xdi2.transport.impl.websocket.endpoint
 
XDI_ADD_ENABLED - Static variable in class xdi2.transport.impl.http.factory.impl.RegistryGraphMessagingTargetFactory
 
XDI_ADD_IP - Static variable in class xdi2.messaging.target.interceptor.impl.transport.HttpTransportDataInterceptor
 
XriResolutionHttpTransportInterceptor - Class in xdi2.transport.impl.http.interceptor.impl
This interceptor can act as a lightweight XRI resolution server based on a "registry graph".
XriResolutionHttpTransportInterceptor() - Constructor for class xdi2.transport.impl.http.interceptor.impl.XriResolutionHttpTransportInterceptor
 
A B C D E F G H I L M O P R S T U W X 

Copyright © 2015. All Rights Reserved.