object Http2ConnectOptions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2ConnectOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(ALPNProtocols: UndefOr[ALPNProtocols] = ..., NPNProtocols: UndefOr[Boolean] = ..., SNICallback: UndefOr[Function2[String, Function, Any]] = ..., allowHalfOpen: UndefOr[Boolean] = ..., checkServerIdentity: UndefOr[Function2[String, TLSCertificate, Any]] = ..., createConnection: UndefOr[Function2[URL, Http2ConnectOptions, IDuplex]] = ..., enableTrace: UndefOr[Boolean] = ..., family: UndefOr[Int] = ..., fd: UndefOr[Int] = ..., hints: UndefOr[Int] = ..., host: UndefOr[String] = ..., isServer: UndefOr[Boolean] = ..., localAddress: UndefOr[String] = ..., localPort: UndefOr[Int] = ..., lookup: UndefOr[Function1[String, Any]] = ..., maxDeflateDynamicTableSize: UndefOr[Int] = ..., maxHeaderListPairs: UndefOr[Int] = ..., maxOutstandingPings: UndefOr[Int] = ..., maxReservedRemoteStreams: UndefOr[Int] = ..., maxSendHeaderBlockLength: UndefOr[Int] = ..., maxSessionMemory: UndefOr[Int] = ..., minDHSize: UndefOr[Int] = ..., onread: UndefOr[OnreadObject] = ..., paddingStrategy: UndefOr[Int] = ..., path: UndefOr[String] = ..., peerMaxConcurrentStreams: UndefOr[Int] = ..., port: UndefOr[Int] = ..., readable: UndefOr[Boolean] = ..., rejectUnauthorized: UndefOr[Boolean] = ..., requestCert: UndefOr[Boolean] = ..., requestOCSP: UndefOr[Boolean] = ..., secureContext: UndefOr[SecureContext] = ..., selectPadding: UndefOr[Function2[Int, Int, Int]] = ..., server: UndefOr[Server] = ..., servername: UndefOr[String] = ..., session: UndefOr[Buffer] = ..., settings: UndefOr[Http2Settings] = ..., socket: UndefOr[IDuplex] = ..., writable: UndefOr[Int] = ...): Http2ConnectOptions
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )