Serialized Form
-
Package org.omegazero.proxy.config
-
Class org.omegazero.proxy.config.HTTPEngineConfig
class HTTPEngineConfig extends org.omegazero.common.config.ConfigObject implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
-
Package org.omegazero.proxy.http
-
Class org.omegazero.proxy.http.ProxyHTTPRequest
class ProxyHTTPRequest extends org.omegazero.http.common.HTTPRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.omegazero.proxy.http.ProxyHTTPResponse
class ProxyHTTPResponse extends org.omegazero.http.common.HTTPResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialHttpVersion
String initialHttpVersion
-
initialStatus
int initialStatus
-
-
-
Package org.omegazero.proxy.net
-
Class org.omegazero.proxy.net.LoopbackUpstreamServer
class LoopbackUpstreamServer extends UpstreamServer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
server
org.omegazero.net.util.LoopbackServer server
-
-
Class org.omegazero.proxy.net.UpstreamServer
class UpstreamServer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address
InetAddress address
-
addressTTL
int addressTTL
-
clientImplOverride
String clientImplOverride
-
localAddress
InetAddress localAddress
-
plainPort
int plainPort
-
protocols
Collection<String> protocols
-
securePort
int securePort
-
-
-
Package org.omegazero.proxy.util
-
Class org.omegazero.proxy.util.FeatureSet
- serialVersionUID:
- 1L
-