com.solarmetric.remote
Interface  Transport.Server
- All Superinterfaces: 
- com.solarmetric.util.Closeable
- Enclosing class: 
- Transport
- public static interface Transport.Server- extends com.solarmetric.util.Closeable
Server side transport layer handler.
 
| Methods inherited from interface com.solarmetric.util.Closeable | 
| close | 
 
accept
public Transport.Channel accept()
                         throws Exception
- Accept a client request.- 
 
isClosed
public boolean isClosed()
                 throws Exception
- Return true if this server has been closed.- 
 
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.