Class ClientCookieMiddleware

java.lang.Object
org.apache.arrow.flight.client.ClientCookieMiddleware
All Implemented Interfaces:
FlightClientMiddleware

public class ClientCookieMiddleware extends Object implements FlightClientMiddleware
A client middleware for receiving and sending cookie information. Note that this class will not persist permanent cookies beyond the lifetime of this session. This middleware will automatically remove cookies that have expired. Note: Negative max-age values currently do not get marked as expired due to a JDK issue. Use max-age=0 to explicitly remove an existing cookie.