| Package | Description |
|---|---|
| jcifs | |
| jcifs.netbios | |
| jcifs.smb |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetbiosAddress
This class represents a NetBIOS over TCP/IP address.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Address> |
Address.unwrap(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Address |
SmbResourceLocator.getAddress() |
Address[] |
NameServiceClient.getAllByName(String hostname,
boolean possibleNTDomainOrWorkgroup)
Lookup addresses for the given hostname.
|
Address |
NameServiceClient.getByName(String hostname)
Determines the address of a host given it's host name.
|
Address |
NameServiceClient.getByName(String hostname,
boolean possibleNTDomainOrWorkgroup)
Lookup hostname and return it's UniAddress.
|
Address |
SmbTransport.getRemoteAddress() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SmbTransportPool.getChallenge(CIFSContext tc,
Address dc)
Deprecated.
functionality is broken and will be removed at some point,
use actual Active Directory authentication instead
|
byte[] |
SmbTransportPool.getChallenge(CIFSContext tc,
Address dc,
int port)
Deprecated.
functionality is broken and will be removed at some point,
use actual Active Directory authentication instead
|
SmbTransport |
SmbTransportPool.getSmbTransport(CIFSContext tc,
Address address,
int port,
boolean exclusive)
Get transport connection
|
SmbTransport |
SmbTransportPool.getSmbTransport(CIFSContext tc,
Address address,
int port,
boolean exclusive,
boolean forceSigning)
Get transport connection
|
SmbTransport |
SmbTransportPool.getSmbTransport(CIFSContext tc,
Address address,
int port,
InetAddress localAddr,
int localPort,
String hostName,
boolean exclusive)
Get transport connection, with local binding
|
SmbTransport |
SmbTransportPool.getSmbTransport(CIFSContext tc,
Address address,
int port,
InetAddress localAddr,
int localPort,
String hostName,
boolean exclusive,
boolean forceSigning) |
void |
SmbTransportPool.logon(CIFSContext tc,
Address dc)
Deprecated.
functionality is broken and will be removed at some point,
use actual Active Directory authentication instead
|
void |
SmbTransportPool.logon(CIFSContext tc,
Address dc,
int port)
Deprecated.
functionality is broken and will be removed at some point,
use actual Active Directory authentication instead
|
| Modifier and Type | Class and Description |
|---|---|
class |
NbtAddress
This class represents a NetBIOS over TCP/IP address.
|
class |
UniAddress
Under normal conditions it is not necessary to use
this class to use jCIFS properly.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Address> |
UniAddress.unwrap(Class<T> type) |
<T extends Address> |
NbtAddress.unwrap(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SmbTransportPoolImpl.getChallenge(CIFSContext tf,
Address dc) |
byte[] |
SmbTransportPoolImpl.getChallenge(CIFSContext tf,
Address dc,
int port) |
jcifs.smb.SmbTransportImpl |
SmbTransportPoolImpl.getSmbTransport(CIFSContext tc,
Address address,
int port,
boolean nonPooled) |
jcifs.smb.SmbTransportImpl |
SmbTransportPoolImpl.getSmbTransport(CIFSContext tc,
Address address,
int port,
boolean nonPooled,
boolean forceSigning) |
jcifs.smb.SmbTransportImpl |
SmbTransportPoolImpl.getSmbTransport(CIFSContext tc,
Address address,
int port,
InetAddress localAddr,
int localPort,
String hostName,
boolean nonPooled) |
jcifs.smb.SmbTransportImpl |
SmbTransportPoolImpl.getSmbTransport(CIFSContext tc,
Address address,
int port,
InetAddress localAddr,
int localPort,
String hostName,
boolean nonPooled,
boolean forceSigning) |
void |
SmbTransportPoolImpl.logon(CIFSContext tf,
Address dc) |
void |
SmbTransportPoolImpl.logon(CIFSContext tf,
Address dc,
int port)
Deprecated.
|
Copyright © 2023. All rights reserved.