Package org.apache.pekko.stream
Class TLSClientAuth$
- java.lang.Object
 - 
- org.apache.pekko.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 TLSClientAuthneed()TLSClientAuthnone()TLSClientAuthwant() 
 - 
 
- 
- 
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()
 
 - 
 
 -