public class AhcWebSocketConduit extends URLConnectionHTTPConduit
| Modifier and Type | Class and Description |
|---|---|
protected class |
AhcWebSocketConduit.AhcWebSocketListener |
class |
AhcWebSocketConduit.AhcWebSocketWrappedOutputStream |
HTTPConduit.InterposedMessageObserver, HTTPConduit.WrappedOutputStreamconnectionFactoryauthorizationPolicy, authSupplier, bus, certConstraints, clientSidePolicy, cookies, defaultEndpointURI, defaultEndpointURIString, endpointInfo, fromEndpointReferenceType, KEY_HTTP_CONNECTION, KEY_HTTP_CONNECTION_ADDRESS, proxyAuthorizationPolicy, proxyAuthSupplier, proxyFactory, tlsClientParameters, trustDecidertargetincomingObserver| Constructor and Description |
|---|
AhcWebSocketConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t) |
| Modifier and Type | Method and Description |
|---|---|
protected OutputStream |
createOutputStream(Message message,
boolean needToCacheRequest,
boolean isChunking,
int chunkThreshold) |
protected void |
setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
closeassertMessage, canAssert, close, determineConnectionTimeout, determineReceiveTimeout, extractLocation, finalizeConfig, getAddress, getAuthorization, getAuthSupplier, getBeanName, getClient, getClient, getConduitName, getCookies, getEffectiveAuthPolicy, getLogger, getProxyAuthorization, getProxyAuthSupplier, getTlsClientParameters, getTrustDecider, getURI, getURI, isChunkingSupported, prepare, propertyChange, setAuthorization, setAuthSupplier, setClient, setHeadersByAuthorizationPolicy, setProxyAuthorization, setProxyAuthSupplier, setTlsClientParameters, setTrustDecidergetTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserver, setMessageObserverpublic AhcWebSocketConduit(Bus b, EndpointInfo ei, EndpointReferenceType t) throws IOException
IOExceptionprotected void setupConnection(Message message, Address address, HTTPClientPolicy csPolicy) throws IOException
setupConnection in class URLConnectionHTTPConduitIOExceptionprotected OutputStream createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold) throws IOException
createOutputStream in class URLConnectionHTTPConduitIOExceptionApache CXF