| Modifier and Type | Method and Description |
|---|---|
StreamResponseMessage |
MockRouter.getStreamResponseMessage(StreamRequestMessage request) |
StreamResponseMessage[] |
MockRouter.getStreamResponseMessages() |
StreamResponseMessage |
MockRouter.send(StreamRequestMessage msg) |
| Constructor and Description |
|---|
StreamResponseMessage(StreamResponseMessage source) |
| Modifier and Type | Class and Description |
|---|---|
class |
IncomingActionResponseMessage |
class |
OutgoingActionResponseMessage |
| Constructor and Description |
|---|
IncomingActionResponseMessage(StreamResponseMessage source) |
| Modifier and Type | Class and Description |
|---|---|
class |
IncomingSubscribeResponseMessage |
class |
OutgoingEventResponseMessage |
class |
OutgoingSubscribeResponseMessage |
| Constructor and Description |
|---|
IncomingSubscribeResponseMessage(StreamResponseMessage source) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReceivingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>
Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response.
|
class |
SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>
Supertype for all synchronously executing protocols, sending UPnP messages.
|
| Modifier and Type | Field and Description |
|---|---|
protected OUT |
SendingSync.outputMessage |
protected OUT |
ReceivingSync.outputMessage |
| Modifier and Type | Method and Description |
|---|---|
void |
ReceivingSync.responseSent(StreamResponseMessage responseMessage)
Called by the client of this protocol after the returned response has been successfully delivered.
|
| Modifier and Type | Method and Description |
|---|---|
protected StreamResponseMessage |
ReceivingRetrieval.createResponse(URI requestedURI,
Resource resource) |
protected StreamResponseMessage |
ReceivingUnsubscribe.executeSync() |
protected StreamResponseMessage |
ReceivingAction.executeSync() |
protected StreamResponseMessage |
SendingUnsubscribe.executeSync() |
protected StreamResponseMessage |
SendingEvent.executeSync() |
protected StreamResponseMessage |
ReceivingRetrieval.executeSync() |
protected StreamResponseMessage |
SendingAction.sendRemoteRequest(OutgoingActionRequestMessage requestMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SendingUnsubscribe.onUnsubscribe(StreamResponseMessage response) |
void |
ReceivingSubscribe.responseSent(StreamResponseMessage responseMessage) |
| Modifier and Type | Method and Description |
|---|---|
StreamResponseMessage |
RouterImpl.send(StreamRequestMessage msg)
Sends the TCP stream request with the
StreamClient. |
StreamResponseMessage |
Router.send(StreamRequestMessage msg)
Call this method to send a TCP (HTTP) stream message.
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamResponseMessage |
ServletUpnpStream.responseMessage |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServletUpnpStream.writeResponseMessage(StreamResponseMessage responseMessage) |
| Modifier and Type | Field and Description |
|---|---|
protected StreamResponseMessage |
BlockingServletUpnpStream.responseMessage |
| Modifier and Type | Method and Description |
|---|---|
protected Callable<StreamResponseMessage> |
JettyStreamClientImpl.createCallable(StreamRequestMessage requestMessage,
org.eclipse.jetty.client.api.Request request) |
| Modifier and Type | Method and Description |
|---|---|
StreamResponseMessage |
UpnpStream.process(StreamRequestMessage requestMsg)
Selects a UPnP protocol, runs it within the calling thread, returns the response.
|
StreamResponseMessage |
AbstractStreamClient.sendRequest(StreamRequestMessage requestMessage) |
StreamResponseMessage |
StreamClient.sendRequest(StreamRequestMessage message)
Sends the given request via TCP (HTTP) and returns the response.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Callable<StreamResponseMessage> |
AbstractStreamClient.createCallable(StreamRequestMessage requestMessage,
REQUEST request)
Create a callable procedure that will execute the request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpnpStream.responseSent(StreamResponseMessage responseMessage)
Must be called by a subclass after the response has been successfully sent to the client.
|
Copyright © 2023 jUPnP.org. All rights reserved.