Uses of Interface
jcifs.Address
-
Packages that use Address Package Description jcifs jcifs.netbios jcifs.smb -
-
Uses of Address in jcifs
Subinterfaces of Address in jcifs Modifier and Type Interface Description interfaceNetbiosAddressThis class represents a NetBIOS over TCP/IP address.Methods in jcifs with type parameters of type Address Modifier and Type Method Description <T extends Address>
TAddress. unwrap(Class<T> type)Methods in jcifs that return Address Modifier and Type Method Description AddressSmbResourceLocator. getAddress()Address[]NameServiceClient. getAllByName(String hostname, boolean possibleNTDomainOrWorkgroup)Lookup addresses for the given hostname.AddressNameServiceClient. getByName(String hostname)Determines the address of a host given it's host name.AddressNameServiceClient. getByName(String hostname, boolean possibleNTDomainOrWorkgroup)Lookup hostname and return it's UniAddress.AddressSmbTransport. getRemoteAddress()Methods in jcifs with parameters of type Address Modifier and Type Method Description byte[]SmbTransportPool. getChallenge(CIFSContext tc, Address dc)Deprecated.functionality is broken and will be removed at some point, use actual Active Directory authentication insteadbyte[]SmbTransportPool. getChallenge(CIFSContext tc, Address dc, int port)Deprecated.functionality is broken and will be removed at some point, use actual Active Directory authentication insteadSmbTransportSmbTransportPool. getSmbTransport(CIFSContext tc, Address address, int port, boolean exclusive)Get transport connectionSmbTransportSmbTransportPool. getSmbTransport(CIFSContext tc, Address address, int port, boolean exclusive, boolean forceSigning)Get transport connectionSmbTransportSmbTransportPool. getSmbTransport(CIFSContext tc, Address address, int port, InetAddress localAddr, int localPort, String hostName, boolean exclusive)Get transport connection, with local bindingSmbTransportSmbTransportPool. getSmbTransport(CIFSContext tc, Address address, int port, InetAddress localAddr, int localPort, String hostName, boolean exclusive, boolean forceSigning)voidSmbTransportPool. logon(CIFSContext tc, Address dc)Deprecated.functionality is broken and will be removed at some point, use actual Active Directory authentication insteadvoidSmbTransportPool. logon(CIFSContext tc, Address dc, int port)Deprecated.functionality is broken and will be removed at some point, use actual Active Directory authentication instead -
Uses of Address in jcifs.netbios
Classes in jcifs.netbios that implement Address Modifier and Type Class Description classNbtAddressThis class represents a NetBIOS over TCP/IP address.classUniAddressUnder normal conditions it is not necessary to use this class to use jCIFS properly.Methods in jcifs.netbios with type parameters of type Address Modifier and Type Method Description <T extends Address>
TNbtAddress. unwrap(Class<T> type)<T extends Address>
TUniAddress. unwrap(Class<T> type) -
Uses of Address in jcifs.smb
Methods in jcifs.smb with parameters of type Address Modifier and Type Method Description byte[]SmbTransportPoolImpl. getChallenge(CIFSContext tf, Address dc)byte[]SmbTransportPoolImpl. getChallenge(CIFSContext tf, Address dc, int port)jcifs.smb.SmbTransportImplSmbTransportPoolImpl. getSmbTransport(CIFSContext tc, Address address, int port, boolean nonPooled)jcifs.smb.SmbTransportImplSmbTransportPoolImpl. getSmbTransport(CIFSContext tc, Address address, int port, boolean nonPooled, boolean forceSigning)jcifs.smb.SmbTransportImplSmbTransportPoolImpl. getSmbTransport(CIFSContext tc, Address address, int port, InetAddress localAddr, int localPort, String hostName, boolean nonPooled)jcifs.smb.SmbTransportImplSmbTransportPoolImpl. getSmbTransport(CIFSContext tc, Address address, int port, InetAddress localAddr, int localPort, String hostName, boolean nonPooled, boolean forceSigning)voidSmbTransportPoolImpl. logon(CIFSContext tf, Address dc)voidSmbTransportPoolImpl. logon(CIFSContext tf, Address dc, int port)Deprecated.
-