Class Http3ServerRequest

java.lang.Object
cool.scx.http.x.http3.Http3ServerRequest
All Implemented Interfaces:
cool.scx.http.headers.ScxHttpHeadersReadHelper, cool.scx.http.ScxHttpServerRequest

public class Http3ServerRequest extends Object implements cool.scx.http.ScxHttpServerRequest
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    cool.scx.http.body.ScxHttpBody
     
    cool.scx.http.headers.ScxHttpHeaders
     
    cool.scx.http.peer_info.PeerInfo
     
    cool.scx.http.method.ScxHttpMethod
     
    cool.scx.http.peer_info.PeerInfo
     
    cool.scx.http.ScxHttpServerResponse
     
    cool.scx.http.uri.ScxURI
    uri()
     
    cool.scx.http.version.HttpVersion
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface cool.scx.http.headers.ScxHttpHeadersReadHelper

    contentEncoding, contentLength, contentType, cookies, getCookie, getHeader, getHeader, getSetCookie, setCookies

    Methods inherited from interface cool.scx.http.ScxHttpServerRequest

    getQuery, path, query
  • Constructor Details

    • Http3ServerRequest

      public Http3ServerRequest()
  • Method Details

    • response

      public cool.scx.http.ScxHttpServerResponse response()
      Specified by:
      response in interface cool.scx.http.ScxHttpServerRequest
    • method

      public cool.scx.http.method.ScxHttpMethod method()
      Specified by:
      method in interface cool.scx.http.ScxHttpServerRequest
    • uri

      public cool.scx.http.uri.ScxURI uri()
      Specified by:
      uri in interface cool.scx.http.ScxHttpServerRequest
    • version

      public cool.scx.http.version.HttpVersion version()
      Specified by:
      version in interface cool.scx.http.ScxHttpServerRequest
    • headers

      public cool.scx.http.headers.ScxHttpHeaders headers()
      Specified by:
      headers in interface cool.scx.http.headers.ScxHttpHeadersReadHelper
      Specified by:
      headers in interface cool.scx.http.ScxHttpServerRequest
    • body

      public cool.scx.http.body.ScxHttpBody body()
      Specified by:
      body in interface cool.scx.http.ScxHttpServerRequest
    • remotePeer

      public cool.scx.http.peer_info.PeerInfo remotePeer()
      Specified by:
      remotePeer in interface cool.scx.http.ScxHttpServerRequest
    • localPeer

      public cool.scx.http.peer_info.PeerInfo localPeer()
      Specified by:
      localPeer in interface cool.scx.http.ScxHttpServerRequest