A C D E F G H I J L M N O P Q R S T U V Z 
All Classes All Packages

A

append(DeltaAction) - Static method in class org.seaborne.delta.server.http.LogOp
Execute an append, assuming the action has been verified that it is an append operation
Args - Class in org.seaborne.delta.server.http
Parsed arguments for Patch and Fetch.
Args(HttpServletRequest, String, Id, Long, Id, String) - Constructor for class org.seaborne.delta.server.http.Args
 
argsParams(HttpServletRequest) - Static method in class org.seaborne.delta.server.http.Args
 

C

clientId - Variable in class org.seaborne.delta.server.http.Args
 
create(int, DeltaLink) - Static method in class org.seaborne.delta.server.http.DeltaServer
Create a patch log server that uses the given DeltaLink, which is usually a DeltaLinkLocal.
create(int, LocalServerConfig) - Static method in class org.seaborne.delta.server.http.DeltaServer
Create a DeltaServer.
create(String, DeltaLink) - Static method in class org.seaborne.delta.server.http.DeltaServer
Create a patch log server that uses the given a Jetty configuation file and a DeltaLink for its state.
create(String, LocalServerConfig) - Static method in class org.seaborne.delta.server.http.DeltaServer
Create a DeltaServer, with custom Jetty configuration.
create(HttpServletRequest, HttpServletResponse, DeltaLink, String, String, String, JsonObject, JsonObject) - Static method in class org.seaborne.delta.server.http.DeltaAction
DRPC action
create(HttpServletRequest, HttpServletResponse, DeltaLink, String, String, String, Args) - Static method in class org.seaborne.delta.server.http.DeltaAction
HTTP action

D

datasourceName - Variable in class org.seaborne.delta.server.http.Args
 
DeltaAction - Class in org.seaborne.delta.server.http
 
DeltaServer - Class in org.seaborne.delta.server.http
Delta server.
DeltaServlet - Class in org.seaborne.delta.server.http
Servlet and multiplexer for DeltaLinks
destroy() - Method in class org.seaborne.delta.server.http.DeltaServlet
 
destroy() - Method in class org.seaborne.delta.server.http.F_PatchFilter
 
dispatch(HttpServletRequest, HttpServletResponse) - Method in interface org.seaborne.delta.server.http.F_PatchFilter.Dispatch
 
dLink - Variable in class org.seaborne.delta.server.http.DeltaAction
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.seaborne.delta.server.http.F_PatchFilter
 

E

errorBadRequest(String) - Static method in class org.seaborne.delta.server.http.DeltaAction
 
EXTERNAL - org.seaborne.delta.server.http.ZkMode
 

F

F_PatchFilter - Class in org.seaborne.delta.server.http
Filter that catches requests for the form /{name} and /{id} where the {name} or {id} is registered with the DeltaLink and directs the request to the given servlet.
F_PatchFilter(DeltaLink, F_PatchFilter.Dispatch, F_PatchFilter.Dispatch) - Constructor for class org.seaborne.delta.server.http.F_PatchFilter
 
F_PatchFilter.Dispatch - Interface in org.seaborne.delta.server.http
 
fetch(DeltaAction) - Static method in class org.seaborne.delta.server.http.LogOp
 

G

getLink() - Method in class org.seaborne.delta.server.http.DeltaServlet
 
getPort() - Method in class org.seaborne.delta.server.http.DeltaServer
 
getServletInfo() - Method in class org.seaborne.delta.server.http.DeltaServlet
 
getURL() - Method in class org.seaborne.delta.server.http.DeltaAction
Return the full URL, including the query string

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.seaborne.delta.server.http.HttpErrorHandler
 
httpArgs - Variable in class org.seaborne.delta.server.http.DeltaAction
 
HttpErrorHandler - Class in org.seaborne.delta.server.http
 
HttpErrorHandler() - Constructor for class org.seaborne.delta.server.http.HttpErrorHandler
 
HttpOperationBase - Class in org.seaborne.delta.server.http
Base class for operations working on HTTPrequest directly, unlike RPCs
HttpOperationBase(DeltaLink) - Constructor for class org.seaborne.delta.server.http.HttpOperationBase
 

I

init(FilterConfig) - Method in class org.seaborne.delta.server.http.F_PatchFilter
 

J

join() - Method in class org.seaborne.delta.server.http.DeltaServer
 
json(HttpServletRequest, HttpServletResponse, JsonValue) - Static method in class org.seaborne.delta.server.http.S_ReplyJSON
 

L

LOCAL - org.seaborne.delta.server.http.ZkMode
 
LogOp - Class in org.seaborne.delta.server.http
Patch Log operations
LogOp() - Constructor for class org.seaborne.delta.server.http.LogOp
 

M

MEM - org.seaborne.delta.server.http.ZkMode
 
method - Variable in class org.seaborne.delta.server.http.Args
 
METHOD_DELETE - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_GET - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_HEAD - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_OPTIONS - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_PATCH - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_POST - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_PUT - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 
METHOD_TRACE - Static variable in class org.seaborne.delta.server.http.HttpErrorHandler
 

N

NONE - org.seaborne.delta.server.http.ZkMode
 

O

opName - Variable in class org.seaborne.delta.server.http.DeltaAction
 
org.seaborne.delta.server.http - package org.seaborne.delta.server.http
 

P

patchId - Variable in class org.seaborne.delta.server.http.Args
 
PatchLogServer - Class in org.seaborne.delta.server.http
An HTTP-based server providing patch logs and the admin functions.
pathArgs(HttpServletRequest) - Static method in class org.seaborne.delta.server.http.Args
Process an HTTP request to extract the arguments.

Q

QUORUM - org.seaborne.delta.server.http.ZkMode
 

R

request - Variable in class org.seaborne.delta.server.http.DeltaAction
 
requestObject - Variable in class org.seaborne.delta.server.http.DeltaAction
 
response - Variable in class org.seaborne.delta.server.http.DeltaAction
 
rpcArg - Variable in class org.seaborne.delta.server.http.DeltaAction
 

S

S_DRPC - Class in org.seaborne.delta.server.http
Receive a JSON object, return a JSON object
S_DRPC(DeltaLink) - Constructor for class org.seaborne.delta.server.http.S_DRPC
 
S_FetchData - Class in org.seaborne.delta.server.http
Data over HTTP.
S_FetchData(DeltaLink) - Constructor for class org.seaborne.delta.server.http.S_FetchData
 
S_GetPostLog - Class in org.seaborne.delta.server.http
Servlet for both append and fetch patches - the RDF Patch protocol.
S_GetPostLog(DeltaLink) - Constructor for class org.seaborne.delta.server.http.S_GetPostLog
 
S_Metrics - Class in org.seaborne.delta.server.http
Respond with Prometheus metrics
S_Metrics() - Constructor for class org.seaborne.delta.server.http.S_Metrics
 
S_Ping - Class in org.seaborne.delta.server.http
Respond with a ping as a JSON object
S_Ping() - Constructor for class org.seaborne.delta.server.http.S_Ping
 
S_ReplyJSON - Class in org.seaborne.delta.server.http
Base class for responds with JSON object
S_ReplyJSON() - Constructor for class org.seaborne.delta.server.http.S_ReplyJSON
 
S_ReplyText - Class in org.seaborne.delta.server.http
Utility servlet that responds 200 and a plain text message
S_ReplyText(String) - Constructor for class org.seaborne.delta.server.http.S_ReplyText
 
S_ReplyText(IOX.IOConsumer<ServletOutputStream>) - Constructor for class org.seaborne.delta.server.http.S_ReplyText
 
S_Restart - Class in org.seaborne.delta.server.http
 
S_Restart() - Constructor for class org.seaborne.delta.server.http.S_Restart
 
sendJsonResponse(HttpServletResponse, JsonValue) - Static method in class org.seaborne.delta.server.http.S_DRPC
 
server(int, String) - Static method in class org.seaborne.delta.server.http.DeltaServer
Create a DeltaServer for a file-provider using the base area.
ServerLib - Class in org.seaborne.delta.server.http
 
ServerLib() - Constructor for class org.seaborne.delta.server.http.ServerLib
 
start() - Method in class org.seaborne.delta.server.http.DeltaServer
 
stop() - Method in class org.seaborne.delta.server.http.DeltaServer
 

T

token - Variable in class org.seaborne.delta.server.http.Args
 
token - Variable in class org.seaborne.delta.server.http.DeltaAction
 

U

url - Variable in class org.seaborne.delta.server.http.Args
 
url(HttpServletRequest) - Static method in class org.seaborne.delta.server.http.ServerLib
URL string, including query string

V

valueOf(String) - Static method in enum org.seaborne.delta.server.http.ZkMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.seaborne.delta.server.http.ZkMode
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.seaborne.delta.server.http.Args
 

Z

ZkMode - Enum in org.seaborne.delta.server.http
 
A C D E F G H I J L M N O P Q R S T U V Z 
All Classes All Packages