public class Subscriber extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscriber.Entry |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Subscriber.Entry> |
queue |
protected AsyncResponse |
response |
protected int |
size |
| Constructor and Description |
|---|
Subscriber(int size) |
protected int size
protected LinkedList<Subscriber.Entry> queue
protected AsyncResponse response
public void post(MediaType type, byte[] content)
public void poll(AsyncResponse response)
Copyright © 2013. All Rights Reserved.