public class InMemoryServerAssociationStore extends Object implements ServerAssociationStore
Constructor and Description |
---|
InMemoryServerAssociationStore() |
Modifier and Type | Method and Description |
---|---|
Association |
generate(String type,
int expiryIn) |
Association |
load(String handle) |
void |
remove(String handle) |
protected int |
size() |
public Association generate(String type, int expiryIn) throws AssociationException
generate
in interface ServerAssociationStore
AssociationException
public Association load(String handle)
load
in interface ServerAssociationStore
public void remove(String handle)
remove
in interface ServerAssociationStore
protected int size()
Copyright © 2017 Sxip. All rights reserved.