spread
public interface SpreadAuthInterface
SpreadConnection.connect(InetAddress, int, String, boolean, boolean)
will call the authenticate()
method during a connection.
If the module wants to deny the connection it should raise a SpreadException.
If it wants to allow the connection it should return normally.Modifier and Type | Method and Description |
---|---|
void |
authenticate()
This method will be called during the establishment of a Spread connection.
|
void authenticate() throws SpreadException
SpreadException
Copyright © 2004 Spread Concepts LLC. All Rights Reserved.