Class NodeIdCookie


  • public class NodeIdCookie
    extends Object
    • Constructor Detail

      • NodeIdCookie

        public NodeIdCookie()
    • Method Detail

      • isNodeIdCookieInResponse

        public static boolean isNodeIdCookieInResponse​(@NotNull
                                                       org.apache.commons.httpclient.HttpMethod httpClientMethod)
      • findNodeIdCookie

        @Nullable
        public static org.apache.commons.httpclient.Cookie findNodeIdCookie​(@NotNull
                                                                            org.apache.commons.httpclient.HttpClient client)
      • setNodeIdCookie

        public static void setNodeIdCookie​(@NotNull
                                           NodeIdHolder nodeIdHolder,
                                           @NotNull
                                           org.apache.commons.httpclient.HttpClient client,
                                           @NotNull
                                           URL url)
      • getCookie

        @NotNull
        public static org.apache.commons.httpclient.Cookie getCookie​(@NotNull
                                                                     NodeIdHolder nodeIdHolder,
                                                                     @NotNull
                                                                     URL url)
      • removeNodeIdCookie

        public static void removeNodeIdCookie​(@NotNull
                                              org.apache.commons.httpclient.HttpClient client)