Package | Description |
---|---|
org.opensaml.ws.transport.http |
HTTP transport classes included bindings for Servlets.
|
Modifier and Type | Method and Description |
---|---|
HTTPTransport.HTTP_VERSION |
HTTPTransport.getVersion()
Gets the HTTP version used to receive the message.
|
HTTPTransport.HTTP_VERSION |
HttpServletResponseAdapter.getVersion()
Gets the HTTP version used to receive the message.
|
HTTPTransport.HTTP_VERSION |
HttpServletRequestAdapter.getVersion()
Gets the HTTP version used to receive the message.
|
static HTTPTransport.HTTP_VERSION |
HTTPTransport.HTTP_VERSION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPTransport.HTTP_VERSION[] |
HTTPTransport.HTTP_VERSION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPOutTransport.setVersion(HTTPTransport.HTTP_VERSION version)
Sets the HTTP version to use for outgoing messages.
|
void |
HttpServletResponseAdapter.setVersion(HTTPTransport.HTTP_VERSION version)
Sets the HTTP version to use for outgoing messages.
|
Copyright © 1999-2013. All Rights Reserved.