Uses of Class
com.hierynomus.smbj.server.ServerList
-
Packages that use ServerList Package Description com.hierynomus.smbj com.hierynomus.smbj.connection -
-
Uses of ServerList in com.hierynomus.smbj
Fields in com.hierynomus.smbj declared as ServerList Modifier and Type Field Description private ServerList
SMBClient. serverList
Methods in com.hierynomus.smbj that return ServerList Modifier and Type Method Description ServerList
SMBClient. getServerList()
-
Uses of ServerList in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as ServerList Modifier and Type Field Description (package private) ServerList
Connection. serverList
Constructors in com.hierynomus.smbj.connection with parameters of type ServerList Constructor Description Connection(SmbConfig config, SMBClient client, SMBEventBus bus, ServerList serverList)
-