- AbstractHTTPDestination - Class in org.apache.cxf.transport.http
-
Common base for HTTP Destination implementations.
- AbstractHTTPDestination(Bus, DestinationRegistry, EndpointInfo, String, boolean) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination
-
Constructor
- AbstractHTTPDestination.BackChannelConduit - Class in org.apache.cxf.transport.http
-
Backchannel conduit.
- AbstractHTTPDestination.PrincipalAuthorizationPolicy - Class in org.apache.cxf.transport.http
-
- AbstractHTTPServlet - Class in org.apache.cxf.transport.servlet
-
- AbstractHTTPServlet() - Constructor for class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- AbstractSpnegoAuthSupplier - Class in org.apache.cxf.transport.http.auth
-
- AbstractSpnegoAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- accept - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the MIME types the client is prepared to handle (e.g., HTML, JPEG, GIF, etc.)
- acceptEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the encoding the client is prepared to handle (e.g., gzip)
- acceptLanguage - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the language the client desires (e.g., English, French, etc.)
- activate() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- ADD_HEADERS_PROPERTY - Static variable in class org.apache.cxf.transport.http.Headers
-
Each header value is added as a separate HTTP header, example, given A header with 'a' and 'b'
values, two A headers will be added as opposed to a single A header with the "a,b" value.
- addAuthenticator() - Static method in class org.apache.cxf.transport.http.CXFAuthenticator
-
- addDestination(AbstractHTTPDestination) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- addDestination(AbstractHTTPDestination) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- addListener(AbstractApplicationContext) - Method in class org.apache.cxf.transport.servlet.CXFServlet
-
- addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- Address - Class in org.apache.cxf.transport.http
-
A convenient class for storing URI and URL representation of an address and avoid useless conversions.
- Address(String) - Constructor for class org.apache.cxf.transport.http.Address
-
- Address(String, URI) - Constructor for class org.apache.cxf.transport.http.Address
-
- AliasedX509ExtendedKeyManager - Class in org.apache.cxf.transport.https
-
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be
used both with server and client sockets
- AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
Construct KeyManager instance
- allowChunking - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
If true, the client is free to use chunking streams if it wants, but it is not
required to use chunking streams.
- apply(HTTPConduit) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- apply(AbstractHTTPDestination) - Method in class org.apache.cxf.transport.http.HttpDestinationConfig
-
- assertMessage(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- assertMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- asyncExecuteTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the amount of time, in milliseconds, that a conduit will try and enqueue the response on the workqueue.
- asyncExecuteTimeoutRejection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies whether the conduit should throw and exception if it fails to enqueue the async response handling onto the workqueue.
- AUTH_SERVICE_LIST - Static variable in class org.apache.cxf.transport.servlet.ServletController
-
- AUTH_SERVICE_LIST_REALM - Static variable in class org.apache.cxf.transport.servlet.ServletController
-
- AUTH_TYPE_BASIC - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- AUTH_TYPE_DIGEST - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- AUTH_TYPE_NEGOTIATE - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- authenticate(String, String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
-
- authenticate(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
-
- authorizationPolicy - Variable in class org.apache.cxf.transport.http.HTTPConduit
-
This field holds the password authorization configuration.
- authorizationRetransmit() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
This method performs a retransmit for authorization information.
- authServiceListPageRealm - Variable in class org.apache.cxf.transport.servlet.ServletController
-
- authSupplier - Variable in class org.apache.cxf.transport.http.HTTPConduit
-
Implements the authentication handling when talking to a server.
- authTypeIsBasic() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- authTypeIsDigest() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- authTypeIsNegotiate() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- autoRedirect - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies if the consumer will automatically follow a server issued redirection.
- cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Most commonly used to specify no-cache, however the standard supports a
dozen or so caching related directives for requests
- cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Most commonly used to specify no-cache, however the standard supports a
dozen or so caching related directives for responses.
- cachedStream - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
This field contains the output stream with which we cache
the request.
- cachingForRetransmission - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
This boolean is true if the request must be cached.
- canAssert(QName) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- canAssert(QName) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- certConstraints - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- certConstraints - Variable in class org.apache.cxf.transport.http.HTTPConduit
-
- CertConstraints - Class in org.apache.cxf.transport.https
-
This class represents a set of constraints that can be placed on an X.509 certificate,
in the form of a regular expression on a SubjectDN or IssuerDN.
- CertConstraints(List<String>, CertConstraints.Combinator, List<String>, CertConstraints.Combinator) - Constructor for class org.apache.cxf.transport.https.CertConstraints
-
Create a CertificateConstraints from a CertificateConstraintsType specification
- CertConstraints.Combinator - Enum in org.apache.cxf.transport.https
-
- CertConstraintsFeature - Class in org.apache.cxf.transport.https
-
.*CN=(Bethal|Gordy).*
.*O=ApacheTest.*
.........
- CertConstraintsFeature() - Constructor for class org.apache.cxf.transport.https.CertConstraintsFeature
-
- CertConstraintsFeature.Portable - Class in org.apache.cxf.transport.https
-
- CertConstraintsInterceptor - Class in org.apache.cxf.transport.https
-
An interceptor that enforces certificate constraints logic at the TLS layer.
- CertConstraintsJaxBUtils - Class in org.apache.cxf.transport.https
-
A set of static methods that operate on the generated CertificateConstraintsType.
- check() - Method in class org.apache.cxf.transport.http.ReferencingAuthenticator
-
- checkContextPath(String, String) - Static method in class org.apache.cxf.transport.http.HttpUrlUtil
-
- checkRestfulRequest(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- checkRestfulRequest(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- checkXForwardedHeaders(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- chunking - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
If we are going to be chunking, we won't flush till close which causes
new chunks, small network packets, etc..
- chunkingThreshold - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
If AllowChunking is true, this sets the threshold at which messages start
getting chunked.
- chunkLength - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the chunk length for a HttpURLConnection.
- ClientPolicyCalculator - Class in org.apache.cxf.transport.http.policy.impl
-
- ClientPolicyCalculator() - Constructor for class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
-
- clientSidePolicy - Variable in class org.apache.cxf.transport.http.HTTPConduit
-
This field holds the QoS configuration settings for this conduit.
- close(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
-
- close(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- close() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
Close the conduit
- close() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
Perform any actions required on stream closure (handle response etc.)
- close() - Method in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
-
Close the conduit
- closeInputStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- compatible(HTTPClientPolicy, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
-
Checks if two HTTPClientPolicy objects are compatible.
- compatible(HTTPServerPolicy, HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
-
Checks if two HTTPServerPolicy objects are compatible.
- complete() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider
-
- conduitName - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- configure(String, String, HTTPConduit) - Method in interface org.apache.cxf.transport.http.HTTPConduitConfigurer
-
- configure(Bus, Object) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
This call uses the Configurer from the bus to configure
a bean.
- configure(Bus, Object, String, String) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- configureKeyManagersWithCertAlias(TLSParameterBase, KeyManager[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
-
- connection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
The connection disposition.
- connectionFactory - Variable in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
-
This field holds the connection factory, which primarily is used to
factor out SSL specific code from this implementation.
- connectionRequestTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the amount of time, in milliseconds, used when requesting a connection from the connection manager(if appliable).
- connectionTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the amount of time, in milliseconds, that the consumer will attempt to establish a connection before it times out.
- ConnectionType - Enum in org.apache.cxf.transports.http.configuration
-
Java class for connectionType.
- contentEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Specifies any additional encoding applied to the response.
- contentLocation - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Specifies the URL representing the resource used to satisfy the request(e.g., to inform that default.htm document was used.)
- contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the content type of the stream being sent in a post request.
- contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Specifies the MIME type used for responses.
- contextMatchOnExact() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- contextMatchStrategy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- ContinuationProviderFactory - Interface in org.apache.cxf.transport.http
-
- Cookie - Class in org.apache.cxf.transport.http
-
Container for HTTP cookies used to track
session state.
- Cookie(String, String) - Constructor for class org.apache.cxf.transport.http.Cookie
-
Create a new cookie with the supplied name/value pair
- cookie - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies a cookie to send to the server.
- Cookies - Class in org.apache.cxf.transport.http
-
- Cookies() - Constructor for class org.apache.cxf.transport.http.Cookies
-
- cookies - Variable in class org.apache.cxf.transport.http.HTTPConduit
-
- copyFromRequest(HttpServletRequest) - Method in class org.apache.cxf.transport.http.Headers
-
Copy the request headers into the message.
- copyToResponse(HttpServletResponse) - Method in class org.apache.cxf.transport.http.Headers
-
Copy the response headers into the response.
- cproviderFactory - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- createCertConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
-
Create a CertConstraints object from a JAXB CertificateConstraintsType
- createClient(HTTPClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
-
- createClientSSLEngine(TLSClientParameters) - Static method in class org.apache.cxf.transport.https.SSLUtils
-
- createCnonce() - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
-
- createConduit(HTTPTransportFactory, Bus, EndpointInfo, EndpointReferenceType) - Method in interface org.apache.cxf.transport.http.HTTPConduitFactory
-
- createConnection(TLSClientParameters, Proxy, URL) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
-
Create a HttpURLConnection, proxified if necessary.
- createContextMatchStrategy(String) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
-
- createContinuationProvider(Message, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.cxf.transport.http.ContinuationProviderFactory
-
If this factory can support the given req/resp and
provide a ContinuationProvider, it should create one
and return it.
- createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in interface org.apache.cxf.transport.http.HttpDestinationFactory
-
- createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in class org.apache.cxf.transport.servlet.ServletDestinationFactory
-
- createEndpointInfo(ServiceInfo, BindingInfo, List<?>) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- createExtensor(Bus, WSDLManager, Class<?>, Class<?>) - Method in class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader
-
- createFixedParameterOrder(Boolean) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
-
- createHTTPClientPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
-
- createHTTPServerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
-
- createOutputStream(Message, boolean, boolean, int) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- createOutputStream(Message, boolean, boolean, int) - Method in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
-
- createPortExtensors(EndpointInfo, Service) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- createProxy(HTTPClientPolicy, URI) - Method in class org.apache.cxf.transport.http.ProxyFactory
-
This method returns the Proxy server should it be set on the
Client Side Policy.
- createServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
-
- createServerSSLEngine(TLSServerParameters) - Static method in class org.apache.cxf.transport.https.SSLUtils
-
- createServletController(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- CustomAuthSupplier - Class in org.apache.cxf.transport.http.auth
-
Use the AuthorizationPolicy type + value to create the authorization header.
- CustomAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.CustomAuthSupplier
-
- CXF_ASYNC_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- CXF_CONTINUATION_MESSAGE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- CXFAuthenticator - Class in org.apache.cxf.transport.http
-
- CXFAuthenticator() - Constructor for class org.apache.cxf.transport.http.CXFAuthenticator
-
- CXFBlueprintServlet - Class in org.apache.cxf.transport.servlet.blueprint
-
- CXFBlueprintServlet() - Constructor for class org.apache.cxf.transport.servlet.blueprint.CXFBlueprintServlet
-
- CXFNonSpringServlet - Class in org.apache.cxf.transport.servlet
-
- CXFNonSpringServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- CXFNonSpringServlet(DestinationRegistry) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- CXFNonSpringServlet(DestinationRegistry, boolean) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- CXFNonSpringServlet(DestinationRegistry, Bus) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- CXFServlet - Class in org.apache.cxf.transport.servlet
-
- CXFServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFServlet
-
- generateNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
-
- get(Object) - Method in class org.apache.cxf.transport.http.HTTPSession
-
- getAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the accept property.
- getAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the acceptEncoding property.
- getAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the acceptLanguage property.
- getAddress() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- getAddressValue(EndpointInfo) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getAddressValue(EndpointInfo, boolean) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getAddressWithId(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getAsStream(String) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
-
- getAsyncExecuteTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the asyncExecuteTimeout property.
- getAuthorization(AuthorizationPolicy, URI, Message) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.CustomAuthSupplier
-
- getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
-
- getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
-
- getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier
-
The HTTPConduit makes a call to this method to obtain
an Authentication token for http authentication.
- getAuthorization(AuthorizationPolicy, URI, Message, String) - Method in class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
-
- getAuthorization() - Method in class org.apache.cxf.transport.http.Headers
-
- getAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method gets the Authorization Policy that was configured or
explicitly set for this HTTPConduit.
- getAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method gets the Auth Supplier that was set/configured for this
HTTPConduit.
- getAuthType() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- getAuthType() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getBasePath(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getBasePath(String) - Method in class org.apache.cxf.transport.servlet.ServletDestination
-
- getBaseURL(HttpServletRequest) - Static method in class org.apache.cxf.transport.servlet.BaseUrlHelper
-
Returns base URL which includes scheme, host, port, Servlet context and servlet paths
- getBaseURL(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.ServletController
-
- getBasicAuthHeader(String, String) - Static method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
-
- getBasicAuthHeader(String, String, boolean) - Static method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
-
- getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
-
- getBeanName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getBeanName() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This is part of the Configurable interface which retrieves the
configuration from spring injection.
- getBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the browserType property.
- getBus() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getBus() - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- getBus() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the cacheControl property.
- getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the cacheControl property.
- getCertificateChain(String) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- getCertificateConstraints() - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
-
- getCertificateConstraints() - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
-
- getCharacterEncoding() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the chunkingThreshold property.
- getChunkLength() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the chunkLength property.
- getClient(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- getClient() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method retrieves the Client Side Policy set/configured for this
HTTPConduit.
- getClientAliases(String, Principal[]) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- getClientPolicy() - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- getCompleteServicePrincipalName(URI) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- getConduit(EndpointInfo, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
This call creates a new HTTPConduit for the endpoint.
- getConduit(EndpointInfo, EndpointReferenceType, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
This call creates a new HTTP Conduit based on the EndpointInfo and
EndpointReferenceType.
- getConduitName() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method returns the name of the conduit, which is based on the
endpoint name plus the SC_HTTP_CONDUIT_SUFFIX.
- getConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the connection property.
- getConnectionRequestTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the connectionRequestTimeout property.
- getConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the connectionTimeout property.
- getContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the contentEncoding property.
- getContentLength() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the contentLocation property.
- getContentType() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getContentType() - Method in class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
-
- getContentType() - Method in interface org.apache.cxf.transport.servlet.servicelist.ServiceListWriter
-
- getContentType() - Method in class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
-
- getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the contentType property.
- getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the contentType property.
- getContextMatchStrategy() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getContextPath() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getContinuation() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider
- getCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the cookie property.
- getCookies() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
Allow access to the cookies that the conduit is maintaining
- getCookies() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getDataClass() - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
-
- getDataClass() - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
-
- getDataClassName() - Method in class org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator
-
- getDataClassName() - Method in class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
-
- getDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the decoupledEndpoint property.
- getDefault() - Static method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcherLoader
-
- getDefaultProxy() - Method in class org.apache.cxf.transport.http.Address
-
- getDestination(EndpointInfo, Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- getDestinationForPath(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- getDestinationForPath(String, boolean) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- getDestinationForPath(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- getDestinationForPath(String, boolean) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- getDestinationRegistryFromBusOrDefault(String) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- getDestinations() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- getDestinations() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- getDestinationsPaths() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- getDestinationsPaths() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- getDomainRoot(String) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or null
if given domain represents a public suffix.
- getDomainRoot(String, DomainType) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or null
if given domain represents a public suffix.
- getEffectiveAuthPolicy(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
Determines effective auth policy from message, conduit and empty default
with priority from first to last
- getEnabledCipherSuite() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This method returns the cipher suite employed in this
HttpsURLConnection.
- getExceptions() - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixList
-
- getFullContent() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- getFullHeader() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- getHeader(String) - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getHeaderNames() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getHeaders(String) - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the host property.
- getHostnameVerifier(TLSClientParameters) - Static method in class org.apache.cxf.transport.https.SSLUtils
-
- getHttpDateFormat() - Static method in class org.apache.cxf.transport.http.Headers
-
- getHttpRequestMethod() - Method in class org.apache.cxf.transport.http.HttpURLConnectionInfo
-
This method returns the request method on the represented
HttpURLConnection.
- getHttpsURLConnectionInfo() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- getId(Map<String, Object>) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getInputStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- getIssuerConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
-
Get a List of Strings that corresponds to the issuer regular expression
constraints from a JAXB CertificateConstraintsType
- getIssuerConstraintsCombinator(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
-
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
- getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
-
- getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
-
- getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
-
- getKeepAliveParameters() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the keepAliveParameters property.
- getKeyManagers() - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
-
- getLocalAddr() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getLocalCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This method returns the certificates that were used to
authenticate to the peer.
- getLocale() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getLocales() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getLocalName() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getLocalPort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getLocalPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This method returns the Princpal that authenticated to
the peer.
- getLogger() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method returns the registered Logger for this conduit.
- getLogger() - Method in class org.apache.cxf.transport.servlet.ServletDestination
-
- getLogicalName() - Method in class org.apache.cxf.transport.http.MessageTrustDecider
-
This method returns the logical name of this trust decider.
- getManagedClasses() - Method in class org.apache.cxf.transport.http.blueprint.HttpBPHandler
-
- getMaxAge() - Method in class org.apache.cxf.transport.http.Cookie
-
Get the max-age of this cookie
- getMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the maxRetransmits property.
- getMethod() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- getMethod() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getName() - Method in class org.apache.cxf.transport.http.Cookie
-
Get the name of this cookie
- getNonProxyHosts() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the nonProxyHosts property.
- getNoOpX509TrustManagers() - Static method in class org.apache.cxf.transport.https.InsecureTrustManager
-
- getObject() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-
- getOtherAttributes() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOutputStream() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-
- getParams() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- getPartialResponse() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- getPasswordAuthentication() - Method in class org.apache.cxf.transport.http.CXFAuthenticator
-
- getPasswordAuthentication() - Method in class org.apache.cxf.transport.http.ReferencingAuthenticator
-
- getPath() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getPath() - Method in class org.apache.cxf.transport.http.Cookie
-
Get the path of this cookie
- getPathInfo() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getPathTranslated() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getPeerPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This method returns the Principal that represents the
authenticated peer.
- getPrincipal() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.PrincipalAuthorizationPolicy
-
- getPrivateKey(String) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- getProtocol() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getProxyAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method retrieves the Proxy Authorization Policy for a proxy that is
set/configured for this HTTPConduit.
- getProxyAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- getProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the proxyServer property.
- getProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the proxyServerPort property.
- getProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the proxyServerType property.
- getQueryString() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRealm() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
Extracts the authorization realm from the
"WWW-Authenticate" Http response header.
- getRealm() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
-
- getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the receiveTimeout property.
- getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the receiveTimeout property.
- getRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the redirectURL property.
- getReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the referer property.
- getRegistry() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- getRemoteAddr() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRemoteHost() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRemotePort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRemoteUser() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRequestedSessionId() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRequestURI() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getRequestURL() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getResourceAsStream(String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- getResponseCode() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- getResponseCode() - Method in exception org.apache.cxf.transport.http.HTTPException
-
- getResponseMessage() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- getResponseMessage() - Method in exception org.apache.cxf.transport.http.HTTPException
-
- getRules() - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixList
-
- getSchemaLocation(String) - Method in class org.apache.cxf.transport.http.blueprint.HttpBPHandler
-
- getScheme() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getServer() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- getServerAliases(String, Principal[]) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
-
- getServerCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This method returns the certificates presented by the
peer for authentication.
- getServerName() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getServerPort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Gets the value of the serverType property.
- getServiceNameType() - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- getServletConfig() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
-
- getServletInfo() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
-
- getServletPath() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getSession() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getSession() - Method in class org.apache.cxf.transport.http.HTTPSession
-
- getSessionCookies() - Method in class org.apache.cxf.transport.http.Cookies
-
- getSetProtocolHeaders(Message) - Static method in class org.apache.cxf.transport.http.Headers
-
While extracting the Message.PROTOCOL_HEADERS property from the Message,
this call ensures that the Message.PROTOCOL_HEADERS property is
set on the Message.
- getSortedDestinations() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
-
- getSortedDestinations() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
- getSSLContext(TLSParameterBase) - Static method in class org.apache.cxf.transport.https.SSLUtils
-
- getSSLContextInitParameters(TLSParameterBase) - Static method in class org.apache.cxf.transport.https.SSLUtils
-
- getStaticResourceContentType(String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- getString() - Method in class org.apache.cxf.transport.http.Address
-
- getSubjectConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
-
Get a List of Strings that corresponds to the subject regular expression
constraints from a JAXB CertificateConstraintsType
- getSubjectConstraintsCombinator(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
-
Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
- getTlsClientParameters() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method returns the TLS Client Parameters that is set/configured
for this HTTPConduit.
- getTrimmedPath(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
-
Remove the transport protocol from the path and make
it starts with /
- getTrustDecider() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method gets the Trust Decider that was set/configured for this
HTTPConduit.
- getTrustManagers() - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
-
- getType() - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixList
-
- getURI() - Method in class org.apache.cxf.transport.http.Address
-
- getURI() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- getURI() - Method in class org.apache.cxf.transport.http.URLConnectionInfo
-
This field returns the URI associated with the connection
in question.
- getUriPrefixes() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- getURL() - Method in class org.apache.cxf.transport.http.Address
-
- getUrl() - Method in exception org.apache.cxf.transport.http.HTTPException
-
- getUserAgent() - Static method in class org.apache.cxf.transport.http.Headers
-
- getUserName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.PrincipalAuthorizationPolicy
-
- getUsernamePasswordHandler(String, String) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- getUserPrincipal() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- getValue() - Method in class org.apache.cxf.transport.http.Cookie
-
Get the value of this cookie
- handleFault(Message) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
-
- handleHeadersTrustCaching() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- handleHttpRetryException(HttpRetryException) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- handleMessage(Message) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
-
- handleMessage(Message) - Method in class org.apache.cxf.transport.https.CertConstraintsInterceptor
-
- handleNoOutput() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- handleResponse() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
This procedure is called on the close of the output stream so
we are ready to handle the response from the connection.
- handleResponseAsync() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- handleResponseInternal() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- handleResponseOnWorkqueue(boolean, boolean) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- handleRetransmits() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
This procedure handles all retransmits, if any.
- hashCode() - Method in class org.apache.cxf.transport.http.Cookie
-
- headerMap() - Method in class org.apache.cxf.transport.http.Headers
-
- Headers - Class in org.apache.cxf.transport.http
-
- Headers(Message) - Constructor for class org.apache.cxf.transport.http.Headers
-
- Headers() - Constructor for class org.apache.cxf.transport.http.Headers
-
- honorKeepAlive - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
When set to true, the request socket will remain open after the reply is
sent to the client, if the client has requested keep-alive and is using
at least version 1.1 of HTTP.
- host - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Specifies the Internet host and port number of the resource on which the request is being invoked.
- HTTP_CONFIG - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- HTTP_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- HTTP_CONTEXT_MATCH_STRATEGY - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- HTTP_HEADERS_LINK - Static variable in class org.apache.cxf.transport.http.Headers
-
- HTTP_HEADERS_SETCOOKIE - Static variable in class org.apache.cxf.transport.http.Headers
-
- HTTP_REQUEST - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- HTTP_RESPONSE_MESSAGE - Static variable in class org.apache.cxf.transport.http.HTTPConduit
-
- HttpAuthenticationFaultHandler - Class in org.apache.cxf.transport.http
-
Translates an AuthenticationException into a 401 response
- HttpAuthenticationFaultHandler() - Constructor for class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
-
- HttpAuthHeader - Class in org.apache.cxf.transport.http.auth
-
- HttpAuthHeader(String) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- HttpAuthHeader(List<String>) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- HttpAuthHeader(String, Map<String, String>) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
-
- HttpAuthSupplier - Interface in org.apache.cxf.transport.http.auth
-
Supplies Authorization information to an HTTPConduit.
- HttpAuthSupplierBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
-
- HttpAuthSupplierBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
-
- HttpBPHandler - Class in org.apache.cxf.transport.http.blueprint
-
- HttpBPHandler() - Constructor for class org.apache.cxf.transport.http.blueprint.HttpBPHandler
-
- HTTPClientAssertionBuilder - Class in org.apache.cxf.transport.http.policy
-
- HTTPClientAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
-
- HTTPClientPolicy - Class in org.apache.cxf.transports.http.configuration
-
Properties used to configure a client-side HTTP port
- HTTPClientPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- HTTPConduit - Class in org.apache.cxf.transport.http
-
This Conduit handles the "http" and "https" transport protocols.
- HTTPConduit(Bus, EndpointInfo) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
-
Constructor
- HTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
-
Constructor
- HTTPConduit.InterposedMessageObserver - Class in org.apache.cxf.transport.http
-
Used to set appropriate message properties, exchange etc.
- HTTPConduit.WrappedOutputStream - Class in org.apache.cxf.transport.http
-
Wrapper output stream responsible for flushing headers and handling
the incoming HTTP-level response (not necessarily the MEP response).
- HttpConduitBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
-
- HttpConduitBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
-
- HttpConduitBPBeanDefinitionParser - Class in org.apache.cxf.transport.http.blueprint
-
- HttpConduitBPBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.blueprint.HttpConduitBPBeanDefinitionParser
-
- HttpConduitConfig - Class in org.apache.cxf.transport.http
-
Holds http conduit configs for the HttpConduitFeature
- HttpConduitConfig() - Constructor for class org.apache.cxf.transport.http.HttpConduitConfig
-
- HTTPConduitConfigurer - Interface in org.apache.cxf.transport.http
-
- HTTPConduitFactory - Interface in org.apache.cxf.transport.http
-
Factory to actually create the HTTPConduit that will be used for the exchange
- HttpConduitFeature - Class in org.apache.cxf.transport.http
-
Programmatically configure a http conduit.
- HttpConduitFeature() - Constructor for class org.apache.cxf.transport.http.HttpConduitFeature
-
- HttpConduitFeature.Portable - Class in org.apache.cxf.transport.http
-
- HttpDestinationBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
-
- HttpDestinationBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
-
- HttpDestinationBPBeanDefinitionParser - Class in org.apache.cxf.transport.http.blueprint
-
- HttpDestinationBPBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.blueprint.HttpDestinationBPBeanDefinitionParser
-
- HttpDestinationConfig - Class in org.apache.cxf.transport.http
-
Holds configuration data for a http destination
- HttpDestinationConfig() - Constructor for class org.apache.cxf.transport.http.HttpDestinationConfig
-
- HttpDestinationFactory - Interface in org.apache.cxf.transport.http
-
- HttpDestinationFeature - Class in org.apache.cxf.transport.http
-
Programmatically configure a http destination.
- HttpDestinationFeature() - Constructor for class org.apache.cxf.transport.http.HttpDestinationFeature
-
- HttpDestinationFeature.Portable - Class in org.apache.cxf.transport.http
-
- HTTPException - Exception in org.apache.cxf.transport.http
-
- HTTPException(int, String, URL) - Constructor for exception org.apache.cxf.transport.http.HTTPException
-
- HTTPS_URL_PROTOCOL_ID - Static variable in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
-
This constant holds the URL Protocol Identifier for HTTPS
- HTTPServerAssertionBuilder - Class in org.apache.cxf.transport.http.policy
-
- HTTPServerAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
-
- HttpServerEngineSupport - Interface in org.apache.cxf.transport.http
-
Support class for HTTP server engines: holds common properties and commonly
used methods, shared across all HTTP server engine implementations (Tomcat, Jetty,
Undertow, Netty, ...).
- HTTPServerPolicy - Class in org.apache.cxf.transports.http.configuration
-
Properties used for configuring a server-side HTTP prort
- HTTPServerPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- HttpServletRequestSnapshot - Class in org.apache.cxf.transport.http
-
- HttpServletRequestSnapshot(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HttpServletRequestSnapshot
-
- HTTPSession - Class in org.apache.cxf.transport.http
-
A session implementation bound to HTTP.
- HTTPSession(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HTTPSession
-
- HttpsURLConnectionFactory - Class in org.apache.cxf.transport.https
-
This HttpsURLConnectionFactory implements the HttpURLConnectionFactory
for using the given SSL Policy to configure TLS connections for "https:"
URLs.
- HttpsURLConnectionFactory() - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionFactory
-
This constructor initialized the factory with the configured TLS
Client Parameters for the HTTPConduit for which this factory is used.
- HttpsURLConnectionInfo - Class in org.apache.cxf.transport.https
-
This class holds information about the HttpsURLConnection.
- HttpsURLConnectionInfo(URI, String, String, Certificate[], Principal, Certificate[], Principal) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
- HttpsURLConnectionInfo(HttpURLConnection) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This constructor is used to create the info object
representing the this HttpsURLConnection.
- HTTPTransportActivator - Class in org.apache.cxf.transport.http.osgi
-
- HTTPTransportActivator() - Constructor for class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- HTTPTransportFactory - Class in org.apache.cxf.transport.http
-
- HTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
-
- HTTPTransportFactory(DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
-
- HTTPTransportFactory(List<String>, DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
-
- HTTPURL_CONNECTION_METHOD_REFLECTION - Static variable in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
-
- HttpURLConnectionInfo - Class in org.apache.cxf.transport.http
-
This class contains the information about the HTTP Connection that
will be making an HTTP request.
- HttpURLConnectionInfo(URL, String) - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionInfo
-
This constructor takes the HttpURLConnection and extracts
the httpRequestMethod.
- HttpURLConnectionInfo(URI, String) - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionInfo
-
This constructor takes the HttpURLConnection and extracts
the httpRequestMethod.
- HttpUrlUtil - Class in org.apache.cxf.transport.http
-
- HTTPWSDLExtensionLoader - Class in org.apache.cxf.transport.http
-
- HTTPWSDLExtensionLoader(Bus) - Constructor for class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader
-
- serverCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This field contains the certificates the server presented
to authenticate.
- serverPolicy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- ServerPolicyCalculator - Class in org.apache.cxf.transport.http.policy.impl
-
- ServerPolicyCalculator() - Constructor for class org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator
-
- serverType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Specifies an optional value for the HTTP ServerType property.
- serveStaticContent(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- service(ServletRequest, ServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
javax.http.servlet.HttpServlet does not let to override the code which deals with
unrecognized HTTP verbs such as PATCH (being standardized), WebDav ones, etc.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
-
- SERVICE_NOT_AVAILABLE_ON_HTTP_STATUS_CODES - Static variable in class org.apache.cxf.transport.http.HTTPConduit
-
The HTTP status codes as contextual property (comma-separated integers as String)
on the outgoing Message
which lead to setting org.apache.cxf.transport.service_not_available
for all responses with those status codes.
- SERVICE_REDIRECTION - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- serviceListGenerator - Variable in class org.apache.cxf.transport.servlet.ServletController
-
- ServiceListGeneratorServlet - Class in org.apache.cxf.transport.servlet.servicelist
-
- ServiceListGeneratorServlet(DestinationRegistry, Bus) - Constructor for class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
-
- ServiceListJAASAuthenticator - Class in org.apache.cxf.transport.servlet.servicelist
-
- ServiceListJAASAuthenticator() - Constructor for class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
-
- serviceListRelativePath - Variable in class org.apache.cxf.transport.servlet.ServletController
-
- ServiceListWriter - Interface in org.apache.cxf.transport.servlet.servicelist
-
- Servlet31Continuation() - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet31Continuation
-
- Servlet3Continuation() - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-
- Servlet3ContinuationProvider - Class in org.apache.cxf.transport.http
-
- Servlet3ContinuationProvider(HttpServletRequest, HttpServletResponse, Message) - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider
-
- Servlet3ContinuationProvider.Servlet31Continuation - Class in org.apache.cxf.transport.http
-
- Servlet3ContinuationProvider.Servlet3Continuation - Class in org.apache.cxf.transport.http
-
- servletConfig - Variable in class org.apache.cxf.transport.servlet.ServletController
-
- ServletConfigAware - Interface in org.apache.cxf.transport.servlet
-
Interface to be implemented by any Destination that wishes to be notified of the
ServletConfig availability.
- ServletContextResourceResolver - Class in org.apache.cxf.transport.servlet
-
- ServletContextResourceResolver(ServletContext) - Constructor for class org.apache.cxf.transport.servlet.ServletContextResourceResolver
-
- ServletController - Class in org.apache.cxf.transport.servlet
-
- ServletController(DestinationRegistry, ServletConfig, HttpServlet) - Constructor for class org.apache.cxf.transport.servlet.ServletController
-
- ServletDestination - Class in org.apache.cxf.transport.servlet
-
- ServletDestination(Bus, DestinationRegistry, EndpointInfo, String) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
-
Constructor, allowing subsititution of configuration.
- ServletDestination(Bus, DestinationRegistry, EndpointInfo, String, boolean) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
-
- ServletDestinationFactory - Class in org.apache.cxf.transport.servlet
-
- ServletDestinationFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletDestinationFactory
-
- SET_HTTP_RESPONSE_MESSAGE - Static variable in class org.apache.cxf.transport.http.HTTPConduit
-
- SET_REASON_PHRASE_NOT_NULL - Static variable in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
-
- setAccept(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the accept property.
- setAcceptEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the acceptEncoding property.
- setAcceptLanguage(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the acceptLanguage property.
- setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
This call is used by CXF ExtensionManager to inject the activationNamespaces
- setAddress(AbstractDestination, String) - Static method in class org.apache.cxf.transport.servlet.BaseUrlHelper
-
- setAllowChunking(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the allowChunking property.
- setAsyncExecuteTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the asyncExecuteTimeout property.
- setAsyncExecuteTimeoutRejection(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the asyncExecuteTimeoutRejection property.
- setAuthenticationType(String) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
-
- setAuthorization(String) - Method in class org.apache.cxf.transport.http.Headers
-
- setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method is used to set the Authorization Policy for this conduit.
- setAuthorizationPolicy(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- setAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- setAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- setAutoRedirect(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the autoRedirect property.
- setBaseURLAttribute(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.ServletController
-
- setBrowserType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the browserType property.
- setBus(Bus) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
-
- setCacheControl(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the cacheControl property.
- setCacheControl(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the cacheControl property.
- setCertificateConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature.Portable
-
- setCertificateConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
-
- setChunkingThreshold(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the chunkingThreshold property.
- setChunkLength(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the chunkLength property.
- setClient(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method sets the Client Side Policy for this HTTPConduit.
- setClientPolicy(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- setConduitConfig(HttpConduitConfig) - Method in class org.apache.cxf.transport.http.HttpConduitFeature.Portable
-
- setConduitConfig(HttpConduitConfig) - Method in class org.apache.cxf.transport.http.HttpConduitFeature
-
- setConnection(ConnectionType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the connection property.
- setConnectionRequestTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the connectionRequestTimeout property.
- setConnectionTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the connectionTimeout property.
- setContentEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the contentEncoding property.
- setContentLocation(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the contentLocation property.
- setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the contentType property.
- setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the contentType property.
- setContextMatchStrategy(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- setCookie(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the cookie property.
- setCredDelegation(boolean) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- setDecoupledEndpoint(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the decoupledEndpoint property.
- setDestinationConfig(HttpDestinationConfig) - Method in class org.apache.cxf.transport.http.HttpDestinationFeature.Portable
-
- setDestinationConfig(HttpDestinationConfig) - Method in class org.apache.cxf.transport.http.HttpDestinationFeature
-
- setFixedLengthStreamingMode(int) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- setFixedParameterOrder(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- setHeadersByAuthorizationPolicy(Message, URI) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This call places HTTP Header strings into the headers that are relevant
to the Authorization policies that are set on this conduit by
configuration.
- setHonorKeepAlive(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the honorKeepAlive property.
- setHost(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the host property.
- setKeepAliveParameters(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the keepAliveParameters property.
- setKeyManagers(KeyManager[]) - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
-
- setLoginConfig(Configuration) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- setMaxAge(int) - Method in class org.apache.cxf.transport.http.Cookie
-
Set the max-age of this cookie.
- setMaxRetransmits(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the maxRetransmits property.
- setMultiplexWithAddress(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- setNonProxyHosts(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the nonProxyHosts property.
- setObject(Object) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-
- setPath(String) - Method in class org.apache.cxf.transport.http.Cookie
-
Set the path of this cookie
- setProtocolHeaders() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- setProtocolHeadersInConnection(HttpURLConnection) - Method in class org.apache.cxf.transport.http.Headers
-
Set content type and protocol headers (Message.PROTOCOL_HEADERS) headers into the URL
connection.
- setProxyAuthorization(String) - Method in class org.apache.cxf.transport.http.Headers
-
- setProxyAuthorization(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method sets the Proxy Authorization Policy for a specified proxy.
- setProxyAuthorizationPolicy(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- setProxyAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- setProxyServer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the proxyServer property.
- setProxyServerPort(Integer) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the proxyServerPort property.
- setProxyServerType(ProxyServerType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the proxyServerType property.
- setRealm(String) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- setRealm(String) - Method in class org.apache.cxf.transport.http.HttpAuthenticationFaultHandler
-
- setRealm(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator
-
- setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the receiveTimeout property.
- setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the receiveTimeout property.
- setRedirectURL(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the redirectURL property.
- setReferer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the referer property.
- setRegistry(DestinationRegistry) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- setServer(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- setServerPolicy(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.HttpDestinationConfig
-
- setServerType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the serverType property.
- setServiceListRelativePath(String) - Method in class org.apache.cxf.transport.servlet.ServletController
-
- setServiceListStyleSheet(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
-
- setServiceNameType(Oid) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- setServicePrincipalName(String) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- setSuppressClientReceiveErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the suppressClientReceiveErrors property.
- setSuppressClientSendErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Sets the value of the suppressClientSendErrors property.
- setTitle(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
-
- setTlsClientParameters(TLSClientParameters) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method sets the TLS Client Parameters for this HTTPConduit.
- setTlsClientParameters(TLSClientParameters) - Method in class org.apache.cxf.transport.http.HttpConduitConfig
-
- setTrustDecider(MessageTrustDecider) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method sets the Trust Decider for this HTTP Conduit.
- setTrustManagers(TrustManager[]) - Method in class org.apache.cxf.transport.https.SSLContextInitParameters
-
- setupConnection(Message, Address, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- setupConnection(Message, Address, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.URLConnectionHTTPConduit
-
- setupContinuation(Message, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- setupMessage(Message, ServletConfig, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- setupNewConnection(String) - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- setupWrappedStream() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- setUseCanonicalHostname(boolean) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- setValue(String) - Method in class org.apache.cxf.transport.http.Cookie
-
Change the value of this cookie
- setWrappedOutputStream(OutputStream) - Method in class org.apache.cxf.transport.http.ProxyOutputStream
-
- shutdown() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- SpnegoAuthSupplier - Class in org.apache.cxf.transport.http.auth
-
- SpnegoAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
-
- SSLContextInitParameters - Class in org.apache.cxf.transport.https
-
- SSLContextInitParameters() - Constructor for class org.apache.cxf.transport.https.SSLContextInitParameters
-
- SSLUtils - Class in org.apache.cxf.transport.https
-
- start(BundleContext) - Method in class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- stop(BundleContext) - Method in class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- StringEscapeUtils - Class in org.apache.cxf.transport.commons_text
-
Escapes and unescapes String
s for
Java, Java Script, HTML and XML.
- StringUtils - Class in org.apache.cxf.transport.http.policy.impl
-
- suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
When set to false, exceptions will be thrown when an error is encountered
sending a reply from to client.
- suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
When set to false, exceptions will be thrown when an error is encountered
receiving a request from the client.
- suspend(long) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-