Uses of Class
org.miaixz.bus.http.Stomp.Header
Packages that use Stomp.Header
-
Uses of Stomp.Header in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return Stomp.HeaderModifier and TypeMethodDescriptionGets a header by its key.Methods in org.miaixz.bus.http that return types with arguments of type Stomp.HeaderMethod parameters in org.miaixz.bus.http with type arguments of type Stomp.HeaderModifier and TypeMethodDescriptionStomp.connect(List<Stomp.Header> headers) Connects to the STOMP server with the specified headers.Stomp.queue(String destination, List<Stomp.Header> headers, Callback<Stomp.Message> callback) Subscribes to a queue with additional headers.Stomp.subscribe(String destination, List<Stomp.Header> headers, Callback<Stomp.Message> callback) Subscribes to a destination.Stomp.topic(String destination, List<Stomp.Header> headers, Callback<Stomp.Message> callback) Subscribes to a topic with additional headers.Constructor parameters in org.miaixz.bus.http with type arguments of type Stomp.HeaderModifierConstructorDescriptionMessage(String command, List<Stomp.Header> headers, String payload) Constructs a new STOMP message.