public final class WSTCP extends Object
| Constructor and Description |
|---|
WSTCP(TCPContext context,
ClassLoader initClassLoader,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Collection<WSTCPConnector> |
initialize() |
boolean |
isProtocolCheck() |
static void |
main(String[] args) |
List<TCPAdapter> |
parseDeploymentDescriptor() |
void |
process() |
void |
setProtocolCheck(boolean isProtocolCheck) |
public WSTCP(@NotNull
TCPContext context,
@NotNull
ClassLoader initClassLoader,
@NotNull
String contextPath)
public boolean isProtocolCheck()
public void setProtocolCheck(boolean isProtocolCheck)
@NotNull public List<TCPAdapter> parseDeploymentDescriptor() throws IOException
IOException@NotNull public Collection<WSTCPConnector> initialize() throws IOException
IOExceptionpublic void process()
throws IOException
IOExceptionpublic void close()
public static void main(String[] args)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.