Index

C G H I N O S X 
All Classes|All Packages|Constant Field Values

C

com.zfabrik.gateway - package com.zfabrik.gateway
 
com.zfabrik.gateway.worker - package com.zfabrik.gateway.worker
 

G

GATEWAY_PORT - Static variable in class com.zfabrik.gateway.worker.GatewayServer
System property set to convey http port to receive internal dispatches
GatewayConnection - Class in com.zfabrik.gateway.worker
We use a special connection implementation so we can intercept the end of transmission and sneak in some extra payload that is consumed by the home GatewayServer and not sent to the actual client.
GatewayConnection(HttpConfiguration, Connector, EndPoint) - Constructor for class com.zfabrik.gateway.worker.GatewayConnection
 
GatewayConnectionFactory - Class in com.zfabrik.gateway.worker
We need a special connection factory so we can provide our own connection implementation GatewayConnection.
GatewayConnectionFactory() - Constructor for class com.zfabrik.gateway.worker.GatewayConnectionFactory
 
GatewayConnectionFactory(HttpConfiguration) - Constructor for class com.zfabrik.gateway.worker.GatewayConnectionFactory
 
GatewayFactory - Class in com.zfabrik.gateway
Utility factory to provide access to implementation level instances.
GatewayFactory() - Constructor for class com.zfabrik.gateway.GatewayFactory
 
GatewayServer - Class in com.zfabrik.gateway.worker
The Gateway server is a drop-in replacement for the default Jetty Server class for the Gateway receiving end - on the worker node.
GatewayServer() - Constructor for class com.zfabrik.gateway.worker.GatewayServer
 
GatewayServer(int) - Constructor for class com.zfabrik.gateway.worker.GatewayServer
 
GatewayServer(InetSocketAddress) - Constructor for class com.zfabrik.gateway.worker.GatewayServer
 
GatewayServer(ThreadPool) - Constructor for class com.zfabrik.gateway.worker.GatewayServer
 
getConnector() - Static method in class com.zfabrik.gateway.GatewayFactory
 
getGatewayPort(String) - Method in interface com.zfabrik.gateway.IGatewayInfo
Get the port used for internal dispatch
getHandler() - Static method in class com.zfabrik.gateway.GatewayFactory
 
getInfo() - Static method in class com.zfabrik.gateway.GatewayFactory
 
getTargetWorkerName() - Method in interface com.zfabrik.gateway.IGatewayInfo
Get the name of the current target worker process.

H

handle(HttpChannel) - Method in class com.zfabrik.gateway.worker.GatewayServer
 

I

IGatewayInfo - Interface in com.zfabrik.gateway
Internal information access for gateway components.

N

newConnection(Connector, EndPoint) - Method in class com.zfabrik.gateway.worker.GatewayConnectionFactory
 

O

onCompleted() - Method in class com.zfabrik.gateway.worker.GatewayConnection
 
onFillable() - Method in class com.zfabrik.gateway.worker.GatewayConnection
 
onOpen() - Method in class com.zfabrik.gateway.worker.GatewayConnection
 

S

setAppendix(String) - Method in class com.zfabrik.gateway.worker.GatewayConnection
 

X

X_Z2_GATEWAY_REQUEST - Static variable in class com.zfabrik.gateway.worker.GatewayServer
 
C G H I N O S X 
All Classes|All Packages|Constant Field Values