|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.socket.appsocket.BlockingAppSocketFactory
public class BlockingAppSocketFactory
DESCRIBE THE CLASS
Field Summary | |
---|---|
static byte[] |
magic_version_direct
12 bytes, contains the magic number, the version number, and the HEADER_DIRECT |
Constructor Summary | |
---|---|
BlockingAppSocketFactory()
Constructor for BlockingAppSocketFactory. |
Method Summary | |
---|---|
java.nio.channels.SocketChannel |
connect(java.net.InetSocketAddress addr,
int appId)
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte[] magic_version_direct
Constructor Detail |
---|
public BlockingAppSocketFactory()
Method Detail |
---|
public java.nio.channels.SocketChannel connect(java.net.InetSocketAddress addr, int appId) throws AppSocketException, java.io.IOException
addr
- DESCRIBE THE PARAMETERappId
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTION
AppSocketException
- DESCRIBE THE EXCEPTION
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |