T - Allocate a comboxpublic abstract class ComboxAllocate<T extends Combox>
extends java.lang.Object
| Constructor and Description |
|---|
ComboxAllocate() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(int connectionID)
Close the combox
|
abstract java.lang.String |
getUrl()
The URL where the server can be contacted.
|
boolean |
isComboxConnected()
Is the combox
|
int |
receive(POPBuffer buffer,
int connectionID)
Receive a new message from the other-side
|
abstract void |
startToAcceptOneConnection()
Start a server of some kind that will accept one (1) connection.
|
public abstract void startToAcceptOneConnection()
public abstract java.lang.String getUrl()
public void close(int connectionID)
public final int receive(POPBuffer buffer, int connectionID)
buffer - Buffer to receive the messagepublic final boolean isComboxConnected()