Package com.zfabrik.gateway.worker


package com.zfabrik.gateway.worker
  • Class Summary
    Class
    Description
    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.
    We need a special connection factory so we can provide our own connection implementation GatewayConnection.
    The Gateway server is a drop-in replacement for the default Jetty Server class for the Gateway receiving end - on the worker node.