@Deprecated public class HttpsServerSecureChannel extends AbstractServerSecureChannel
HttpsServerSecureChannel class.
activeToken, tokens| Constructor and Description |
|---|
HttpsServerSecureChannel(HttpsServerEndpointHandler httpsEndpointHandler,
int secureChannelId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deprecated.
|
ServerConnection |
getConnection()
Deprecated.
|
String |
getConnectURL()
Deprecated.
|
Endpoint |
getEndpoint()
Deprecated.
|
KeyPair |
getLocalCertificate()
Deprecated.
|
MessageSecurityMode |
getMessageSecurityMode()
Deprecated.
|
void |
getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
Deprecated.
|
Cert |
getRemoteCertificate()
Deprecated.
|
SecurityPolicy |
getSecurityPolicy()
Deprecated.
|
Server |
getServer()
Deprecated.
|
boolean |
needsCertificate()
Deprecated.
|
protected void |
onListenerException(RuntimeException rte)
Deprecated.
|
void |
setConnection(HttpsServerConnection connection)
Deprecated.
|
void |
setError(ServiceResultException e)
Deprecated.
|
close, closeAsync, getActiveSecurityToken, getLatestNonExpiredToken, getRemoteAddress, getSecureChannelId, getSecurityToken, isOpen, setActiveSecurityToken, toStringaddStateListener, addStateNotifiable, attemptSetState, clearError, getError, getState, hasError, isStateTransitionAllowed, onStateTransition, removeStateListener, removeStateNotifiable, setState, setState, throwIfError, waitForState, waitForState, waitForStateUninterruptibly@Deprecated public HttpsServerSecureChannel(HttpsServerEndpointHandler httpsEndpointHandler, int secureChannelId)
Constructor for HttpsServerSecureChannel.
httpsEndpointHandler - a
HttpsServerEndpointHandler object.secureChannelId - a int.@Deprecated public void dispose()
@Deprecated public ServerConnection getConnection()
@Deprecated public String getConnectURL()
getConnectURL.
String object.@Deprecated public Endpoint getEndpoint()
@Deprecated public KeyPair getLocalCertificate()
getLocalCertificate.
KeyPair object.@Deprecated public MessageSecurityMode getMessageSecurityMode()
getMessageSecurityMode.
getMessageSecurityMode in interface ServerSecureChannelgetMessageSecurityMode in class AbstractServerSecureChannelMessageSecurityMode object.@Deprecated public void getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
result - container to fill with unanswered service requests@Deprecated public Cert getRemoteCertificate()
getRemoteCertificate.
Cert object.@Deprecated public SecurityPolicy getSecurityPolicy()
getSecurityPolicy.
getSecurityPolicy in interface ServerSecureChannelgetSecurityPolicy in class AbstractServerSecureChannelSecurityPolicy object.@Deprecated public Server getServer()
@Deprecated public boolean needsCertificate()
@Deprecated public void setConnection(HttpsServerConnection connection)
setConnection.
connection - a HttpsServerConnection
object.@Deprecated public void setError(ServiceResultException e)
setError.
setError in class AbstractServerSecureChannele - a ServiceResultException object.@Deprecated protected void onListenerException(RuntimeException rte)
onListenerException in class AbstractServerSecureChannelrte - a RuntimeException object.Copyright © 2026. All rights reserved.