Class InternalNewSessionRequest

java.lang.Object
com.mulesoft.connectors.mcp.internal.server.connection.observer.InternalNewSessionRequest

public class InternalNewSessionRequest extends Object
  • Constructor Details

  • Method Details

    • getSession

      public MuleServerSession getSession()
    • getAdditionalProperties

      public org.mule.runtime.api.util.MultiMap<String,String> getAdditionalProperties()
    • reject

      public void reject(String message, Integer statusCode)
    • getRejectedStatusCode

      public Integer getRejectedStatusCode()
    • getRejectedMessage

      public String getRejectedMessage()
    • getLocalHostAddress

      public String getLocalHostAddress()
    • getRemoteHostAddress

      public String getRemoteHostAddress()
    • getClientCertificate

      public Supplier<CertificateData> getClientCertificate()