@Deprecated public class HttpsClient extends Object implements ITransportChannel
ITransportChannel.TransportChannelFeature| Modifier and Type | Field and Description |
|---|---|
static org.apache.http.conn.ssl.X509HostnameVerifier |
ALLOW_ALL_HOSTNAME_VERIFIER
Deprecated.
|
| Constructor and Description |
|---|
HttpsClient(String protocol)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
dispose()
Deprecated.
|
EndpointConfiguration |
getEndpointConfiguration()
Deprecated.
|
EndpointDescription |
getEndpointDescription()
Deprecated.
|
EncoderContext |
getMessageContext()
Deprecated.
|
int |
getOperationTimeout()
Deprecated.
|
EnumSet<ITransportChannel.TransportChannelFeature> |
getSupportedFeatures()
Deprecated.
|
void |
initialize(String connectUrl,
TransportChannelSettings tcs,
EncoderContext ctx)
Deprecated.
|
<T extends ServiceResponse> |
serviceRequest(ServiceRequest<T> request)
Deprecated.
|
<T extends ServiceResponse> |
serviceRequest(ServiceRequest<T> request,
long operationTimeout)
Deprecated.
|
<T extends ServiceResponse> |
serviceRequestAsync(ServiceRequest<T> serviceRequest)
Deprecated.
|
<T extends ServiceResponse> |
serviceRequestAsync(ServiceRequest<T> serviceRequest,
long operationTimeout)
Deprecated.
|
<T extends ServiceResponse> |
serviceRequestAsync(ServiceRequest<T> serviceRequest,
long operationTimeout,
int secureChannelId)
Deprecated.
|
void |
setClientConnectionManager(org.apache.http.conn.ClientConnectionManager ccm)
Deprecated.
|
void |
setMaxConnections(int maxConnections)
Deprecated.
|
void |
setOperationTimeout(int timeout)
Deprecated.
|
@Deprecated public static final org.apache.http.conn.ssl.X509HostnameVerifier ALLOW_ALL_HOSTNAME_VERIFIER
ALLOW_ALL_HOSTNAME_VERIFIER@Deprecated public HttpsClient(String protocol)
Constructor for HttpsClient.
protocol - a String object.@Deprecated public void close()
close.
@Deprecated public void dispose()
dispose.
dispose in interface ITransportChannel@Deprecated public EndpointConfiguration getEndpointConfiguration()
getEndpointConfiguration.
getEndpointConfiguration in interface ITransportChannelEndpointConfiguration object.@Deprecated public EndpointDescription getEndpointDescription()
getEndpointDescription.
getEndpointDescription in interface ITransportChannelEndpointDescription object.@Deprecated public EncoderContext getMessageContext()
getMessageContext.
getMessageContext in interface ITransportChannelEncoderContext object.@Deprecated public int getOperationTimeout()
getOperationTimeout in interface ITransportChannel@Deprecated public EnumSet<ITransportChannel.TransportChannelFeature> getSupportedFeatures()
getSupportedFeatures in interface ITransportChannelEnumSet object.@Deprecated public void initialize(String connectUrl, TransportChannelSettings tcs, EncoderContext ctx) throws ServiceResultException
ITransportChannelinitialize in interface ITransportChannelconnectUrl - a String object.tcs - a TransportChannelSettings object.ctx - a EncoderContext object.ServiceResultException - if any.@Deprecated public <T extends ServiceResponse> T serviceRequest(ServiceRequest<T> request) throws ServiceResultException
If the operation timeouts or the thread is interrupted a ServiceResultException is thrown with
StatusCodes.Bad_Timeout.
serviceRequest in interface ITransportChannelrequest - a ServiceRequest object.ServiceResponse object.ServiceResultException - if any.@Deprecated public <T extends ServiceResponse> T serviceRequest(ServiceRequest<T> request, long operationTimeout) throws ServiceResultException
If the operation timeouts or the operation is interrupted and a ServiceResultException is
thrown with StatusCodes.Bad_Timeout.
serviceRequest in interface ITransportChannelrequest - a ServiceRequest object.operationTimeout - timeout time in millisecondsServiceResponse object.ServiceResultException - if any.@Deprecated public <T extends ServiceResponse> AsyncResult<T> serviceRequestAsync(ServiceRequest<T> serviceRequest)
serviceRequestAsync in interface ITransportChannelserviceRequest - the request@Deprecated public <T extends ServiceResponse> AsyncResult<T> serviceRequestAsync(ServiceRequest<T> serviceRequest, long operationTimeout)
serviceRequestAsync in interface ITransportChannelserviceRequest - the requestoperationTimeout - timeout time@Deprecated public <T extends ServiceResponse> AsyncResult<T> serviceRequestAsync(ServiceRequest<T> serviceRequest, long operationTimeout, int secureChannelId)
serviceRequestAsync.
serviceRequest - a ServiceRequest object.operationTimeout - a long.secureChannelId - a int.AsyncResult object.@Deprecated public void setClientConnectionManager(org.apache.http.conn.ClientConnectionManager ccm)
ccm - a ClientConnectionManager object.@Deprecated public void setMaxConnections(int maxConnections)
maxConnections - a int.@Deprecated public void setOperationTimeout(int timeout)
setOperationTimeout in interface ITransportChanneltimeout - in millisecondsCopyright © 2026. All rights reserved.