Uses of Class
org.h2.server.TcpServer
-
Packages that use TcpServer Package Description org.h2.server A small FTP server. -
-
Uses of TcpServer in org.h2.server
Fields in org.h2.server declared as TcpServer Modifier and Type Field Description private TcpServer
TcpServerThread. server
Fields in org.h2.server with type parameters of type TcpServer Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<java.lang.Integer,TcpServer>
TcpServer. SERVERS
Constructors in org.h2.server with parameters of type TcpServer Constructor Description TcpServerThread(java.net.Socket socket, TcpServer server, int id)
-