インタフェースの使用
jcifs.CIFSContext
-
-
jcifsでのCIFSContextの使用
CIFSContextを返すjcifsのメソッド 修飾子とタイプ メソッド 説明 CIFSContextSmbResource. getContext()The context this file was opened withCIFSContextSmbSession. getContext()CIFSContextSmbTransport. getContext()CIFSContextCIFSContext. withAnonymousCredentials()CIFSContextCIFSContext. withCredentials(Credentials creds)CIFSContextCIFSContext. withDefaultCredentials()CIFSContextCIFSContext. withGuestCrendentials()CIFSContext型のパラメータを持つjcifsのメソッド 修飾子とタイプ メソッド 説明 voidDfsResolver. cache(CIFSContext tc, String path, DfsReferralData dr)Add a referral to the cachebyte[]SmbTransportPool. getChallenge(CIFSContext tc, Address dc)Get NTLM challenge from a serverbyte[]SmbTransportPool. getChallenge(CIFSContext tc, Address dc, int port)Get NTLM challenge from a serverSmbTransportDfsResolver. 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)Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.voidSmbTransportPool. logon(CIFSContext tc, Address dc, int port)Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.StringAddress. 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. -
jcifs.contextでのCIFSContextの使用
CIFSContextを実装しているjcifs.contextのクラス 修飾子とタイプ クラス 説明 classAbstractCIFSContextclassBaseContextclassCIFSContextCredentialWrapperContext wrapper supplying alternate credentialsclassCIFSContextWrapperclassSingletonContextGlobal singleton contextCIFSContextを返すjcifs.contextのメソッド 修飾子とタイプ メソッド 説明 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)CIFSContext型のパラメータを持つjcifs.contextのメソッド 修飾子とタイプ メソッド 説明 protected CIFSContextCIFSContextWrapper. wrap(CIFSContext newContext)CIFSContext型のパラメータを持つjcifs.contextのコンストラクタ コンストラクタ 説明 CIFSContextWrapper(CIFSContext delegate) -
jcifs.dcerpcでのCIFSContextの使用
CIFSContextを返すjcifs.dcerpcのメソッド 修飾子とタイプ メソッド 説明 abstract CIFSContextDcerpcHandle. getTransportContext()CIFSContextDcerpcPipeHandle. getTransportContext()CIFSContext型のパラメータを持つjcifs.dcerpcのメソッド 修飾子とタイプ メソッド 説明 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 serviceCIFSContext型のパラメータを持つjcifs.dcerpcのコンストラクタ コンストラクタ 説明 DcerpcHandle(CIFSContext tc)DcerpcHandle(CIFSContext tc, DcerpcBinding binding)DcerpcPipeHandle(String url, CIFSContext tc, boolean unshared) -
jcifs.httpでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.httpのメソッド 修飾子とタイプ メソッド 説明 static NtlmPasswordAuthenticationNtlmSsp. authenticate(CIFSContext tc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)推奨されていません。Performs NTLM authentication for the servlet request.NtlmPasswordAuthenticationNtlmSsp. doAuthentication(CIFSContext tc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)推奨されていません。Calls the staticNtlmSsp.authenticate(CIFSContext, HttpServletRequest, HttpServletResponse, byte[])method to perform NTLM authentication for the specified servlet request.CIFSContext型のパラメータを持つjcifs.httpのコンストラクタ コンストラクタ 説明 Handler(CIFSContext tc)推奨されていません。NtlmHttpURLConnection(HttpURLConnection connection, CIFSContext tc)推奨されていません。 -
jcifs.httpsでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.httpsのコンストラクタ コンストラクタ 説明 Handler(CIFSContext tc)推奨されていません。 -
jcifs.internalでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internalのメソッド 修飾子とタイプ メソッド 説明 booleanSmbNegotiationResponse. canReuse(CIFSContext tc, boolean forceSigning)TRequest. initResponse(CIFSContext tc)booleanSmbNegotiationResponse. isValid(CIFSContext cifsContext, SmbNegotiationRequest request) -
jcifs.internal.smb1.comでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb1.comのメソッド 修飾子とタイプ メソッド 説明 booleanSmbComNegotiateResponse. canReuse(CIFSContext tc, boolean forceSigning)SmbComBlankResponseSmbComClose. initResponse(CIFSContext tc)SmbComNTCreateAndXResponseSmbComNTCreateAndX. initResponse(CIFSContext tc)booleanSmbComNegotiateResponse. isValid(CIFSContext ctx, SmbNegotiationRequest req)CIFSContext型のパラメータを持つjcifs.internal.smb1.comのコンストラクタ コンストラクタ 説明 SmbComNegotiateResponse(CIFSContext ctx)SmbComSessionSetupAndX(CIFSContext tc, SmbComNegotiateResponse negotiated, ServerMessageBlock andx, Object cred)SmbComTreeConnectAndX(CIFSContext ctx, ServerData server, String path, String service, ServerMessageBlock andx) -
jcifs.internal.smb2でのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2のメソッド 修飾子とタイプ メソッド 説明 protected abstract TServerMessageBlock2Request. createResponse(CIFSContext tc, ServerMessageBlock2Request<T> req)protected Smb2EchoResponseSmb2EchoRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2EchoResponse> req)TServerMessageBlock2Request. initResponse(CIFSContext tc) -
jcifs.internal.smb2.createでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.createのメソッド 修飾子とタイプ メソッド 説明 protected Smb2CloseResponseSmb2CloseRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2CloseResponse> req)protected Smb2CreateResponseSmb2CreateRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2CreateResponse> req) -
jcifs.internal.smb2.infoでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.infoのメソッド 修飾子とタイプ メソッド 説明 protected Smb2QueryDirectoryResponseSmb2QueryDirectoryRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2QueryDirectoryResponse> req)protected Smb2QueryInfoResponseSmb2QueryInfoRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2QueryInfoResponse> req)protected Smb2SetInfoResponseSmb2SetInfoRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2SetInfoResponse> req) -
jcifs.internal.smb2.ioでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.ioのメソッド 修飾子とタイプ メソッド 説明 protected Smb2FlushResponseSmb2FlushRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2FlushResponse> req)protected Smb2ReadResponseSmb2ReadRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2ReadResponse> req)protected Smb2WriteResponseSmb2WriteRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2WriteResponse> req) -
jcifs.internal.smb2.ioctlでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.ioctlのメソッド 修飾子とタイプ メソッド 説明 protected Smb2IoctlResponseSmb2IoctlRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2IoctlResponse> req) -
jcifs.internal.smb2.lockでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.lockのメソッド 修飾子とタイプ メソッド 説明 protected Smb2LockResponseSmb2LockRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2LockResponse> req) -
jcifs.internal.smb2.negoでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.negoのメソッド 修飾子とタイプ メソッド 説明 booleanSmb2NegotiateResponse. canReuse(CIFSContext tc, boolean forceSigning)protected Smb2NegotiateResponseSmb2NegotiateRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2NegotiateResponse> req)booleanSmb2NegotiateResponse. isValid(CIFSContext tc, SmbNegotiationRequest req) -
jcifs.internal.smb2.notifyでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.notifyのメソッド 修飾子とタイプ メソッド 説明 protected Smb2ChangeNotifyResponseSmb2ChangeNotifyRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2ChangeNotifyResponse> req) -
jcifs.internal.smb2.sessionでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.sessionのメソッド 修飾子とタイプ メソッド 説明 protected Smb2LogoffResponseSmb2LogoffRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2LogoffResponse> req)protected Smb2SessionSetupResponseSmb2SessionSetupRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2SessionSetupResponse> req)CIFSContext型のパラメータを持つjcifs.internal.smb2.sessionのコンストラクタ コンストラクタ 説明 Smb2SessionSetupRequest(CIFSContext context, int securityMode, int capabilities, long previousSessionid, byte[] token) -
jcifs.internal.smb2.treeでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.internal.smb2.treeのメソッド 修飾子とタイプ メソッド 説明 protected Smb2TreeConnectResponseSmb2TreeConnectRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2TreeConnectResponse> req)protected Smb2TreeDisconnectResponseSmb2TreeDisconnectRequest. createResponse(CIFSContext tc, ServerMessageBlock2Request<Smb2TreeDisconnectResponse> req) -
jcifs.netbiosでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.netbiosのメソッド 修飾子とタイプ メソッド 説明 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.CIFSContext型のパラメータを持つjcifs.netbiosのコンストラクタ コンストラクタ 説明 NameServiceClientImpl(CIFSContext tc) -
jcifs.ntlmsspでのCIFSContextの使用
CIFSContext型のパラメータを持つjcifs.ntlmsspのメソッド 修飾子とタイプ メソッド 説明 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, 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, String password)Constructs the NT response to the given Type-2 message using the supplied password.CIFSContext型のパラメータを持つjcifs.ntlmsspのコンストラクタ コンストラクタ 説明 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, 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. -
jcifs.smbでのCIFSContextの使用
CIFSContextを返すjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 protected CIFSContextNtlmPasswordAuthentication. getContext()推奨されていません。CIFSContextSmbFile. getContext()CIFSContextSmbFile. getTransportContext()推奨されていません。CIFSContext型のパラメータを持つjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 voidDfsImpl. cache(CIFSContext tc, String path, DfsReferralData dr)voidSmbTreeInternal. connectLogon(CIFSContext tf)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)推奨されていません。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)推奨されていません。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)推奨されていません。Returns the effective user session key.voidNtlmPasswordAuthentication. getUserSessionKey(CIFSContext tc, byte[] chlng, byte[] dest, int offset)推奨されていません。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)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)CIFSContext型のパラメータを持つjcifs.smbのコンストラクタ コンストラクタ 説明 DfsImpl(CIFSContext tc)Handler(CIFSContext tc)NtlmContext(CIFSContext tc, NtlmPasswordAuthenticator auth, boolean doSigning)NtlmPasswordAuthentication(CIFSContext tc)推奨されていません。Construct anonymous credentialsNtlmPasswordAuthentication(CIFSContext tc, String userInfo)推奨されていません。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)推奨されていません。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
-