Class InternalNewSessionRequest
java.lang.Object
com.mulesoft.connectors.mcp.internal.server.connection.observer.InternalNewSessionRequest
-
Constructor Summary
ConstructorsConstructorDescriptionInternalNewSessionRequest(MuleServerSession session, org.mule.runtime.api.util.MultiMap<String, String> additionalProperties, Supplier<CertificateData> clientCertificate, String localHostAddress, String remoteHostAddress) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
InternalNewSessionRequest
public InternalNewSessionRequest(MuleServerSession session, org.mule.runtime.api.util.MultiMap<String, String> additionalProperties, Supplier<CertificateData> clientCertificate, String localHostAddress, String remoteHostAddress)
-
-
Method Details
-
getSession
-
getAdditionalProperties
-
reject
-
getRejectedStatusCode
-
getRejectedMessage
-
getLocalHostAddress
-
getRemoteHostAddress
-
getClientCertificate
-