public abstract class HttpClientTransport extends ClientTransport
ClientTransport.Factory, ClientTransport.FailureHandler, ClientTransport.FailureInfo
JSON_CONTEXT_OPTION, MAX_MESSAGE_SIZE_OPTION, MAX_NETWORK_DELAY_OPTION, MAX_SEND_BAYEUX_MESSAGE_SIZE_OPTION, SCHEDULER_OPTION, URL_OPTION
Modifier | Constructor and Description |
---|---|
protected |
HttpClientTransport(String name,
String url,
Map<String,Object> options)
Deprecated.
|
protected |
HttpClientTransport(String name,
String url,
Map<String,Object> options,
ScheduledExecutorService scheduler) |
Modifier and Type | Method and Description |
---|---|
protected List<HttpCookie> |
getCookies(URI uri) |
protected CookieStore |
getCookieStore() |
void |
setCookieStore(CookieStore cookieStore) |
protected void |
storeCookies(URI uri,
Map<String,List<String>> cookies) |
abort, accept, generateJSON, getJSONContextClient, getMaxNetworkDelay, getScheduler, getURL, init, initScheduler, parseMessages, send, setMaxNetworkDelay, setURL, shutdownScheduler, terminate
getName, getOption, getOption, getOption, getOption, getOption, getOptionNames, getOptionPrefix, setOption, setOptionPrefix
@Deprecated protected HttpClientTransport(String name, String url, Map<String,Object> options)
protected CookieStore getCookieStore()
public void setCookieStore(CookieStore cookieStore)
protected List<HttpCookie> getCookies(URI uri)
Copyright © 2008–2024 The CometD Project. All rights reserved.