Class APIGatewayV2WebSocketResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class APIGatewayV2WebSocketResponse
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Map<java.lang.String,​java.lang.String> getHeaders()  
      @NotNull java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getMultiValueHeaders()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • APIGatewayV2WebSocketResponse

        public APIGatewayV2WebSocketResponse()
    • Method Detail

      • getHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getHeaders()
      • getMultiValueHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getMultiValueHeaders()