A B C D E F G H I J L M N O P R S T U V

A

AbstractHTTPDestination - Class in org.apache.cxf.transport.http
Common base for HTTP Destination implementations.
AbstractHTTPDestination(Bus, ConduitInitiator, EndpointInfo) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination
Constructor
accept - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
acceptEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
acceptLanguage - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
activate() - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
Activate receipt of incoming messages.
addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.JettySslListenerFactory
 
addServant(URL, AbstractHttpHandler) - Method in class org.apache.cxf.transport.http.JettyHTTPServerEngine
Register a servant.
addServant(URL, AbstractHttpHandler) - Method in interface org.apache.cxf.transport.http.ServerEngine
Register a servant.
allowChunking - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
alternateEngine - Variable in class org.apache.cxf.transport.http.JettyHTTPDestination
 
authorization - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
authorization - Variable in class org.apache.cxf.transports.http.configuration.Conduit
 
authorization - Variable in class org.apache.cxf.transports.http.configuration.Destination
 
autoRedirect - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 

B

browserType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
buildEndpoint(ServletConfig, Node) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
buildEndpoint(String, String, String, String, String, String) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
buildEndpoints(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
bus - Variable in class org.apache.cxf.transport.servlet.ServletDestination
 

C

cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
client - Variable in class org.apache.cxf.transports.http.configuration.Conduit
 
ClientCacheControlType - Enum in org.apache.cxf.transports.http.configuration
Java class for clientCacheControlType.
close() - Method in class org.apache.cxf.transport.http.HTTPConduit
Close the conduit
Conduit - Class in org.apache.cxf.transports.http.configuration
Java class for anonymous complex type.
Conduit() - Constructor for class org.apache.cxf.transports.http.configuration.Conduit
 
conduitInitiator - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
conduitInitiator - Variable in class org.apache.cxf.transport.servlet.ServletDestination
 
configure(Object) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
configure(Bus, Object) - Static method in class org.apache.cxf.transport.http.JettyHTTPServerEngine
 
connection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
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
 
contextMatchStrategy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
contextMatchStrategy - Variable in class org.apache.cxf.transports.http.configuration.Destination
 
cookie - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
copyRequestHeaders(Message, Map<String, List<String>>) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Copy the request headers into the message.
copyRequestHeaders(Message, Map<String, List<String>>) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
Copy the request headers into the message.
copyRequestHeaders(Message, Map<String, List<String>>) - Method in class org.apache.cxf.transport.servlet.ServletDestination
Copy the request headers into the message.
copyResponseHeaders(Message, HttpResponse) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
Copy the response headers into the response.
copyResponseHeaders(Message, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletDestination
Copy the response headers into the response.
createAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<AuthorizationPolicy>}
createClient(HTTPClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPClientPolicy>}
createConduit() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of Conduit
createConnection(Proxy, URL) - Method in interface org.apache.cxf.transport.http.URLConnectionFactory
Create a URLConnection, proxified if neccessary.
createConnection(Proxy, URL) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
Create a URLConnection, proxified if neccessary.
createContextMatchStrategy(String) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<String>}
createDestination() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of Destination
createEndpointInfo(ServiceInfo, BindingInfo, Port) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
createFixedParameterOrder(Boolean) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<Boolean>}
createHTTPClientPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPClientPolicy
createHTTPListenerConfigBean() - Method in class org.apache.cxf.transport.http.listener.ObjectFactory
Create an instance of HTTPListenerConfigBean
createHTTPListenerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPListenerPolicy
createHTTPServerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPServerPolicy
createListener(int) - Method in interface org.apache.cxf.transport.http.JettyListenerFactory
Create a Listener.
createListener(HTTPListenerPolicy) - Method in class org.apache.cxf.transport.http.listener.ObjectFactory
Create an instance of JAXBElement<HTTPListenerPolicy>}
createListener(int) - Method in class org.apache.cxf.transport.https.JettySslListenerFactory
Create a Listener.
createListener(HTTPListenerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPListenerPolicy>}
createPortExtensors(EndpointInfo, Service) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
createProxyAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<AuthorizationPolicy>}
createServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPServerPolicy>}
createServletController() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
createServletTransportFactory() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
createSslClient(SSLClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<SSLClientPolicy>}
createSslServer(SSLServerPolicy) - Method in class org.apache.cxf.transport.http.listener.ObjectFactory
Create an instance of JAXBElement<SSLServerPolicy>}
createSslServer(SSLServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<SSLServerPolicy>}
CXFServlet - Class in org.apache.cxf.transport.servlet
A Servlet which supports loading of JAX-WS endpoints from an XML file and handling requests for endpoints created via other means such as Spring beans, or the Java API.
CXFServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFServlet
 

D

deactivate() - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
Deactivate receipt of incoming messages.
decorate(HttpsURLConnection) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
Decorate connection with applicable SSL settings.
decorate(SslListener) - Method in class org.apache.cxf.transport.https.JettySslListenerFactory
Decorate listener with applicable SSL settings.
decoupledEndpoint - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
Destination - Class in org.apache.cxf.transports.http.configuration
Java class for anonymous complex type.
Destination() - Constructor for class org.apache.cxf.transports.http.configuration.Destination
 
destroy() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
destroyForPort(int) - Static method in class org.apache.cxf.transport.http.JettyHTTPServerEngine
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
doMessage(MessageImpl) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
doService(HttpRequest, HttpResponse) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
 

E

engine - Variable in class org.apache.cxf.transport.http.JettyHTTPDestination
 

F

fixedParameterOrder - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
fixedParameterOrder - Variable in class org.apache.cxf.transports.http.configuration.Destination
 
flushHeaders(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Flush the headers onto the output stream.
flushHeaders(Message) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
 
flushHeaders(Message) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
 

G

generateNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
generateWSDL(HttpServletRequest, HttpServletResponse, ServletDestination) - 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(Object) - Method in class org.apache.cxf.transport.http.JettyContextInspector
 
getAddressValue(EndpointInfo) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAuthorization() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getAuthorization() - Method in class org.apache.cxf.transports.http.configuration.Conduit
Gets the value of the authorization property.
getAuthorization() - Method in class org.apache.cxf.transports.http.configuration.Destination
Gets the value of the authorization property.
getBackChannel() - Method in class org.apache.cxf.transport.http.HTTPConduit
Retreive the back-channel Destination.
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getBeanName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBeanName() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getBeanName() - Method in class org.apache.cxf.transport.http.JettyHTTPServerEngine
 
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.HTTPTransportFactory
 
getBus() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
getBus() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
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.
getCiphersuites(List<String>, String[], FiltersType, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getClient() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getClient() - Method in class org.apache.cxf.transports.http.configuration.Conduit
Gets the value of the client property.
getConduit(EndpointInfo) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getConduit(EndpointInfo, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getConduitInitiator() - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
 
getConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the connection property.
getConnectionFactory(SSLClientPolicy) - Static method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
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.
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.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
 
getContextMatchStrategy() - Method in class org.apache.cxf.transports.http.configuration.Destination
Gets the value of the contextMatchStrategy property.
getController() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
getCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the cookie property.
getDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the decoupledEndpoint property.
getDecoupledObserver() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getDerivative() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getDerivative() - Method in class org.apache.cxf.transport.https.JettySslListenerFactory
 
getDestination(EndpointInfo) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getDestination(EndpointInfo) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinations() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getEndpointInfo() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the host property.
getId() - Method in class org.apache.cxf.transports.http.configuration.Conduit
Gets the value of the id property.
getId() - Method in class org.apache.cxf.transports.http.configuration.Destination
Gets the value of the id property.
getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
 
getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getKeyPassword(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystore(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreAlgorithm(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeyStoreManagers(String, String, String, String, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystorePassword(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getListener() - Method in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
Gets the value of the listener property.
getListenerFactory(SSLServerPolicy) - Static method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getLogger() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getLogger() - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
 
getLogger() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getLowResourcePersistTimeMs() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Gets the value of the lowResourcePersistTimeMs property.
getMaxIdleTimeMs() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Gets the value of the maxIdleTimeMs property.
getMaxThreads() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Gets the value of the maxThreads property.
getMessageObserver() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getMinThreads() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Gets the value of the minThreads property.
getProxyAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getProxyAuthorization() - Method in class org.apache.cxf.transports.http.configuration.Conduit
Gets the value of the proxyAuthorization property.
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.
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.
getRequireClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSecureSocketProtocol(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getServant(URL) - Method in class org.apache.cxf.transport.http.JettyHTTPServerEngine
Get a registered servant.
getServant(URL) - Method in interface org.apache.cxf.transport.http.ServerEngine
Get a previously registered servant.
getServer() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getServer() - Method in class org.apache.cxf.transports.http.configuration.Destination
Gets the value of the server property.
getServerSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the serverType property.
getSession() - Method in class org.apache.cxf.transport.http.HTTPSession
 
getSslClient() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getSslClient() - Method in class org.apache.cxf.transports.http.configuration.Conduit
Gets the value of the sslClient property.
getSSLContext(String, KeyManager[], TrustManager[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSslServer() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getSslServer() - Method in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
Gets the value of the sslServer property.
getSslServer() - Method in class org.apache.cxf.transports.http.configuration.Destination
Gets the value of the sslServer property.
getSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStore(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreAlgorithm(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreManagers(boolean, String, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getUnSupported() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getUnSupported() - Method in class org.apache.cxf.transport.https.JettySslListenerFactory
 
getUriPrefixes() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getURL() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getWantClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 

H

honorKeepAlive - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
host - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
HTTP_CONNECTION - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
HTTP_REQUEST - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
HTTP_REQUEST - Static variable in class org.apache.cxf.transport.http.JettyHTTPDestination
 
HTTP_REQUEST - Static variable in class org.apache.cxf.transport.servlet.ServletDestination
 
HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.http.HTTPConduit
 
HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.http.JettyHTTPDestination
 
HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.servlet.ServletDestination
 
HTTPClientPolicy - Class in org.apache.cxf.transports.http.configuration
HTTP client configuration properties.
HTTPClientPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
HTTPConduit - Class in org.apache.cxf.transport.http
HTTP Conduit implementation.
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(Bus, EndpointInfo, EndpointReferenceType, URLConnectionFactory) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor, allowing subsititution of connnection factory and decoupled engine.
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
 
HttpConduitBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpConduitBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
HttpDestinationBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpDestinationBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
HTTPListenerConfigBean - Class in org.apache.cxf.transport.http.listener
Java class for HTTPListenerConfigBean complex type.
HTTPListenerConfigBean() - Constructor for class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
 
HTTPListenerPolicy - Class in org.apache.cxf.transports.http.configuration
Java class for HTTPListenerPolicy complex type.
HTTPListenerPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
HTTPServerPolicy - Class in org.apache.cxf.transports.http.configuration
HTTP Server configuration properties.
HTTPServerPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
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
 
HttpsURLConnectionFactory(SSLClientPolicy) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionFactory
Constructor.
HTTPTransportFactory - Class in org.apache.cxf.transport.http
 
HTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 

I

id - Variable in class org.apache.cxf.transports.http.configuration.Conduit
 
id - Variable in class org.apache.cxf.transports.http.configuration.Destination
 
init() - Method in class org.apache.cxf.transport.http.spring.NamespaceHandler
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invokeDestination(HttpServletRequest, HttpServletResponse, ServletDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
isAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the allowChunking property.
isAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the autoRedirect property.
isFixedParameterOrder() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isFixedParameterOrder() - Method in class org.apache.cxf.transports.http.configuration.Destination
Gets the value of the fixedParameterOrder property.
isHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the honorKeepAlive property.
isOneWay(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isOneWay(Message) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
isSetAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAuthorization() - Method in class org.apache.cxf.transports.http.configuration.Conduit
 
isSetAuthorization() - Method in class org.apache.cxf.transports.http.configuration.Destination
 
isSetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetClient() - Method in class org.apache.cxf.transports.http.configuration.Conduit
 
isSetConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContextMatchStrategy() - Method in class org.apache.cxf.transports.http.configuration.Destination
 
isSetCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetFixedParameterOrder() - Method in class org.apache.cxf.transports.http.configuration.Destination
 
isSetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetId() - Method in class org.apache.cxf.transports.http.configuration.Conduit
 
isSetId() - Method in class org.apache.cxf.transports.http.configuration.Destination
 
isSetListener() - Method in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
 
isSetLowResourcePersistTimeMs() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
isSetMaxIdleTimeMs() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
isSetMaxThreads() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
isSetMinThreads() - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
isSetProxyAuthorization() - Method in class org.apache.cxf.transports.http.configuration.Conduit
 
isSetProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetServer() - Method in class org.apache.cxf.transports.http.configuration.Destination
 
isSetServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSslClient() - Method in class org.apache.cxf.transports.http.configuration.Conduit
 
isSetSslServer() - Method in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
 
isSetSslServer() - Method in class org.apache.cxf.transports.http.configuration.Destination
 
isSetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the suppressClientReceiveErrors property.
isSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the suppressClientSendErrors property.

J

JettyContextInspector - Class in org.apache.cxf.transport.http
 
JettyContextInspector() - Constructor for class org.apache.cxf.transport.http.JettyContextInspector
 
JettyHTTPDestination - Class in org.apache.cxf.transport.http
 
JettyHTTPDestination(Bus, ConduitInitiator, EndpointInfo) - Constructor for class org.apache.cxf.transport.http.JettyHTTPDestination
Constructor, using Jetty server engine.
JettyHTTPDestination(Bus, ConduitInitiator, EndpointInfo, ServerEngine) - Constructor for class org.apache.cxf.transport.http.JettyHTTPDestination
Constructor, allowing subsititution of server engine.
JettyHTTPDestination.BackChannelConduit - Class in org.apache.cxf.transport.http
Backchannel conduit.
JettyHTTPServerEngine - Class in org.apache.cxf.transport.http
 
JettyListenerFactory - Interface in org.apache.cxf.transport.http
Encapsulates creation of Jetty listener.
JettySslListenerFactory - Class in org.apache.cxf.transport.https
 
JettySslListenerFactory(SSLServerPolicy) - Constructor for class org.apache.cxf.transport.https.JettySslListenerFactory
Constructor.

L

listener - Variable in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
 
loadCACert(String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
loadClientCredential(String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
loadKeyStore(KeyManagerFactory, KeyStore, ByteArrayInputStream, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
logUnSupportedPolicies(Object, boolean, String[], Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
lowResourcePersistTimeMs - Variable in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 

M

markPartialResponse(Message, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
Mark message as a partial message.
markPartialResponse(Message, EndpointReferenceType) - Method in class org.apache.cxf.transport.servlet.ServletDestination
Mark message as a partial message.
maxIdleTimeMs - Variable in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
maxThreads - Variable in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 
minThreads - Variable in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
 

N

name - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
name - Variable in class org.apache.cxf.transport.servlet.ServletDestination
 
NamespaceHandler - Class in org.apache.cxf.transport.http.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.transport.http.spring.NamespaceHandler
 
nurl - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
nurl - Variable in class org.apache.cxf.transport.servlet.ServletDestination
 

O

ObjectFactory - Class in org.apache.cxf.transport.http.listener
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.transport.http.listener package.
ObjectFactory() - Constructor for class org.apache.cxf.transport.http.listener.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transport.http.listener
ObjectFactory - Class in org.apache.cxf.transports.http.configuration
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.transports.http.configuration package.
ObjectFactory() - Constructor for class org.apache.cxf.transports.http.configuration.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transports.http.configuration
onMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
Called for an incoming message.
org.apache.cxf.transport.http - package org.apache.cxf.transport.http
 
org.apache.cxf.transport.http.listener - package org.apache.cxf.transport.http.listener
 
org.apache.cxf.transport.http.spring - package org.apache.cxf.transport.http.spring
 
org.apache.cxf.transport.https - package org.apache.cxf.transport.https
 
org.apache.cxf.transport.servlet - package org.apache.cxf.transport.servlet
 
org.apache.cxf.transports.http.configuration - package org.apache.cxf.transports.http.configuration
 

P

proxyAuthorization - Variable in class org.apache.cxf.transports.http.configuration.Conduit
 
proxyServer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
proxyServerPort - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
proxyServerType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ProxyServerType - Enum in org.apache.cxf.transports.http.configuration
Java class for proxyServerType.
put(Object, Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 

R

receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
redirectURL - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
referer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
removeServant(URL) - Method in class org.apache.cxf.transport.http.JettyHTTPServerEngine
Remove a previously registered servant.
removeServant(URL) - Method in interface org.apache.cxf.transport.http.ServerEngine
Remove a previously registered servant.
response - Variable in class org.apache.cxf.transport.http.JettyHTTPDestination.BackChannelConduit
 
response - Variable in class org.apache.cxf.transport.servlet.ServletDestination.BackChannelConduit
 
retrieveConnectionFactory() - Method in class org.apache.cxf.transport.http.HTTPConduit
Post-configure retreival of connection factory.
retrieveEngine() - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
Post-configure retreival of server engine.

S

send(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Send an outbound message.
send(Message) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination.BackChannelConduit
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
send(Message) - Method in class org.apache.cxf.transport.servlet.ServletDestination.BackChannelConduit
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
server - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
server - Variable in class org.apache.cxf.transports.http.configuration.Destination
 
ServerCacheControlType - Enum in org.apache.cxf.transports.http.configuration
Java class for serverCacheControlType.
ServerEngine - Interface in org.apache.cxf.transport.http
 
serverType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
serviceRequest(HttpRequest, HttpResponse) - Method in class org.apache.cxf.transport.http.JettyHTTPDestination
 
ServletController - Class in org.apache.cxf.transport.servlet
 
ServletController(ServletTransportFactory, ServletContext, CXFServlet) - Constructor for class org.apache.cxf.transport.servlet.ServletController
 
ServletDestination - Class in org.apache.cxf.transport.servlet
 
ServletDestination(Bus, ConduitInitiator, EndpointInfo) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
Constructor, allowing subsititution of configuration.
ServletDestination.BackChannelConduit - Class in org.apache.cxf.transport.servlet
 
ServletTransportFactory - Class in org.apache.cxf.transport.servlet
 
ServletTransportFactory(Bus) - Constructor for class org.apache.cxf.transport.servlet.ServletTransportFactory
 
ServletTransportFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletTransportFactory
 
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
 
setAllowChunking(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the allowChunking property.
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transports.http.configuration.Conduit
Sets the value of the authorization property.
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transports.http.configuration.Destination
Sets the value of the authorization property.
setAutoRedirect(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the autoRedirect property.
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.ServletTransportFactory
 
setCacheControl(ClientCacheControlType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cacheControl property.
setCacheControl(ServerCacheControlType) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the cacheControl property.
setClient(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setClient(HTTPClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.Conduit
Sets the value of the client property.
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
 
setContextMatchStrategy(String) - Method in class org.apache.cxf.transports.http.configuration.Destination
Sets the value of the contextMatchStrategy property.
setCookie(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cookie property.
setDecoupledEndpoint(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the decoupledEndpoint property.
setFixedParameterOrder(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setFixedParameterOrder(Boolean) - Method in class org.apache.cxf.transports.http.configuration.Destination
Sets the value of the fixedParameterOrder property.
setHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Cache HTTP headers in message.
setHeaders(Message) - Method in class org.apache.cxf.transport.servlet.ServletDestination
Cache HTTP headers in message.
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.
setId(String) - Method in class org.apache.cxf.transports.http.configuration.Conduit
Sets the value of the id property.
setId(String) - Method in class org.apache.cxf.transports.http.configuration.Destination
Sets the value of the id property.
setListener(HTTPListenerPolicy) - Method in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
Sets the value of the listener property.
setLowResourcePersistTimeMs(Long) - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Sets the value of the lowResourcePersistTimeMs property.
setMaxIdleTimeMs(Long) - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Sets the value of the maxIdleTimeMs property.
setMaxThreads(Integer) - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Sets the value of the maxThreads property.
setMinThreads(Integer) - Method in class org.apache.cxf.transports.http.configuration.HTTPListenerPolicy
Sets the value of the minThreads property.
setProxyAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setProxyAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transports.http.configuration.Conduit
Sets the value of the proxyAuthorization property.
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.
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
 
setServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.Destination
Sets the value of the server property.
setServerType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the serverType property.
setSslClient(SSLClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setSslClient(SSLClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.Conduit
Sets the value of the sslClient property.
setSslServer(SSLServerPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setSslServer(SSLServerPolicy) - Method in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
Sets the value of the sslServer property.
setSslServer(SSLServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.Destination
Sets the value of the sslServer property.
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.
sslClient - Variable in class org.apache.cxf.transports.http.configuration.Conduit
 
sslServer - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
sslServer - Variable in class org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
 
sslServer - Variable in class org.apache.cxf.transports.http.configuration.Destination
 
SSLUtils - Class in org.apache.cxf.transport.https
Holder for utility methods related to manipulating SSL settings, common to the connection and listener factories (previously duplicated).
suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 

T

testAllDataHasSetupMethod(Object, String[], String[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 

U

unsetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
updateResponseHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
updateResponseHeaders(Message) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
URLConnectionFactory - Interface in org.apache.cxf.transport.http
Encapsulates creation of URLConnection.

V

value() - Method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
 
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G H I J L M N O P R S T U V

Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.