public interface SmbTransportInternal extends SmbTransport
| Modifier and Type | Method and Description |
|---|---|
boolean |
disconnect(boolean hard,
boolean inuse) |
boolean |
ensureConnected() |
DfsReferralData |
getDfsReferrals(CIFSContext ctx,
String name,
String targetHost,
String targetDomain,
int rn) |
int |
getInflightRequests() |
byte[] |
getServerEncryptionKey() |
SmbSession |
getSmbSession(CIFSContext ctx) |
SmbSession |
getSmbSession(CIFSContext tf,
String targetHost,
String targetDomain) |
boolean |
hasCapability(int cap) |
boolean |
isDisconnected() |
boolean |
isSigningEnforced() |
boolean |
isSigningOptional() |
boolean |
isSMB2() |
close, getContext, getRemoteAddress, getRemoteHostName, unwrapboolean hasCapability(int cap)
throws SmbException
cap - SmbExceptionboolean isDisconnected()
boolean disconnect(boolean hard,
boolean inuse)
throws IOException
hard - inuse - IOExceptionboolean ensureConnected()
throws IOException
SmbExceptionIOExceptionDfsReferralData getDfsReferrals(CIFSContext ctx, String name, String targetHost, String targetDomain, int rn) throws CIFSException
ctx - name - targetHost - targetDomain - rn - SmbExceptionCIFSExceptionboolean isSigningOptional()
throws SmbException
SmbExceptionboolean isSigningEnforced()
throws SmbException
SmbExceptionbyte[] getServerEncryptionKey()
SmbSession getSmbSession(CIFSContext ctx)
ctx - SmbSession getSmbSession(CIFSContext tf, String targetHost, String targetDomain)
tf - targetHost - targetDomain - boolean isSMB2()
throws SmbException
SmbExceptionint getInflightRequests()
Copyright © 2018. All rights reserved.