Skip navigation links
A C D G H I L M N P S V 

A

addMessageConsumer(AdaptrisMessageConsumer) - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 

C

close() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
close() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
closeConnection() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
com.adaptris.legacyhttp - package com.adaptris.legacyhttp
A Lightweight HTTP implementation using com.sun.net.httpserver.HttpServer.

D

DEFAULT_REQUEST_BACKLOG - Static variable in class com.adaptris.legacyhttp.LegacyHttpConnection
Default size of request backlog
DEFAULT_SERVER_HOST - Static variable in class com.adaptris.legacyhttp.LegacyHttpConnection
Default hostname to bind to
DEFAULT_SERVER_PORT - Static variable in class com.adaptris.legacyhttp.LegacyHttpConnection
Default port for the server to listen on

G

getHeaderHandler() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
getHeaderPrefix() - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
 
getHost() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
getMetadataFilter() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
getParameterHandler() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
getParameterPrefix() - Method in class com.adaptris.legacyhttp.ParameterHandlerImpl
 
getPort() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
getRequestBacklog() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
getRequestTimeout() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
getStatus() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
getValueSeparator() - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
 

H

handleHeaders(AdaptrisMessage, HttpExchange) - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
 
handleHeaders(AdaptrisMessage, HttpExchange, String) - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
 
handleHeaders(AdaptrisMessage, HttpExchange, String) - Method in class com.adaptris.legacyhttp.MetadataHeaderHandler
 
handleHeaders(AdaptrisMessage, HttpExchange) - Method in class com.adaptris.legacyhttp.NoOpHeaderHandler
 
handleParameters(AdaptrisMessage, HttpExchange, String) - Method in class com.adaptris.legacyhttp.MetadataParameterHandler
 
handleParameters(AdaptrisMessage, HttpExchange) - Method in class com.adaptris.legacyhttp.NoOpParameterHandler
 
handleParameters(AdaptrisMessage, HttpExchange) - Method in class com.adaptris.legacyhttp.ParameterHandlerImpl
 
handleParameters(AdaptrisMessage, HttpExchange, String) - Method in class com.adaptris.legacyhttp.ParameterHandlerImpl
 
HeaderHandlerImpl - Class in com.adaptris.legacyhttp
Abstract HeaderHandler implementation that provides a prefix.
HeaderHandlerImpl() - Constructor for class com.adaptris.legacyhttp.HeaderHandlerImpl
 
headerPrefix() - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
Return the header prefix with null protection.
HttpLegacyHttpConnection - Class in com.adaptris.legacyhttp
Lightweight HTTP server using HttpServer.
HttpLegacyHttpConnection() - Constructor for class com.adaptris.legacyhttp.HttpLegacyHttpConnection
 
HttpLegacyHttpConnection(String, Integer, Integer) - Constructor for class com.adaptris.legacyhttp.HttpLegacyHttpConnection
 

I

init() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
init() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
initConnection() - Method in class com.adaptris.legacyhttp.HttpLegacyHttpConnection
 

L

LEGACY_HTTP_RESPONSE_QUEUE_KEY - Static variable in class com.adaptris.legacyhttp.LegacyHttpConnection
Object metadata key for the httpd monitor
LegacyHttpConnection - Class in com.adaptris.legacyhttp
Base class for Sun HttpServer based connections using HttpServer.
LegacyHttpConnection() - Constructor for class com.adaptris.legacyhttp.LegacyHttpConnection
 
LegacyHttpConsumer - Class in com.adaptris.legacyhttp
Consumer implementation to be used with LegacyHttpConnection.
LegacyHttpConsumer() - Constructor for class com.adaptris.legacyhttp.LegacyHttpConsumer
 
LegacyHttpConsumer(ConsumeDestination) - Constructor for class com.adaptris.legacyhttp.LegacyHttpConsumer
 
LegacyHttpResponseProducer - Class in com.adaptris.legacyhttp
Commit the response for requests coming from a LegacyHttpConsumer.
LegacyHttpResponseProducer() - Constructor for class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
LegacyHttpResponseProducer(HttpStatusProvider.HttpStatus) - Constructor for class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
log - Variable in class com.adaptris.legacyhttp.HeaderHandlerImpl
 
log - Variable in class com.adaptris.legacyhttp.ParameterHandlerImpl
 

M

MetadataHeaderHandler - Class in com.adaptris.legacyhttp
HeaderHandler implementation that stores HTTP headers as standard metadata.
MetadataHeaderHandler() - Constructor for class com.adaptris.legacyhttp.MetadataHeaderHandler
 
MetadataParameterHandler - Class in com.adaptris.legacyhttp
ParameterHandler implementation that stores headers as standard metadata.
MetadataParameterHandler() - Constructor for class com.adaptris.legacyhttp.MetadataParameterHandler
 

N

NoOpHeaderHandler - Class in com.adaptris.legacyhttp
HeaderHandler implementation that ignores HTTP headers.
NoOpHeaderHandler() - Constructor for class com.adaptris.legacyhttp.NoOpHeaderHandler
 
NoOpParameterHandler - Class in com.adaptris.legacyhttp
ParameterHandler implementation that ignores HTTP parameters.
NoOpParameterHandler() - Constructor for class com.adaptris.legacyhttp.NoOpParameterHandler
 

P

ParameterHandlerImpl - Class in com.adaptris.legacyhttp
Abstract ParameterHandler implementation that provides a prefix.
ParameterHandlerImpl() - Constructor for class com.adaptris.legacyhttp.ParameterHandlerImpl
 
parameterPrefix() - Method in class com.adaptris.legacyhttp.ParameterHandlerImpl
Return the parameter prefix with null protection.
prepare() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
prepare() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
prepareConnection() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
produce(AdaptrisMessage, ProduceDestination) - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 

S

server - Variable in class com.adaptris.legacyhttp.LegacyHttpConnection
 
setHeaderHandler(HeaderHandler<HttpExchange>) - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
Set the handler for headers.
setHeaderPrefix(String) - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
 
setHost(String) - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
setMetadataFilter(MetadataFilter) - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
setParameterHandler(ParameterHandler<HttpExchange>) - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
Set the handler for parameters.
setParameterPrefix(String) - Method in class com.adaptris.legacyhttp.ParameterHandlerImpl
 
setPort(Integer) - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
setRequestBacklog(Integer) - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
setRequestTimeout(TimeInterval) - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
The maximum time that the server should wait for a workflow to complete before returning an error response.
setStatus(HttpStatusProvider.HttpStatus) - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
setValueSeparator(String) - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
Set the separator between values where multiple headers are present.
start() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
start() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
startConnection() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 
stop() - Method in class com.adaptris.legacyhttp.LegacyHttpConsumer
 
stop() - Method in class com.adaptris.legacyhttp.LegacyHttpResponseProducer
 
stopConnection() - Method in class com.adaptris.legacyhttp.LegacyHttpConnection
 

V

valueSeparator() - Method in class com.adaptris.legacyhttp.HeaderHandlerImpl
 
A C D G H I L M N P S V 
Skip navigation links