org.eclipse.net4j.http.common
Interface IHTTPConnector

All Superinterfaces:
Closeable, IChannelMultiplexer, IConnector, IContainer<IChannel>, ILocationAware, INotifier, IUserAware

public interface IHTTPConnector
extends IConnector

A connector that implements polling HTTP transport.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAware
ILocationAware.Location
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Field Summary
static int DEFAULT_POLL_INTERVAL
           
static int UNKNOWN_MAX_IDLE_TIME
           
 
Fields inherited from interface org.eclipse.net4j.connector.IConnector
NO_TIMEOUT
 
Fields inherited from interface org.eclipse.net4j.channel.IChannelMultiplexer
DEFAULT_OPEN_CHANNEL_TIMEOUT, NO_CHANNEL_TIMEOUT
 
Method Summary
 String getConnectorID()
           
 int getMaxIdleTime()
           
 
Methods inherited from interface org.eclipse.net4j.connector.IConnector
connect, connect, connectAsync, getState, getURL, isConnected, waitForConnection
 
Methods inherited from interface org.eclipse.net4j.channel.IChannelMultiplexer
getChannels, getOpenChannelTimeout, openChannel, openChannel, openChannel, setOpenChannelTimeout
 
Methods inherited from interface org.eclipse.net4j.ILocationAware
getLocation, isClient, isServer
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 

Field Detail

DEFAULT_POLL_INTERVAL

static final int DEFAULT_POLL_INTERVAL
See Also:
Constant Field Values

UNKNOWN_MAX_IDLE_TIME

static final int UNKNOWN_MAX_IDLE_TIME
See Also:
Constant Field Values
Method Detail

getConnectorID

String getConnectorID()

getMaxIdleTime

int getMaxIdleTime()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.