|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpPath | |
---|---|
com.caucho.vfs | Resin's Virtual File System. |
Uses of TcpPath in com.caucho.vfs |
---|
Subclasses of TcpPath in com.caucho.vfs | |
---|---|
class |
TcpsPath
Implements a tcp stream, essentially just a socket pair. |
Methods in com.caucho.vfs that return TcpPath | |
---|---|
protected TcpPath |
TcpPath.create(TcpPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String host,
int port)
|
protected TcpPath |
TcpsPath.create(TcpPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String host,
int port)
|
Methods in com.caucho.vfs with parameters of type TcpPath | |
---|---|
protected TcpPath |
TcpPath.create(TcpPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String host,
int port)
|
protected TcpPath |
TcpsPath.create(TcpPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String host,
int port)
|
Constructors in com.caucho.vfs with parameters of type TcpPath | |
---|---|
TcpPath(TcpPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String host,
int port)
|
|
TcpsPath(TcpPath root,
java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String host,
int port)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |