Verwendungen von Klasse
org.jupnp.transport.RouterException
Packages, die RouterException verwenden
Package
Beschreibung
-
Verwendungen von RouterException in org.jupnp.protocol
Methoden in org.jupnp.protocol, die RouterException auslösenModifizierer und TypMethodeBeschreibungprotected voidRetrieveRemoteDescriptors.describe()protected voidprotected RemoteServiceRetrieveRemoteDescriptors.describeService(RemoteService service) protected RemoteDeviceRetrieveRemoteDescriptors.describeServices(RemoteDevice currentDevice) protected abstract voidReceivingAsync.execute()protected final voidReceivingSync.execute()protected abstract voidSendingAsync.execute()protected final voidSendingSync.execute()protected abstract OUTReceivingSync.executeSync()protected abstract OUTSendingSync.executeSync() -
Verwendungen von RouterException in org.jupnp.protocol.async
Methoden in org.jupnp.protocol.async, die RouterException auslösenModifizierer und TypMethodeBeschreibungprotected voidReceivingNotification.execute()protected voidReceivingSearch.execute()protected voidReceivingSearchResponse.execute()protected voidSendingNotification.execute()protected voidSendingNotificationAlive.execute()protected voidSendingNotificationByebye.execute()protected voidSendingSearch.execute()voidSendingNotification.sendMessages(Location descriptorLocation) protected voidReceivingSearch.sendResponses(UpnpHeader searchTarget, NetworkAddress activeStreamServer) protected voidReceivingSearch.sendSearchResponseAll(NetworkAddress activeStreamServer) protected voidReceivingSearch.sendSearchResponseDeviceType(DeviceType deviceType, NetworkAddress activeStreamServer) protected voidReceivingSearch.sendSearchResponseRootDevices(NetworkAddress activeStreamServer) protected voidReceivingSearch.sendSearchResponseServiceType(ServiceType serviceType, NetworkAddress activeStreamServer) protected voidReceivingSearch.sendSearchResponseUDN(UDN udn, NetworkAddress activeStreamServer) -
Verwendungen von RouterException in org.jupnp.protocol.sync
Methoden in org.jupnp.protocol.sync, die RouterException auslösenModifizierer und TypMethodeBeschreibungprotected StreamResponseMessageReceivingAction.executeSync()protected OutgoingEventResponseMessageReceivingEvent.executeSync()protected StreamResponseMessageReceivingRetrieval.executeSync()protected OutgoingSubscribeResponseMessageReceivingSubscribe.executeSync()protected StreamResponseMessageReceivingUnsubscribe.executeSync()protected IncomingActionResponseMessageSendingAction.executeSync()protected StreamResponseMessageSendingEvent.executeSync()protected IncomingSubscribeResponseMessageSendingRenewal.executeSync()protected IncomingSubscribeResponseMessageSendingSubscribe.executeSync()protected StreamResponseMessageSendingUnsubscribe.executeSync()protected IncomingActionResponseMessageSendingAction.invokeRemote(OutgoingActionRequestMessage requestMessage) protected StreamResponseMessageSendingAction.sendRemoteRequest(OutgoingActionRequestMessage requestMessage) -
Verwendungen von RouterException in org.jupnp.transport
Methoden in org.jupnp.transport, die RouterException auslösenModifizierer und TypMethodeBeschreibungvoidRouter.broadcast(byte[] bytes) Call this method to broadcast a UDP message to all hosts on the network.voidRouterImpl.broadcast(byte[] bytes) Sends the given bytes as a broadcast on all boundDatagramIOs, using source port 9.booleanRouter.disable()Unbinds all sockets and stops all listening threads for datagrams and streams.booleanRouterImpl.disable()booleanRouterImpl.disable(DisableRouter event) booleanRouter.enable()Starts all sockets and listening threads for datagrams and streams.booleanRouterImpl.enable()Initializes listening services: First an instance ofMulticastReceiveris bound to each network interface.booleanRouterImpl.enable(EnableRouter event) Router.getActiveStreamServers(InetAddress preferredAddress) RouterImpl.getActiveStreamServers(InetAddress preferredAddress) booleanRouter.isEnabled()protected voidprotected voidvoidRouter.send(OutgoingDatagramMessage msg) Call this method to send a UDP datagram message.Router.send(StreamRequestMessage msg) Call this method to send a TCP (HTTP) stream message.voidRouterImpl.send(OutgoingDatagramMessage msg) Sends the UDP datagram on all boundDatagramIOs.RouterImpl.send(StreamRequestMessage msg) Sends the TCP stream request with theStreamClient.voidRouter.shutdown()Disables the router and releases all other resources.voidRouterImpl.shutdown()