org.norther.tammi.core.net
Interface ServerSocketFactory

All Superinterfaces:
CommonFactory, ObjectFactory
All Known Subinterfaces:
SecureServerSocketFactory
All Known Implementing Classes:
DefaultSecureServerSocketFactory, DefaultServerSocketFactory

public interface ServerSocketFactory
extends CommonFactory

An interface to network server socket factories.

Author:
Ilkka Priha

Field Summary
static int DEFAULT_BACKLOG
          The default backlog for sockets.
 
Method Summary
 int getBacklog()
          Gets the backlog.
 void setBacklog(int backlog)
          Sets the backLog.
 
Methods inherited from interface org.norther.tammi.core.net.CommonFactory
getSoTimeout, isReuseAddress, isSecure, setReuseAddress, setSoTimeout
 
Methods inherited from interface org.norther.tammi.core.base.ObjectFactory
getInstance, getInstance, getInstance, getInstance, isLoaderSupported
 

Field Detail

DEFAULT_BACKLOG

static final int DEFAULT_BACKLOG
The default backlog for sockets.

See Also:
Constant Field Values
Method Detail

getBacklog

int getBacklog()
Gets the backlog.

Returns:
the backlog.

setBacklog

void setBacklog(int backlog)
Sets the backLog.

Parameters:
backlog - a new back log.


Copyright © 2004 The Norther Organization. All rights reserved.