public class SocatHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_SOCAT_PORT |
| Modifier and Type | Method and Description |
|---|---|
static com.github.dockerjava.api.model.Container |
startSocat(com.jcraft.jsch.Session session,
String socatFlags,
String dockerSocketPath) |
static void |
stopSocat(com.jcraft.jsch.Session session,
String containerId) |
public static final int INTERNAL_SOCAT_PORT
public static com.github.dockerjava.api.model.Container startSocat(com.jcraft.jsch.Session session,
String socatFlags,
String dockerSocketPath)
throws com.jcraft.jsch.JSchException,
IOException
com.jcraft.jsch.JSchExceptionIOExceptionpublic static void stopSocat(com.jcraft.jsch.Session session,
String containerId)
throws com.jcraft.jsch.JSchException,
IOException
com.jcraft.jsch.JSchExceptionIOExceptionCopyright © 2022. All rights reserved.