JavaScript is disabled on your browser.
public class TLSRole$
extends Object
Many protocols are asymmetric and distinguish between the client and the
server, where the latter listens passively for messages and the former
actively initiates the exchange.
Field Summary
Fields
Static reference to the singleton instance of this Scala object.
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Java API: obtain the
Client singleton value.
Java API: obtain the
Server singleton value.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
MODULE$
Static reference to the singleton instance of this Scala object.
Constructor Details
TLSRole$
public TLSRole$ ()
Method Details
client
Java API: obtain the
Client singleton value.
server
Java API: obtain the
Server singleton value.