Uses of Class
org.ros.address.AdvertiseAddress
Packages that use AdvertiseAddress
Package
Description
Provides the classes for acquiring and representing network addresses.
Provides internal classes for servers.
Provides internal classes for the server side of the master.
Provides internal classes for working with services.
Provides internal classes that are core to the implementation of rosjava.
Provides internal classes for implementing TCPROS.
Provides the classes for creating and communicating with nodes in the ROS graph.
-
Uses of AdvertiseAddress in org.ros.address
Methods in org.ros.address that return AdvertiseAddressModifier and TypeMethodDescriptionAdvertiseAddressFactory.newDefault()PrivateAdvertiseAddressFactory.newDefault()PublicAdvertiseAddressFactory.newDefault()static AdvertiseAddressAdvertiseAddress.newPrivate()static AdvertiseAddressAdvertiseAddress.newPublic()Best effort method, returns a newAdvertiseAddresswhere the host is determined automatically. -
Uses of AdvertiseAddress in org.ros.internal.node.server
Methods in org.ros.internal.node.server that return AdvertiseAddressModifier and TypeMethodDescriptionXmlRpcServer.getAdvertiseAddress()SlaveServer.getTcpRosAdvertiseAddress()Constructors in org.ros.internal.node.server with parameters of type AdvertiseAddressModifierConstructorDescriptionSlaveServer(GraphName nodeName, BindAddress tcpRosBindAddress, AdvertiseAddress tcpRosAdvertiseAddress, BindAddress xmlRpcBindAddress, AdvertiseAddress xmlRpcAdvertiseAddress, MasterClient master, TopicParticipantManager topicParticipantManager, ServiceManager serviceManager, ParameterManager parameterManager, ScheduledExecutorService executorService) XmlRpcServer(BindAddress bindAddress, AdvertiseAddress advertiseAddress) -
Uses of AdvertiseAddress in org.ros.internal.node.server.master
Constructors in org.ros.internal.node.server.master with parameters of type AdvertiseAddressModifierConstructorDescriptionMasterServer(BindAddress bindAddress, AdvertiseAddress advertiseAddress) -
Uses of AdvertiseAddress in org.ros.internal.node.service
Constructors in org.ros.internal.node.service with parameters of type AdvertiseAddressModifierConstructorDescriptionDefaultServiceServer(ServiceDeclaration serviceDeclaration, ServiceResponseBuilder<T, S> serviceResponseBuilder, AdvertiseAddress advertiseAddress, org.ros.message.MessageDeserializer<T> messageDeserializer, org.ros.message.MessageSerializer<S> messageSerializer, org.ros.message.MessageFactory messageFactory, ScheduledExecutorService scheduledExecutorService) -
Uses of AdvertiseAddress in org.ros.internal.transport
Methods in org.ros.internal.transport that return AdvertiseAddressConstructors in org.ros.internal.transport with parameters of type AdvertiseAddress -
Uses of AdvertiseAddress in org.ros.internal.transport.tcp
Methods in org.ros.internal.transport.tcp that return AdvertiseAddressConstructors in org.ros.internal.transport.tcp with parameters of type AdvertiseAddressModifierConstructorDescriptionTcpRosServer(BindAddress bindAddress, AdvertiseAddress advertiseAddress, TopicParticipantManager topicParticipantManager, ServiceManager serviceManager, ScheduledExecutorService executorService) -
Uses of AdvertiseAddress in org.ros.node
Methods in org.ros.node that return AdvertiseAddressModifier and TypeMethodDescriptionNodeConfiguration.getTcpRosAdvertiseAddress()NodeConfiguration.getXmlRpcAdvertiseAddress()