Uses of Record Class
it.auties.whatsapp.model.signal.auth.ClientHello
Packages that use ClientHello
-
Uses of ClientHello in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as ClientHelloModifier and TypeFieldDescriptionprivate final ClientHelloHandshakeMessage.clientHelloThe field for theclientHellorecord component.private ClientHelloHandshakeMessageBuilder.clientHelloMethods in it.auties.whatsapp.model.signal.auth that return ClientHelloModifier and TypeMethodDescriptionClientHelloBuilder.build()HandshakeMessage.clientHello()Returns the value of theclientHellorecord component.static ClientHelloClientHelloSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.signal.auth with parameters of type ClientHelloModifier and TypeMethodDescriptionHandshakeMessageBuilder.clientHello(ClientHello clientHello) static byte[]ClientHelloSpec.encode(ClientHello protoInputObject) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type ClientHelloModifierConstructorDescriptionHandshakeMessage(ClientHello clientHello, ServerHello serverHello, ClientFinish clientFinish) Creates an instance of aHandshakeMessagerecord class.