| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property |
Class Overview
Grizzly-specific customization properties. Each property describes
what it's used for, what the default value is (if any), and what
the expected type the value of the property should be.
Summary
| Enum Values |
| GrizzlyAsyncHttpProviderConfig.Property |
TRANSPORT_CUSTOMIZER |
If this property is specified with a custom TransportCustomizer
instance, the TCPNIOTransport instance that is created by
GrizzlyAsyncHttpProvider will be passed to the customizer
bypassing all default configuration of the transport typically performed
by the provider. |
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
final
int
|
compareTo(E arg0)
|
|
int
|
compareTo(Object arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
If this property is specified with a custom TransportCustomizer
instance, the TCPNIOTransport instance that is created by
GrizzlyAsyncHttpProvider will be passed to the customizer
bypassing all default configuration of the transport typically performed
by the provider. The type of the value associated with this property
must be TransportCustomizer.class.
Public Methods