Serialized Form


Package org.eclipse.jetty.http

Class org.eclipse.jetty.http.HttpException extends java.io.IOException implements Serializable

Serialized Fields

_status

int _status

_reason

java.lang.String _reason

Class org.eclipse.jetty.http.PathMap extends java.util.HashMap implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.eclipse.jetty.http.security

Class org.eclipse.jetty.http.security.Constraint extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_roles

java.lang.String[] _roles

_dataConstraint

int _dataConstraint

_anyRole

boolean _anyRole

_authenticate

boolean _authenticate



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.