- cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- 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
-
- 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.
- CertificateHostnameVerifier - Interface in org.apache.cxf.transport.https
-
Deprecated.
- CertificateHostnameVerifier.AbstractVerifier - Class in org.apache.cxf.transport.https
-
Deprecated.
- CertificateHostnameVerifier.AbstractVerifier() - Constructor for class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- CertificateHostnameVerifier.Certificates - Class in org.apache.cxf.transport.https
-
Deprecated.
- check() - Method in class org.apache.cxf.transport.http.ReferencingAuthenticator
-
- check(String, SSLSocket) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- check(String, X509Certificate) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- check(String, String[], String[]) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- check(String[], SSLSocket) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- check(String[], X509Certificate) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- check(String[], String[], String[], boolean, boolean) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
- check(String, SSLSocket) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
- check(String, X509Certificate) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
- check(String, String[], String[]) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
- check(String[], SSLSocket) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
- check(String[], X509Certificate) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
- check(String[], String[], String[]) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
Checks to see if the supplied hostname matches any of the supplied CNs
or "DNS" Subject-Alts.
- 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
-
- 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
-
- chunkLength - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- 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(Object) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
This call uses the Configurer from the bus to configure
a bean.
- configure(Object, String, String) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
- configure(String, String, HTTPConduit) - Method in class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- connection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- 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.
- connectionTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- ConnectionType - Enum in org.apache.cxf.transports.http.configuration
-
Java class for connectionType.
- contentEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- contentLocation - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- 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
-
- 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.
- countDots(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
-
Deprecated.
Counts the number of dots "." in a string.
- 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
-
- createCnonce() - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
-
- createConduit(HTTPTransportFactory, 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(WSDLManager, Class<?>, Class<? extends ExtensibilityElement>) - 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
-
- 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
-
- 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.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
-
- 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
-
- 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
-
- getCNs(X509Certificate) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.Certificates
-
Deprecated.
- getCompleteServicePrincipalName(URI) - Method in class org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
-
- getConduit(EndpointInfo) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
-
This call creates a new HTTPConduit for the endpoint.
- getConduit(EndpointInfo, EndpointReferenceType) - 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.
- 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
-
- getContextName() - Method in class org.apache.cxf.transport.http.auth.WSDLGetAuthenticatorInterceptor
-
- 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
-
- getDestination(EndpointInfo) - 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
-
- 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
-
- getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.Certificates
-
Deprecated.
Extracts the array of SubjectAlt DNS names from an X509Certificate.
- getDomainRoot(String) - Method in class org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name of 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.
- 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.
- getKeyManagersWithCertAlias(TLSClientParameters, KeyManager[]) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
-
- 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
- getName() - Method in class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- getNonProxyHosts() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Gets the value of the nonProxyHosts property.
- getObject() - 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
-
- getStaticResourceContentType(String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
-
- 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.
- getURI() - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- getURI(boolean) - 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 exception org.apache.cxf.transport.http.HTTPException
-
- 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
- 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.auth.WSDLGetAuthenticatorInterceptor
-
- 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
-
- host - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
- 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_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
-
- 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.InterposedMessageObserver() - Constructor for class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
-
- 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).
- HTTPConduit.WrappedOutputStream(Message, boolean, boolean, int, String, URI) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- HTTPConduit.WrappedOutputStream(HTTPConduit.WrappedOutputStream) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
-
- 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
-
- 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
- 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
-
- HttpDestinationFactory - Interface 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
-
- 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
-
This class registers a HTTPConduitConfigurer that will pull information from the
config:admin service to configure conduits.
- 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(Bus) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
-
- HTTPTransportFactory(Bus, DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
-
- HTTPTransportFactory(DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
-
- 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
-
- server - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- serverCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
-
This field contains the certificates the server presented
to authenticate.
- 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
-
- 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_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
-
- Servlet3ContinuationProvider - Class in org.apache.cxf.transport.http
-
- Servlet3ContinuationProvider(HttpServletRequest, HttpServletResponse, Message) - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider
-
- Servlet3ContinuationProvider.Servlet3Continuation - Class in org.apache.cxf.transport.http
-
- Servlet3ContinuationProvider.Servlet3Continuation() - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-
- servletConfig - Variable in class org.apache.cxf.transport.servlet.ServletController
-
- 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.
- ServletDestinationFactory - Class in org.apache.cxf.transport.servlet
-
- ServletDestinationFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletDestinationFactory
-
- 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.
- 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.
- setAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- 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.http.HTTPTransportFactory
-
- 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
-
- 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.
- setConnection(ConnectionType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
Sets the value of the connection 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
-
- setContextName(String) - Method in class org.apache.cxf.transport.http.auth.WSDLGetAuthenticatorInterceptor
-
- 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.
- 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.
- 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.
- 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(int) - 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.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.
- setServer(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
-
- 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.
- setTrustDecider(MessageTrustDecider) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
This method sets the Trust Decider for this HTTP Conduit.
- setupConnection(Message, URI, HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
-
- setupConnection(Message, URI, 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, ServletContext, 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
-
- setValue(String) - Method in class org.apache.cxf.transport.http.Cookie
-
Change the value of this cookie
- 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
-
- start(BundleContext) - Method in class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- stop(BundleContext) - Method in class org.apache.cxf.transport.http.osgi.HTTPTransportActivator
-
- STRICT - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
The STRICT HostnameVerifier works the same way as java.net.URL in Sun
Java 1.4, Sun Java 5, Sun Java 6.
- STRICT_IE6 - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
-
Deprecated.
The STRICT_IE6 HostnameVerifier works just like the STRICT one with one
minor variation: the hostname can match against any of the CN's in the
server's certificate, not just the first one.
- StringUtils - Class in org.apache.cxf.transport.http.policy.impl
-
- suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- suspend(long) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
-