Package org.jspace.gate
Interface ServerGate
- All Known Implementing Classes:
ConnServerGate
,KeepServerGate
,TcpServerGate
public interface ServerGate
-
Method Summary
-
Method Details
-
open
void open() throws java.io.IOException- Throws:
java.io.IOException
-
accept
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
getURI
java.net.URI getURI() -
isClosed
boolean isClosed()
-