Package akka.stream
Class TLSClientAuth$
- java.lang.Object
-
- akka.stream.TLSClientAuth$
-
public class TLSClientAuth$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TLSClientAuth$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TLSClientAuth$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TLSClientAuth
need()
TLSClientAuth
none()
TLSClientAuth
want()
-
-
-
Field Detail
-
MODULE$
public static final TLSClientAuth$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
none
public TLSClientAuth none()
-
want
public TLSClientAuth want()
-
need
public TLSClientAuth need()
-
-