| Package | Description |
|---|---|
| jcifs | |
| jcifs.smb |
| Modifier and Type | Method and Description |
|---|---|
<T extends SmbTransport> |
SmbTransport.unwrap(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
SmbTransport |
DfsResolver.getDc(CIFSContext tf,
String domain)
Get a connection to the domain controller for a given domain
|
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) |
SmbTransport |
SmbTransportPool.getSmbTransport(CIFSContext tf,
String name,
int port,
boolean exclusive,
boolean forceSigning) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmbTransportPool.removeTransport(SmbTransport trans) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmbTransportInternal |
| Modifier and Type | Method and Description |
|---|---|
SmbTransport |
DfsImpl.getDc(CIFSContext tf,
String domain)
Get a connection to the domain controller for a given domain
|
SmbTransport |
SmbSessionInternal.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SmbTransportPoolImpl.contains(SmbTransport trans) |
void |
SmbTransportPoolImpl.removeTransport(SmbTransport trans) |
Copyright © 2018. All rights reserved.