Uses of Record Class
it.auties.whatsapp.model.signal.auth.ServerHello
Packages that use ServerHello
-
Uses of ServerHello in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as ServerHelloModifier and TypeFieldDescriptionprivate final ServerHelloHandshakeMessage.serverHelloThe field for theserverHellorecord component.private ServerHelloHandshakeMessageBuilder.serverHelloMethods in it.auties.whatsapp.model.signal.auth that return ServerHelloModifier and TypeMethodDescriptionServerHelloBuilder.build()static ServerHelloServerHelloSpec.decode(byte[] input) HandshakeMessage.serverHello()Returns the value of theserverHellorecord component.Methods in it.auties.whatsapp.model.signal.auth with parameters of type ServerHelloModifier and TypeMethodDescriptionstatic byte[]ServerHelloSpec.encode(ServerHello protoInputObject) HandshakeMessageBuilder.serverHello(ServerHello serverHello) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type ServerHelloModifierConstructorDescriptionHandshakeMessage(ClientHello clientHello, ServerHello serverHello, ClientFinish clientFinish) Creates an instance of aHandshakeMessagerecord class.