Class QuicConnectionOptions

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Net.Quic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Net.Quic
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Net.Quic.QuicConnectionOptions
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • QuicConnectionOptions

        public QuicConnectionOptions​(java.lang.Object instance)
                              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • QuicConnectionOptions

        public QuicConnectionOptions()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getMaxInboundBidirectionalStreams

        public int getMaxInboundBidirectionalStreams()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxInboundBidirectionalStreams

        public void setMaxInboundBidirectionalStreams​(int MaxInboundBidirectionalStreams)
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaxInboundUnidirectionalStreams

        public int getMaxInboundUnidirectionalStreams()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxInboundUnidirectionalStreams

        public void setMaxInboundUnidirectionalStreams​(int MaxInboundUnidirectionalStreams)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefaultCloseErrorCode

        public long getDefaultCloseErrorCode()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDefaultCloseErrorCode

        public void setDefaultCloseErrorCode​(long DefaultCloseErrorCode)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefaultStreamErrorCode

        public long getDefaultStreamErrorCode()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDefaultStreamErrorCode

        public void setDefaultStreamErrorCode​(long DefaultStreamErrorCode)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIdleTimeout

        public TimeSpan getIdleTimeout()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIdleTimeout

        public void setIdleTimeout​(TimeSpan IdleTimeout)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable