org.eclipse.net4j.http.common
Interface IHTTPConnector

All Superinterfaces:
IConnector, IContainer<IChannel>, INotifier

public interface IHTTPConnector
extends IConnector


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Field Summary
static int DEFAULT_POLL_INTERVAL
           
static int UNKNOWN_MAX_IDLE_TIME
           
 
Method Summary
 java.lang.String getConnectorID()
           
 int getMaxIdleTime()
           
 
Methods inherited from interface org.eclipse.net4j.connector.IConnector
connect, connectAsync, disconnect, getChannels, getLocation, getProtocolFactoryRegistry, getProtocolPostProcessors, getState, getURL, getUserID, isClient, isConnected, isServer, openChannel, openChannel, openChannel, waitForConnection
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, removeListener
 

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

java.lang.String getConnectorID()

getMaxIdleTime

int getMaxIdleTime()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.