|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPTransport.HTTP_VERSION | |
---|---|
org.opensaml.ws.transport.http | HTTP transport classes included bindings for Servlets. |
Uses of HTTPTransport.HTTP_VERSION in org.opensaml.ws.transport.http |
---|
Methods in org.opensaml.ws.transport.http that return HTTPTransport.HTTP_VERSION | |
---|---|
HTTPTransport.HTTP_VERSION |
HttpServletRequestAdapter.getVersion()
Gets the HTTP version used to receive the message. |
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. |
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. |
Methods in org.opensaml.ws.transport.http with parameters of type HTTPTransport.HTTP_VERSION | |
---|---|
void |
HttpServletResponseAdapter.setVersion(HTTPTransport.HTTP_VERSION version)
Sets the HTTP version to use for outgoing messages. |
void |
HTTPOutTransport.setVersion(HTTPTransport.HTTP_VERSION version)
Sets the HTTP version to use for outgoing messages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |