public class TLSClientHandler extends Object implements ProfileClient
| Constructor and Description |
|---|
TLSClientHandler(String profile,
Map env) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
consumeMessage(ProfileMessage pm) |
String |
getName() |
void |
initialize(MessageConnection mc) |
boolean |
isComplete() |
ProfileMessage |
produceMessage() |
void |
terminate() |
protected SSLSocket ts
public void initialize(MessageConnection mc) throws IOException
initialize in interface ProfileClientIOExceptionpublic ProfileMessage produceMessage() throws IOException
produceMessage in interface ProfileClientIOExceptionpublic void consumeMessage(ProfileMessage pm) throws IOException
consumeMessage in interface ProfileClientIOExceptionpublic boolean isComplete()
isComplete in interface ProfileClientpublic void activate()
throws IOException
activate in interface ProfileClientIOExceptionpublic void terminate()
throws IOException
terminate in interface ProfileClientIOExceptionpublic String getName()
getName in interface ProfileClientCopyright © 2019 Terracotta, Inc.. All rights reserved.