public class DefaultConnectHandler extends Object implements Handler<ServerFrame>
CONNECT frame. It may also be called when receiving a
STOMP frame depending on the StompServerHandler configuration.
This handler manages the STOMP version negotiation and authentication (if enabled). Once all the checks have been
passed, the CONNECTED frame is sent to the client.
This handler is thread safe.| Constructor and Description |
|---|
DefaultConnectHandler() |
public void handle(ServerFrame sf)
handle in interface Handler<ServerFrame>Copyright © 2023 Eclipse. All rights reserved.