Class WebTransportCreated


  • public class WebTransportCreated
    extends java.lang.Object
    Fired upon WebTransport creation.
    • Constructor Detail

      • WebTransportCreated

        public WebTransportCreated​(RequestId transportId,
                                   java.lang.String url,
                                   MonotonicTime timestamp,
                                   java.util.Optional<Initiator> initiator)
    • Method Detail

      • getTransportId

        public RequestId getTransportId()
        WebTransport identifier.
      • getUrl

        public java.lang.String getUrl()
        WebTransport request URL.
      • getInitiator

        public java.util.Optional<Initiator> getInitiator()
        Request initiator.