public class SSLHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SSLHelper.UFTPDSecProperties |
Constructor and Description |
---|
SSLHelper() |
Modifier and Type | Method and Description |
---|---|
void |
checkAccess(Socket jobSocket)
if SSL is enabled, check whether the peer is in our ACL
|
ServerSocket |
createCommandSocket(int port,
int backlog,
InetAddress cmdip)
create the UFTPD command socket
|
public SSLHelper() throws IOException
IOException
public ServerSocket createCommandSocket(int port, int backlog, InetAddress cmdip) throws IOException
port
- backlog
- cmdip
- IOException
public void checkAccess(Socket jobSocket) throws IOException, AuthorizationFailureException
jobSocket
- IOException
AuthorizationFailureException
Copyright © 2010–2018 UNICORE. All rights reserved.