Uses of Interface
jcifs.CIFSContext
-
-
Uses of CIFSContext in jcifs
Methods in jcifs that return CIFSContext Modifier and Type Method Description CIFSContextSmbResource. getContext()The context this file was opened withCIFSContextSmbSession. getContext()CIFSContextSmbTransport. getContext()CIFSContextCIFSContext. withAnonymousCredentials()CIFSContextCIFSContext. withCredentials(Credentials creds)CIFSContextCIFSContext. withDefaultCredentials()CIFSContextCIFSContext. withGuestCrendentials()Methods in jcifs with parameters of type CIFSContext Modifier and Type Method Description voidDfsResolver. cache(CIFSContext tc, String path, DfsReferralData dr)Add a referral to the cachebyte[]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 insteadSmbTransportDfsResolver. getDc(CIFSContext tf, String domain)Get a connection to the domain controller for a given domainSID[]SidResolver. getGroupMemberSids(CIFSContext tc, String authorityServerName, SID domsid, int rid, int flags)Map<SID,List<SID>>SidResolver. getLocalGroupsMap(CIFSContext tc, String authorityServerName, int flags)This specialized method returns a Map of users and local groups for the target server where keys are SIDs representing an account and each value is an ArrayList of SIDs represents the local groups that the account is a member of.byte[]NetbiosAddress. getMacAddress(CIFSContext tc)Retrieves the MAC address of the remote network interface.intNetbiosAddress. getNodeType(CIFSContext tc)Checks the node type of this address.SIDSidResolver. getServerSid(CIFSContext tc, String authorityServerName)SmbTransportSmbTransportPool. getSmbTransport(CIFSContext tf, String name, int port, boolean exclusive, boolean forceSigning)SmbTransportSmbTransportPool. 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)booleanNetbiosAddress. isActive(CIFSContext tc)Determines if this address is active.booleanNetbiosAddress. isBeingDeleted(CIFSContext tc)Determines if this address in the process of being deleted.booleanNetbiosAddress. isGroupAddress(CIFSContext tc)Determines if the address is a group address.booleanNetbiosAddress. isInConflict(CIFSContext tc)Determines if this address in conflict with another address.booleanNetbiosAddress. isPermanent(CIFSContext tc)Determines if this address is set to be permanent.booleanDfsResolver. isTrustedDomain(CIFSContext tf, String domain)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 insteadStringAddress. nextCalledName(CIFSContext tc)Guess next called name to try for session establishment.DfsReferralDataDfsResolver. resolve(CIFSContext tf, String domain, String root, String path)Resolve the location of a DFS pathvoidSidResolver. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids)Resolve an array of SIDs using a cache and at most one MSRPC request.voidSidResolver. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids, int off, int len)Resolve part of an array of SIDs using a cache and at most one MSRPC request. -
Uses of CIFSContext in jcifs.context
Classes in jcifs.context that implement CIFSContext Modifier and Type Class Description classAbstractCIFSContextclassBaseContextclassCIFSContextCredentialWrapperContext wrapper supplying alternate credentialsclassCIFSContextWrapperclassSingletonContextGlobal singleton contextMethods in jcifs.context that return CIFSContext Modifier and Type Method Description CIFSContextAbstractCIFSContext. withAnonymousCredentials()CIFSContextCIFSContextWrapper. withAnonymousCredentials()CIFSContextAbstractCIFSContext. withCredentials(Credentials creds)CIFSContextCIFSContextWrapper. withCredentials(Credentials creds)CIFSContextAbstractCIFSContext. withDefaultCredentials()CIFSContextCIFSContextWrapper. withDefaultCredentials()CIFSContextAbstractCIFSContext. withGuestCrendentials()CIFSContextCIFSContextWrapper. withGuestCrendentials()protected CIFSContextCIFSContextWrapper. wrap(CIFSContext newContext)Methods in jcifs.context with parameters of type CIFSContext Modifier and Type Method Description protected CIFSContextCIFSContextWrapper. wrap(CIFSContext newContext)Constructors in jcifs.context with parameters of type CIFSContext Constructor Description CIFSContextWrapper(CIFSContext delegate) -
Uses of CIFSContext in jcifs.dcerpc
Methods in jcifs.dcerpc that return CIFSContext Modifier and Type Method Description abstract CIFSContextDcerpcHandle. getTransportContext()CIFSContextDcerpcPipeHandle. getTransportContext()Methods in jcifs.dcerpc with parameters of type CIFSContext Modifier and Type Method Description static DcerpcHandleDcerpcHandle. getHandle(String url, CIFSContext tc)Get a handle to a servicestatic DcerpcHandleDcerpcHandle. getHandle(String url, CIFSContext tc, boolean unshared)Get a handle to a serviceConstructors in jcifs.dcerpc with parameters of type CIFSContext Constructor Description DcerpcHandle(CIFSContext tc)DcerpcHandle(CIFSContext tc, DcerpcBinding binding)DcerpcPipeHandle(String url, CIFSContext tc, boolean unshared) -
Uses of CIFSContext in jcifs.http
Methods in jcifs.http with parameters of type CIFSContext Modifier and Type Method Description static NtlmPasswordAuthenticationNtlmSsp. authenticate(CIFSContext tc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)Deprecated.Performs NTLM authentication for the servlet request.NtlmPasswordAuthenticationNtlmSsp. doAuthentication(CIFSContext tc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)Deprecated.Calls the staticNtlmSsp.authenticate(CIFSContext, HttpServletRequest, HttpServletResponse, byte[])method to perform NTLM authentication for the specified servlet request.Constructors in jcifs.http with parameters of type CIFSContext Constructor Description Handler(CIFSContext tc)Deprecated.NtlmHttpURLConnection(HttpURLConnection connection, CIFSContext tc)Deprecated. -
Uses of CIFSContext in jcifs.https
Constructors in jcifs.https with parameters of type CIFSContext Constructor Description Handler(CIFSContext tc)Deprecated. -
Uses of CIFSContext in jcifs.internal
Methods in jcifs.internal with parameters of type CIFSContext Modifier and Type Method Description booleanSmbNegotiationResponse. canReuse(CIFSContext tc, boolean forceSigning)TRequest. initResponse(CIFSContext tc)booleanSmbNegotiationResponse. isValid(CIFSContext cifsContext, SmbNegotiationRequest request) -
Uses of CIFSContext in jcifs.internal.smb1.com
Methods in jcifs.internal.smb1.com with parameters of type CIFSContext Modifier and Type Method Description booleanSmbComNegotiateResponse. canReuse(CIFSContext tc, boolean forceSigning)SmbComBlankResponseSmbComClose. initResponse(CIFSContext tc)SmbComNTCreateAndXResponseSmbComNTCreateAndX. initResponse(CIFSContext tc)booleanSmbComNegotiateResponse. isValid(CIFSContext ctx, SmbNegotiationRequest req)Constructors in jcifs.internal.smb1.com with parameters of type CIFSContext Constructor Description SmbComNegotiateResponse(CIFSContext ctx)SmbComSessionSetupAndX(CIFSContext tc, SmbComNegotiateResponse negotiated, ServerMessageBlock andx, Object cred)SmbComTreeConnectAndX(CIFSContext ctx, ServerData server, String path, String service, ServerMessageBlock andx) -
Uses of CIFSContext in jcifs.internal.smb2
Methods in jcifs.internal.smb2 with parameters of type CIFSContext Modifier and Type Method Description protected abstract TServerMessageBlock2Request. createResponse(CIFSContext tc, ServerMessageBlock2Request<T> req)protected Smb2EchoResponseSmb2EchoRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2EchoResponse> req)TServerMessageBlock2Request. initResponse(CIFSContext tc) -
Uses of CIFSContext in jcifs.internal.smb2.create
Methods in jcifs.internal.smb2.create with parameters of type CIFSContext Modifier and Type Method Description protected Smb2CloseResponseSmb2CloseRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2CloseResponse> req)protected Smb2CreateResponseSmb2CreateRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2CreateResponse> req) -
Uses of CIFSContext in jcifs.internal.smb2.info
Methods in jcifs.internal.smb2.info with parameters of type CIFSContext Modifier and Type Method Description protected Smb2QueryDirectoryResponseSmb2QueryDirectoryRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2QueryDirectoryResponse> req)protected Smb2QueryInfoResponseSmb2QueryInfoRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2QueryInfoResponse> req)protected Smb2SetInfoResponseSmb2SetInfoRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2SetInfoResponse> req) -
Uses of CIFSContext in jcifs.internal.smb2.io
Methods in jcifs.internal.smb2.io with parameters of type CIFSContext Modifier and Type Method Description protected Smb2FlushResponseSmb2FlushRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2FlushResponse> req)protected Smb2ReadResponseSmb2ReadRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2ReadResponse> req)protected Smb2WriteResponseSmb2WriteRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2WriteResponse> req) -
Uses of CIFSContext in jcifs.internal.smb2.ioctl
Methods in jcifs.internal.smb2.ioctl with parameters of type CIFSContext Modifier and Type Method Description protected Smb2IoctlResponseSmb2IoctlRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2IoctlResponse> req) -
Uses of CIFSContext in jcifs.internal.smb2.lock
Methods in jcifs.internal.smb2.lock with parameters of type CIFSContext Modifier and Type Method Description protected Smb2LockResponseSmb2LockRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2LockResponse> req) -
Uses of CIFSContext in jcifs.internal.smb2.nego
Methods in jcifs.internal.smb2.nego with parameters of type CIFSContext Modifier and Type Method Description booleanSmb2NegotiateResponse. canReuse(CIFSContext tc, boolean forceSigning)protected Smb2NegotiateResponseSmb2NegotiateRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2NegotiateResponse> req)booleanSmb2NegotiateResponse. isValid(CIFSContext tc, SmbNegotiationRequest req) -
Uses of CIFSContext in jcifs.internal.smb2.notify
Methods in jcifs.internal.smb2.notify with parameters of type CIFSContext Modifier and Type Method Description protected Smb2ChangeNotifyResponseSmb2ChangeNotifyRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2ChangeNotifyResponse> req) -
Uses of CIFSContext in jcifs.internal.smb2.session
Methods in jcifs.internal.smb2.session with parameters of type CIFSContext Modifier and Type Method Description protected Smb2LogoffResponseSmb2LogoffRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2LogoffResponse> req)protected Smb2SessionSetupResponseSmb2SessionSetupRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2SessionSetupResponse> req)Constructors in jcifs.internal.smb2.session with parameters of type CIFSContext Constructor Description Smb2SessionSetupRequest(CIFSContext context, int securityMode, int capabilities, long previousSessionid, byte[] token) -
Uses of CIFSContext in jcifs.internal.smb2.tree
Methods in jcifs.internal.smb2.tree with parameters of type CIFSContext Modifier and Type Method Description protected Smb2TreeConnectResponseSmb2TreeConnectRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2TreeConnectResponse> req)protected Smb2TreeDisconnectResponseSmb2TreeDisconnectRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2TreeDisconnectResponse> req) -
Uses of CIFSContext in jcifs.netbios
Methods in jcifs.netbios with parameters of type CIFSContext Modifier and Type Method Description NbtAddressLmhosts. getByName(String host, CIFSContext tc)This is really just forUniAddress.byte[]NbtAddress. getMacAddress(CIFSContext tc)intNbtAddress. getNodeType(CIFSContext tc)booleanNbtAddress. isActive(CIFSContext tc)booleanNbtAddress. isBeingDeleted(CIFSContext tc)booleanNbtAddress. isGroupAddress(CIFSContext tc)booleanNbtAddress. isInConflict(CIFSContext tc)booleanNbtAddress. isPermanent(CIFSContext tc)StringNbtAddress. nextCalledName(CIFSContext tc)StringUniAddress. nextCalledName(CIFSContext tc)Guess next called name to try for session establishment.Constructors in jcifs.netbios with parameters of type CIFSContext Constructor Description NameServiceClientImpl(CIFSContext tc) -
Uses of CIFSContext in jcifs.ntlmssp
Methods in jcifs.ntlmssp with parameters of type CIFSContext Modifier and Type Method Description static intType1Message. getDefaultFlags(CIFSContext tc)Returns the default flags for a generic Type-1 message in the current environment.static intType2Message. getDefaultFlags(CIFSContext tc)Returns the default flags for a generic Type-2 message in the current environment.static intType2Message. getDefaultFlags(CIFSContext tc, Type1Message type1)Returns the default flags for a Type-2 message created in response to the given Type-1 message in the current environment.static intType3Message. getDefaultFlags(CIFSContext tc)Returns the default flags for a generic Type-3 message in the current environment.static intType3Message. getDefaultFlags(CIFSContext tc, Type2Message type2)Returns the default flags for a Type-3 message created in response to the given Type-2 message in the current environment.static byte[]Type3Message. getLMResponse(CIFSContext tc, Type2Message type2, String password)Constructs the LanManager response to the given Type-2 message using the supplied password.static byte[]Type3Message. getLMv2Response(CIFSContext tc, Type2Message type2, String domain, String user, byte[] passwordHash, byte[] clientChallenge)static byte[]Type3Message. getLMv2Response(CIFSContext tc, Type2Message type2, String domain, String user, String password, byte[] clientChallenge)static byte[]Type3Message. getNTLMv2Response(CIFSContext tc, Type2Message type2, byte[] responseKeyNT, byte[] clientChallenge, byte[] clientChallengeInfo, long ts)static byte[]Type3Message. getNTResponse(CIFSContext tc, Type2Message type2, byte[] passwordHash)Constructs the NT response to the given Type-2 message using the supplied password.static byte[]Type3Message. getNTResponse(CIFSContext tc, Type2Message type2, String password)Constructs the NT response to the given Type-2 message using the supplied password.Constructors in jcifs.ntlmssp with parameters of type CIFSContext Constructor Description Type1Message(CIFSContext tc)Creates a Type-1 message using default values from the current environment.Type1Message(CIFSContext tc, int flags, String suppliedDomain, String suppliedWorkstation)Creates a Type-1 message with the specified parameters.Type2Message(CIFSContext tc)Creates a Type-2 message using default values from the current environment.Type2Message(CIFSContext tc, int flags, byte[] challenge, String target)Creates a Type-2 message with the specified parameters.Type2Message(CIFSContext tc, Type1Message type1)Creates a Type-2 message in response to the given Type-1 message using default values from the current environment.Type2Message(CIFSContext tc, Type1Message type1, byte[] challenge, String target)Creates a Type-2 message in response to the given Type-1 message.Type3Message(CIFSContext tc)Creates a Type-3 message using default values from the current environment.Type3Message(CIFSContext tc, Type2Message type2, String targetName, byte[] passwordHash, String domain, String user, String workstation, int flags)Creates a Type-3 message in response to the given Type-2 message.Type3Message(CIFSContext tc, Type2Message type2, String targetName, byte[] passwordHash, String password, String domain, String user, String workstation, int flags, boolean nonAnonymous)Creates a Type-3 message in response to the given Type-2 message.Type3Message(CIFSContext tc, Type2Message type2, String targetName, String password, String domain, String user, String workstation, int flags)Creates a Type-3 message in response to the given Type-2 message.Type3Message(CIFSContext tc, Type2Message type2, String targetName, String password, String domain, String user, String workstation, int flags, boolean nonAnonymous)Creates a Type-3 message in response to the given Type-2 message. -
Uses of CIFSContext in jcifs.smb
Methods in jcifs.smb that return CIFSContext Modifier and Type Method Description protected CIFSContextNtlmPasswordAuthentication. getContext()Deprecated.CIFSContextSmbFile. getContext()CIFSContextSmbFile. getTransportContext()Deprecated.Methods in jcifs.smb with parameters of type CIFSContext Modifier and Type Method Description voidDfsImpl. cache(CIFSContext tc, String path, DfsReferralData dr)voidSmbTreeInternal. connectLogon(CIFSContext tf)Deprecated.SSPContextCredentialsInternal. createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)SSPContextKerb5Authenticator. createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)SSPContextNtlmPasswordAuthenticator. createContext(CIFSContext tc, String targetDomain, String host, byte[] initialToken, boolean doSigning)byte[]NtlmPasswordAuthentication. getAnsiHash(CIFSContext tc, byte[] chlng)Deprecated.Computes the 24 byte ANSI password hash given the 8 byte server challenge.byte[]NtlmPasswordAuthenticator. getAnsiHash(CIFSContext tc, byte[] chlng)Computes the 24 byte ANSI password hash given the 8 byte server challenge.byte[]SmbTransportPoolImpl. getChallenge(CIFSContext tf, Address dc)byte[]SmbTransportPoolImpl. getChallenge(CIFSContext tf, Address dc, int port)SmbTransportDfsImpl. getDc(CIFSContext tf, String domain)Get a connection to the domain controller for a given domainDfsReferralDataSmbTransportInternal. getDfsReferrals(CIFSContext ctx, String name, String targetHost, String targetDomain, int rn)SID[]SID. getGroupMemberSids(String authorityServerName, CIFSContext tc, int flags)Get members of the group represented by this SID, if it is one.SID[]SIDCacheImpl. getGroupMemberSids(CIFSContext tc, String authorityServerName, SID domsid, int rid, int flags)Map<SID,List<SID>>SIDCacheImpl. getLocalGroupsMap(CIFSContext tc, String authorityServerName, int flags)This specialized method returns a Map of users and local groups for the target server where keys are SIDs representing an account and each value is an ArrayList of SIDs represents the local groups that the account is a member of.static byte[]NtlmUtil. getPreNTLMResponse(CIFSContext tc, String password, byte[] challenge)Generate the ANSI DES hash for the password associated with these credentials.protected DfsReferralDataInternalDfsImpl. getReferral(CIFSContext tf, SmbTransportInternal trans, String target, String targetDomain, String targetHost, String root, String path)SIDSIDCacheImpl. getServerSid(CIFSContext tc, String server)byte[]NtlmPasswordAuthenticator. getSigningKey(CIFSContext tc, byte[] chlng)SmbSessionSmbTransportInternal. getSmbSession(CIFSContext ctx)SmbSessionSmbTransportInternal. getSmbSession(CIFSContext tf, String targetHost, String targetDomain)jcifs.smb.SmbTransportImplSmbTransportPoolImpl. getSmbTransport(CIFSContext tf, String name, int port, boolean exclusive, boolean forceSigning)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)byte[]NtlmPasswordAuthentication. getUnicodeHash(CIFSContext tc, byte[] chlng)Deprecated.Computes the 24 byte Unicode password hash given the 8 byte server challenge.byte[]NtlmPasswordAuthenticator. getUnicodeHash(CIFSContext tc, byte[] chlng)Computes the 24 byte Unicode password hash given the 8 byte server challenge.byte[]NtlmPasswordAuthentication. getUserSessionKey(CIFSContext tc, byte[] chlng)Deprecated.Returns the effective user session key.voidNtlmPasswordAuthentication. getUserSessionKey(CIFSContext tc, byte[] chlng, byte[] dest, int offset)Deprecated.Calculates the effective user session key.byte[]NtlmPasswordAuthenticator. getUserSessionKey(CIFSContext tc, byte[] chlng)Returns the effective user session key.voidNtlmPasswordAuthenticator. getUserSessionKey(CIFSContext tc, byte[] chlng, byte[] dest, int offset)Calculates the effective user session key.voidSID. initContext(String server, CIFSContext context)booleanDfsImpl. isTrustedDomain(CIFSContext tf, String domain)voidSmbTransportPoolImpl. logon(CIFSContext tf, Address dc)voidSmbTransportPoolImpl. logon(CIFSContext tf, Address dc, int port)Deprecated.DfsReferralDataDfsImpl. resolve(CIFSContext tf, String domain, String root, String path)Resolve the location of a DFS pathvoidSID. resolve(String authorityServerName, CIFSContext tc)Manually resolve this SID.voidSIDCacheImpl. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids)Resolve an array of SIDs using a cache and at most one MSRPC request.voidSIDCacheImpl. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids, int offset, int length)Constructors in jcifs.smb with parameters of type CIFSContext Constructor Description DfsImpl(CIFSContext tc)Handler(CIFSContext tc)NtlmContext(CIFSContext tc, NtlmPasswordAuthenticator auth, boolean doSigning)NtlmPasswordAuthentication(CIFSContext tc)Deprecated.Construct anonymous credentialsNtlmPasswordAuthentication(CIFSContext tc, String userInfo)Deprecated.Create an NtlmPasswordAuthentication object from the userinfo component of an SMB URL like "domain;user:pass".NtlmPasswordAuthentication(CIFSContext tc, String domain, String username, String password)Deprecated.Create an NtlmPasswordAuthentication object from a domain, username, and password.SIDCacheImpl(CIFSContext baseContext)SmbFile(String url, CIFSContext tc)Construct from string URLSmbFile(URL url, CIFSContext tc)Construct from URLSmbFileInputStream(String url, CIFSContext tc)SmbNamedPipe(String url, int pipeType, boolean unshared, CIFSContext tc)Open the Named Pipe resource specified by the url parameter.SmbNamedPipe(String url, int pipeType, CIFSContext tc)Open the Named Pipe resource specified by the url parameter.SmbRandomAccessFile(String url, String mode, int sharing, CIFSContext tc)Instantiate a random access file from URL
-