Class HttpTargetContext

  • All Implemented Interfaces:
    io.undertow.util.Attachable

    public class HttpTargetContext
    extends io.undertow.util.AbstractAttachable
    Http target context used by client side.
    Author:
    Stuart Douglas
    • Method Detail

      • getProtocolVersion

        public int getProtocolVersion()
        Returns the protocol version to be used by this target context.
        Returns:
        the protocol version
      • getHttpMarshallerFactory

        public HttpMarshallerFactory getHttpMarshallerFactory​(io.undertow.client.ClientRequest clientRequest)
      • getSessionId

        public java.lang.String getSessionId()
      • getUri

        public java.net.URI getUri()
      • clearSessionId

        public void clearSessionId()
      • awaitSessionId

        public java.lang.String awaitSessionId​(boolean required,
                                               org.wildfly.security.auth.client.AuthenticationConfiguration authConfig)