Package | Description |
---|---|
org.alfresco.jlan.client |
Modifier and Type | Method and Description |
---|---|
static SessionSettings |
SessionFactory.getDefaultSettings()
Return the default session settings
|
Modifier and Type | Method and Description |
---|---|
static AdminSession |
SessionFactory.OpenAdminSession(PCShare shr,
SessionSettings settings)
Open a connection to a remote server admin pipe
|
static AuthenticateSession |
SessionFactory.OpenAuthenticateSession(PCShare shr,
SessionSettings settings)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge
key.
|
static DataPipeFile |
SessionFactory.OpenDataPipe(PCShare shr,
String pipeName,
SessionSettings settings)
Open a connection to a remote pipe/IPC, in data mode
|
static DiskSession |
SessionFactory.OpenDisk(PCShare shr,
SessionSettings settings)
Open a connection to a remote file server disk share.
|
static IPCSession |
SessionFactory.OpenPipe(PCShare shr,
SessionSettings settings)
Open a connection to a remote pipe/IPC
|
static PrintSession |
SessionFactory.OpenPrinter(PCShare shr,
SessionSettings settings)
Open a connection to a remote print server
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.