Serialized Form


Package org.openqa.grid.common.exception

Class org.openqa.grid.common.exception.CapabilityNotPresentOnTheGridException extends GridException implements Serializable

serialVersionUID: -5382151149204616537L

Class org.openqa.grid.common.exception.ClientGoneException extends IOException implements Serializable

Class org.openqa.grid.common.exception.GridConfigurationException extends GridException implements Serializable

Class org.openqa.grid.common.exception.GridException extends RuntimeException implements Serializable

serialVersionUID: -3994209521865743841L

Class org.openqa.grid.common.exception.RemoteException extends GridException implements Serializable

serialVersionUID: 716602362769330853L

Class org.openqa.grid.common.exception.RemoteNotReachableException extends RemoteException implements Serializable

serialVersionUID: 3540250584036529453L

Class org.openqa.grid.common.exception.RemoteUnregisterException extends RemoteException implements Serializable

serialVersionUID: 1L


Package org.openqa.grid.internal.exception

Class org.openqa.grid.internal.exception.NewSessionException extends GridException implements Serializable

serialVersionUID: 6369049863503786020L


Package org.openqa.grid.web.servlet

Class org.openqa.grid.web.servlet.ConsoleServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: 8484071790930378855L

Class org.openqa.grid.web.servlet.DisplayHelpServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 8484071790930378855L

Class org.openqa.grid.web.servlet.DriverServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: -1693540182205547227L

Class org.openqa.grid.web.servlet.Grid1HeartbeatServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: 7653463271803124556L

Class org.openqa.grid.web.servlet.ProxyStatusServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: 7653463271803124556L

Class org.openqa.grid.web.servlet.RegistrationServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: -8670670577712086527L

Class org.openqa.grid.web.servlet.RegistryBasedServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

registry

Registry registry

Class org.openqa.grid.web.servlet.ResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 7253742807937667039L

Class org.openqa.grid.web.servlet.TestSessionStatusServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: 4325112892618707612L


Package org.openqa.grid.web.servlet.beta

Class org.openqa.grid.web.servlet.beta.ConsoleServlet extends RegistryBasedServlet implements Serializable

serialVersionUID: 8484071790930378855L


Package org.openqa.jetty.http

Class org.openqa.jetty.http.BasicAuthenticator extends Object implements Serializable

Class org.openqa.jetty.http.ClientCertAuthenticator extends Object implements Serializable

Serialized Fields

_maxHandShakeSeconds

int _maxHandShakeSeconds

Class org.openqa.jetty.http.DigestAuthenticator extends Object implements Serializable

Serialized Fields

maxNonceAge

long maxNonceAge

nonceSecret

long nonceSecret

useStale

boolean useStale

Class org.openqa.jetty.http.EOFException extends IOException implements Serializable

Serialized Fields

_ex

IOException _ex

Class org.openqa.jetty.http.HashUserRealm extends HashMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.openqa.jetty.http.HostSocketListener extends SocketListener implements Serializable

Serialized Fields

_host

String _host

Class org.openqa.jetty.http.HttpContext extends Container implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_contextPath

String _contextPath

_vhosts

List<E> _vhosts

_hosts

List<E> _hosts

_handlers

List<E> _handlers

_attributes

Map<K,V> _attributes

_redirectNullPath

boolean _redirectNullPath

_statsOn

boolean _statsOn

_permissions

PermissionCollection _permissions

_classLoaderJava2Compliant

boolean _classLoaderJava2Compliant

_resources

ResourceCache _resources

_systemClasses

String[] _systemClasses

_serverClasses

String[] _serverClasses

_contextName

String _contextName

_classPath

String _classPath

_initParams

Map<K,V> _initParams

_userRealm

UserRealm _userRealm

_realmName

String _realmName

_constraintMap

PathMap _constraintMap

_authenticator

Authenticator _authenticator

_requestLog

RequestLog _requestLog

_welcomes

String[] _welcomes

Class org.openqa.jetty.http.HttpException extends IOException implements Serializable

Serialized Fields

_code

int _code

Class org.openqa.jetty.http.HttpServer extends Container implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_listeners

List<E> _listeners

_realmMap

HashMap<K,V> _realmMap

_virtualHostMap

StringMap _virtualHostMap

_trace

boolean _trace

_requestLog

RequestLog _requestLog

_requestsPerGC

int _requestsPerGC

_resolveRemoteHost

boolean _resolveRemoteHost

_serverClasses

String[] _serverClasses

_systemClasses

String[] _systemClasses

_statsOn

boolean _statsOn

Class org.openqa.jetty.http.JDBCUserRealm extends HashUserRealm implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.openqa.jetty.http.JsseListener extends SocketListener implements Serializable

Serialized Fields

_needClientAuth

boolean _needClientAuth
Deprecated. 
Set to true if we require client certificate authentication.

Class org.openqa.jetty.http.NCSARequestLog extends Object implements Serializable

Serialized Fields

_filename

String _filename

_extended

boolean _extended

_append

boolean _append

_retainDays

int _retainDays

_closeOut

boolean _closeOut

_preferProxiedForAddress

boolean _preferProxiedForAddress

_logDateFormat

String _logDateFormat

_logLocale

Locale _logLocale

_logTimeZone

String _logTimeZone

_ignorePaths

String[] _ignorePaths

_logLatency

boolean _logLatency

_logCookies

boolean _logCookies

Class org.openqa.jetty.http.PathMap extends HashMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.openqa.jetty.http.ResourceCache extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_maxCachedFileSize

int _maxCachedFileSize

_maxCacheSize

int _maxCacheSize

_resourceBase

Resource _resourceBase

_mimeMap

Map<K,V> _mimeMap

_encodingMap

Map<K,V> _encodingMap

Class org.openqa.jetty.http.SecurityConstraint extends Object implements Serializable

Serialized Fields

_name

String _name

_methods

Object _methods

_roles

Object _roles

_dataConstraint

int _dataConstraint

_anyRole

boolean _anyRole

_authenticate

boolean _authenticate

Class org.openqa.jetty.http.SocketListener extends ThreadedServer implements Serializable

Serialized Fields

_lowResourcePersistTimeMs

int _lowResourcePersistTimeMs

_scheme

String _scheme

_integralScheme

String _integralScheme

_confidentialScheme

String _confidentialScheme

_integralPort

int _integralPort

_confidentialPort

int _confidentialPort

_identifyListener

boolean _identifyListener

_bufferSize

int _bufferSize

_bufferReserve

int _bufferReserve

_handler

HttpHandler _handler

_lowResources

int _lowResources

Class org.openqa.jetty.http.SslListener extends SocketListener implements Serializable

Serialized Fields

cipherSuites

String[] cipherSuites
Default value for the cipher Suites.


_keystore

String _keystore

_needClientAuth

boolean _needClientAuth

_wantClientAuth

boolean _wantClientAuth

_protocol

String _protocol

_algorithm

String _algorithm

_keystoreType

String _keystoreType

_provider

String _provider

Class org.openqa.jetty.http.SunJsseListener extends JsseListener implements Serializable

Serialized Fields

_keystore

String _keystore
Deprecated. 

_keystore_type

String _keystore_type
Deprecated. 

_keystore_provider_name

String _keystore_provider_name
Deprecated. 

_keystore_provider_class

String _keystore_provider_class
Deprecated. 

_useDefaultTrustStore

boolean _useDefaultTrustStore
Deprecated. 

Package org.openqa.jetty.http.ajp

Class org.openqa.jetty.http.ajp.AJP13Listener extends ThreadedServer implements Serializable

Serialized Fields

_server

HttpServer _server

_lastOut

boolean _lastOut

_lastLow

boolean _lastLow

_integralScheme

String _integralScheme

_confidentialScheme

String _confidentialScheme

_integralPort

int _integralPort

_confidentialPort

int _confidentialPort

_identifyListener

boolean _identifyListener

_bufferSize

int _bufferSize

_bufferReserve

int _bufferReserve

_remoteServers

String[] _remoteServers

_handler

HttpHandler _handler

Package org.openqa.jetty.http.handler

Class org.openqa.jetty.http.handler.AbstractHttpHandler extends Object implements Serializable

Serialized Fields

_name

String _name

Class org.openqa.jetty.http.handler.CollettaProxyHandler extends ProxyHandler implements Serializable

Class org.openqa.jetty.http.handler.DumpHandler extends AbstractHttpHandler implements Serializable

Class org.openqa.jetty.http.handler.ErrorPageHandler extends AbstractHttpHandler implements Serializable

Class org.openqa.jetty.http.handler.ExpiryHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_ttl

long _ttl
The default expiry time in seconds

Class org.openqa.jetty.http.handler.ForwardHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_forward

PathMap _forward

_root

String _root

_handleQueries

boolean _handleQueries

Class org.openqa.jetty.http.handler.HTAccessHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_default

String _default

_accessFile

String _accessFile

Class org.openqa.jetty.http.handler.IPAccessHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

standard

boolean standard
The standard way to deal with not configured IPs (true=allowed)


ips

Hashtable<K,V> ips
Hashtable where the configured IPs are kept

Class org.openqa.jetty.http.handler.MsieSslHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

userAgentSubString

String userAgentSubString

Class org.openqa.jetty.http.handler.NotFoundHandler extends AbstractHttpHandler implements Serializable

Class org.openqa.jetty.http.handler.NullHandler extends AbstractHttpHandler implements Serializable

Class org.openqa.jetty.http.handler.ProxyHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_proxyHostsWhiteList

Set<E> _proxyHostsWhiteList

_proxyHostsBlackList

Set<E> _proxyHostsBlackList

_tunnelTimeoutMs

int _tunnelTimeoutMs

_anonymous

boolean _anonymous

_DontProxyHeaders

StringMap _DontProxyHeaders
Map of leg by leg headers (not end to end). Should be a set, but more efficient string map is used instead.


_ProxyAuthHeaders

StringMap _ProxyAuthHeaders
Map of leg by leg headers (not end to end). Should be a set, but more efficient string map is used instead.


_ProxySchemes

StringMap _ProxySchemes
Map of allows schemes to proxy Should be a set, but more efficient string map is used instead.


_allowedConnectPorts

HashSet<E> _allowedConnectPorts
Set of allowed CONNECT ports.

Class org.openqa.jetty.http.handler.ResourceHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_acceptRanges

boolean _acceptRanges

_redirectWelcomeFiles

boolean _redirectWelcomeFiles

_methods

String[] _methods

_allowed

String _allowed

_dirAllowed

boolean _dirAllowed

_minGzipLength

int _minGzipLength

_methodMap

StringMap _methodMap

Class org.openqa.jetty.http.handler.RootNotFoundHandler extends NotFoundHandler implements Serializable

Class org.openqa.jetty.http.handler.SecurityHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_authMethod

String _authMethod

Class org.openqa.jetty.http.handler.SetResponseHeadersHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_fields

Map<K,V> _fields
The Map of _fields that will be asserted on outgoing responses. Key is the header name. Value is a List containing its values.


Package org.openqa.jetty.http.nio

Class org.openqa.jetty.http.nio.SocketChannelListener extends ThreadPool implements Serializable

Serialized Fields

_address

InetSocketAddress _address

_bufferSize

int _bufferSize

_bufferReserve

int _bufferReserve

_sslPort

int _sslPort

_lingerTimeSecs

int _lingerTimeSecs

_handler

HttpHandler _handler

Package org.openqa.jetty.jetty

Class org.openqa.jetty.jetty.Server extends HttpServer implements Serializable

Serialized Fields

_webAppConfigurationClassNames

String[] _webAppConfigurationClassNames

_configuration

String _configuration

_rootWebApp

String _rootWebApp

Package org.openqa.jetty.jetty.servlet

Class org.openqa.jetty.jetty.servlet.AbstractSessionManager extends Object implements Serializable

Serialized Fields

_dftMaxIdleSecs

int _dftMaxIdleSecs

_scavengePeriodMs

int _scavengePeriodMs

_workerName

String _workerName

_minSessions

int _minSessions

_maxSessions

int _maxSessions

_crossContextSessionIDs

boolean _crossContextSessionIDs

_secureCookies

boolean _secureCookies

_httpOnly

boolean _httpOnly

_invalidateGlobal

boolean _invalidateGlobal

Class org.openqa.jetty.jetty.servlet.BasicAuthenticator extends BasicAuthenticator implements Serializable

Class org.openqa.jetty.jetty.servlet.Default extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_httpContext

HttpContext _httpContext

_servletHandler

ServletHandler _servletHandler

_AllowString

String _AllowString

_acceptRanges

boolean _acceptRanges

_dirAllowed

boolean _dirAllowed

_putAllowed

boolean _putAllowed

_delAllowed

boolean _delAllowed

_redirectWelcomeFiles

boolean _redirectWelcomeFiles

_minGzipLength

int _minGzipLength

_resourceBase

Resource _resourceBase

Class org.openqa.jetty.jetty.servlet.DigestAuthenticator extends DigestAuthenticator implements Serializable

Class org.openqa.jetty.jetty.servlet.FilterHolder extends Holder implements Serializable

Class org.openqa.jetty.jetty.servlet.FormAuthenticator extends Object implements Serializable

Serialized Fields

_formErrorPage

String _formErrorPage

_formErrorPath

String _formErrorPath

_formLoginPage

String _formLoginPage

_formLoginPath

String _formLoginPath

Class org.openqa.jetty.jetty.servlet.HashSessionManager extends AbstractSessionManager implements Serializable

Class org.openqa.jetty.jetty.servlet.Holder extends AbstractMap implements Serializable

Serialized Fields

_httpHandler

HttpHandler _httpHandler

_name

String _name

_displayName

String _displayName

_className

String _className

_initParams

Map<K,V> _initParams

Class org.openqa.jetty.jetty.servlet.Invoker extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_servletHandler

ServletHandler _servletHandler

_invokerEntry

Map.Entry<K,V> _invokerEntry

_parameters

Map<K,V> _parameters

_nonContextServlets

boolean _nonContextServlets

_verbose

boolean _verbose

Class org.openqa.jetty.jetty.servlet.JettyWebConfiguration extends Object implements Serializable

Serialized Fields

_context

WebApplicationContext _context

Class org.openqa.jetty.jetty.servlet.ServletHandler extends Container implements Serializable

Serialized Fields

_usingCookies

boolean _usingCookies

_autoInitializeServlets

boolean _autoInitializeServlets

_name

String _name

_servletMap

PathMap _servletMap

_nameMap

Map<K,V> _nameMap

_attributes

Map<K,V> _attributes

_formLoginPage

String _formLoginPage

_formErrorPage

String _formErrorPage

_sessionManager

SessionManager _sessionManager

Class org.openqa.jetty.jetty.servlet.ServletHolder extends Holder implements Serializable

Serialized Fields

_initOrder

int _initOrder

_initOnStartup

boolean _initOnStartup

_roleMap

Map<K,V> _roleMap

_forcedPath

String _forcedPath

_runAs

String _runAs

_realm

UserRealm _realm

Class org.openqa.jetty.jetty.servlet.ServletHttpContext extends HttpContext implements Serializable

Serialized Fields

_localeEncodingMap

HashMap<K,V> _localeEncodingMap

_servletHandler

ServletHandler _servletHandler

Class org.openqa.jetty.jetty.servlet.TagLibConfiguration extends Object implements Serializable

Serialized Fields

_context

WebApplicationContext _context

Class org.openqa.jetty.jetty.servlet.WebApplicationContext extends ServletHttpContext implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.openqa.jetty.jetty.servlet.WebApplicationHandler extends ServletHandler implements Serializable

Serialized Fields

_filterMap

Map<K,V> _filterMap

_pathFilters

List<E> _pathFilters

_filters

List<E> _filters

_servletFilterMap

MultiMap _servletFilterMap

_acceptRanges

boolean _acceptRanges

_filterChainsCached

boolean _filterChainsCached

Class org.openqa.jetty.jetty.servlet.XMLConfiguration extends Object implements Serializable

Serialized Fields

_context

WebApplicationContext _context

xmlParser

XmlParser xmlParser

Package org.openqa.jetty.log

Class org.openqa.jetty.log.NullLogSink extends Object implements Serializable

Serialized Fields

started

boolean started

Class org.openqa.jetty.log.OutputStreamLogSink extends Object implements Serializable

Serialized Fields

_retainDays

int _retainDays

_dateFormat

DateCache _dateFormat

_logTimezone

String _logTimezone

_logTimeStamps

boolean _logTimeStamps

_logLabels

boolean _logLabels

_logTags

boolean _logTags

_logStackSize

boolean _logStackSize

_logStackTrace

boolean _logStackTrace

_logOneLine

boolean _logOneLine

_suppressStack

boolean _suppressStack

_filename

String _filename

_append

boolean _append

_flushOn

boolean _flushOn

_bufferSize

int _bufferSize

_reopen

boolean _reopen

Package org.openqa.jetty.servlet

Class org.openqa.jetty.servlet.AdminServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_servers

Collection<E> _servers

Class org.openqa.jetty.servlet.CGI extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_docRoot

File _docRoot

_path

String _path

_cmdPrefix

String _cmdPrefix

_env

org.openqa.jetty.servlet.CGI.EnvList _env

Class org.openqa.jetty.servlet.Debug extends javax.servlet.http.HttpServlet implements Serializable

Class org.openqa.jetty.servlet.Dump extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

pageType

String pageType

Class org.openqa.jetty.servlet.Forward extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_forwardMap

Map<K,V> _forwardMap

Class org.openqa.jetty.servlet.NotFoundServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.openqa.jetty.servlet.SendRedirect extends javax.servlet.http.HttpServlet implements Serializable

Class org.openqa.jetty.servlet.SessionDump extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

redirectCount

int redirectCount

pageType

String pageType

Package org.openqa.jetty.util

Class org.openqa.jetty.util.CachedResource extends Resource implements Serializable

Serialized Fields

_resource

Resource _resource

_lastModified

long _lastModified

_buf

byte[] _buf

_list

String[] _list

Class org.openqa.jetty.util.CodeException extends RuntimeException implements Serializable

Class org.openqa.jetty.util.ComponentEvent extends EventObject implements Serializable

Serialized Fields

component

Object component

Class org.openqa.jetty.util.Container extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_eventListeners

Object _eventListeners

_components

Object _components

Class org.openqa.jetty.util.FileResource extends URLResource implements Serializable

Serialized Fields

_file

File _file

Class org.openqa.jetty.util.InetAddrPort extends Object implements Serializable

Serialized Fields

_addr

InetAddress _addr

_addrIsHost

boolean _addrIsHost

_port

int _port

Class org.openqa.jetty.util.IO extends ThreadPool implements Serializable

Class org.openqa.jetty.util.JarResource extends URLResource implements Serializable

Class org.openqa.jetty.util.LifeCycleEvent extends EventObject implements Serializable

Serialized Fields

cause

Throwable cause

Class org.openqa.jetty.util.MultiException extends Exception implements Serializable

Serialized Fields

nested

Object nested

Class org.openqa.jetty.util.MultiMap extends HashMap implements Serializable

Class org.openqa.jetty.util.Pool extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_max

int _max

_min

int _min

_name

String _name

_className

String _className

_maxIdleTimeMs

int _maxIdleTimeMs

_attributes

HashMap<K,V> _attributes

Class org.openqa.jetty.util.Resource extends Object implements Serializable

Serialized Fields

_associate

Object _associate

Class org.openqa.jetty.util.StringMap extends AbstractMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.openqa.jetty.util.ThreadedServer extends ThreadPool implements Serializable

Serialized Fields

_address

InetAddrPort _address

_soTimeOut

int _soTimeOut

_lingerTimeSecs

int _lingerTimeSecs

_tcpNoDelay

boolean _tcpNoDelay

_acceptQueueSize

int _acceptQueueSize

_acceptors

int _acceptors

Class org.openqa.jetty.util.ThreadPool extends Object implements Serializable

Serialized Fields

_pool

Pool _pool

_join

Object _join

Class org.openqa.jetty.util.UrlEncoded extends MultiMap implements Serializable

Class org.openqa.jetty.util.URLResource extends Resource implements Serializable

Serialized Fields

_url

URL _url

_urlString

String _urlString

Package org.openqa.selenium.remote.server

Class org.openqa.selenium.remote.server.DriverServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

sessionsSupplier

com.google.common.base.Supplier<T> sessionsSupplier

getMapper

UrlMapper getMapper

postMapper

UrlMapper postMapper

deleteMapper

UrlMapper deleteMapper

sessionCleaner

org.openqa.selenium.remote.server.SessionCleaner sessionCleaner

Package org.openqa.selenium.server

Class org.openqa.selenium.server.CachedContentTestHandler extends Object implements Serializable

serialVersionUID: -4765843647662493876L

Serialized Fields

context

HttpContext context

started

boolean started

Class org.openqa.selenium.server.ClassPathResource extends Resource implements Serializable

Serialized Fields

path

String path

os

ByteArrayOutputStream os

Class org.openqa.selenium.server.FutureFileResource extends URLResource implements Serializable

Serialized Fields

_file

File _file

Class org.openqa.selenium.server.ProxyHandler extends AbstractHttpHandler implements Serializable

Serialized Fields

_proxyHostsWhiteList

Set<E> _proxyHostsWhiteList

_proxyHostsBlackList

Set<E> _proxyHostsBlackList

_tunnelTimeoutMs

int _tunnelTimeoutMs

_anonymous

boolean _anonymous

_sslMap

Map<K,V> _sslMap

sslKeystorePath

String sslKeystorePath

useCyberVillains

boolean useCyberVillains

trustAllSSLCertificates

boolean trustAllSSLCertificates

dontInjectRegex

String dontInjectRegex

debugURL

String debugURL

proxyInjectionMode

boolean proxyInjectionMode

forceProxyChain

boolean forceProxyChain

fakeCertsGenerated

boolean fakeCertsGenerated

shutdownLock

Object shutdownLock

_DontProxyHeaders

StringMap _DontProxyHeaders
Map of leg by leg headers (not end to end). Should be a set, but more efficient string map is used instead.


_ProxyAuthHeaders

StringMap _ProxyAuthHeaders
Map of leg by leg headers (not end to end). Should be a set, but more efficient string map is used instead.


_ProxySchemes

StringMap _ProxySchemes
Map of allows schemes to proxy Should be a set, but more efficient string map is used instead.


_allowedConnectPorts

HashSet<E> _allowedConnectPorts
Set of allowed CONNECT ports.


port

int port

Class org.openqa.selenium.server.ProxyHandler.SslRelay extends SslListener implements Serializable

Serialized Fields

_addr

InetAddrPort _addr

nukeDirOrFile

File nukeDirOrFile

Class org.openqa.selenium.server.RemoteCommandException extends Exception implements Serializable

Serialized Fields

result

String result

Class org.openqa.selenium.server.SeleniumCommandTimedOutException extends RuntimeException implements Serializable

Class org.openqa.selenium.server.SeleniumDriverResourceHandler extends ResourceHandler implements Serializable

Serialized Fields

remoteControl

SeleniumServer remoteControl

domainsBySessionId

Map<K,V> domainsBySessionId

logMessagesBuffer

StringBuffer logMessagesBuffer

browserLauncherFactory

BrowserLauncherFactory browserLauncherFactory

browserSessionFactory

BrowserSessionFactory browserSessionFactory

Class org.openqa.selenium.server.StaticContentHandler extends ResourceHandler implements Serializable

serialVersionUID: 8031049889874827358L

Serialized Fields

resourceLocators

List<E> resourceLocators

debugURL

String debugURL

proxyInjectionMode

boolean proxyInjectionMode

Class org.openqa.selenium.server.WindowClosedException extends RemoteCommandException implements Serializable

serialVersionUID: 1L


Package org.openqa.selenium.server.browserlaunchers

Class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.FileLockRemainedException extends Exception implements Serializable

Class org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher.FileLockRemainedException extends Exception implements Serializable

Class org.openqa.selenium.server.browserlaunchers.InvalidBrowserExecutableException extends RuntimeException implements Serializable


Package org.openqa.selenium.server.htmlrunner

Class org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler extends Object implements Serializable

Serialized Fields

context

HttpContext context

listeners

List<E> listeners

started

boolean started

Class org.openqa.selenium.server.htmlrunner.SingleTestSuiteResourceHandler extends ResourceHandler implements Serializable



Copyright © 2012. All Rights Reserved.