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