A C G I N O P S U V

A

accept(OfferAnswerMediaVisitor<T>) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerMedia
Accepts the specified media visitor.
accept(OfferAnswerMediaVisitor<T>) - Method in class org.lastbamboo.common.offer.answer.OfferAnswerSocketMedia
 
allStreams() - Static method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 
AnswererOfferAnswerListener - Class in org.lastbamboo.common.offer.answer
Class that listens for creation of sockets on the server/answerer side.
AnswererOfferAnswerListener(String, InetSocketAddress, SessionSocketListener, String) - Constructor for class org.lastbamboo.common.offer.answer.AnswererOfferAnswerListener
Creates a new listener for RUDP server sockets.

C

close() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
Perform any necessary close operations for the media.
closeTcp() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
 
closeUdp() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
 
createAnswerer(OfferAnswerListener<T>, boolean) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerFactory
Creates a new class for processing offers and creating answers.
createOfferer(OfferAnswerListener<T>, IceMediaStreamDesc) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerFactory
Creates a new class for creating offers and processing answers.

G

generateAnswer() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
Generates an answer.
generateOffer() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
Generates an offer.
getBody() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerMessage
Returns the body of the message.
getCipherSuites() - Static method in class org.lastbamboo.common.offer.answer.IceConfig
 
getMappedPort() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerFactory
 
getMimeContentSubtype() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 
getMimeContentType() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 
getNumComponents() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 
getSocket() - Method in class org.lastbamboo.common.offer.answer.OfferAnswerSocketMedia
Accessor for the socket.
getTransactionKey() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerMessage
The key to use for transactions.

I

IceConfig - Class in org.lastbamboo.common.offer.answer
Convenience class for easily configuring ICE.
IceConfig() - Constructor for class org.lastbamboo.common.offer.answer.IceConfig
 
IceMediaStreamDesc - Class in org.lastbamboo.common.offer.answer
Describes an individual media stream.
IceMediaStreamDesc(String, String, int, boolean) - Constructor for class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Creates a new media stream description with all the information necessary for ICE to establish the stream.
IceMediaStreamDesc(boolean, boolean, String, String, int, boolean) - Constructor for class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Creates a new media stream description with all the information necessary for ICE to establish the stream.
IceMediaStreamDesc(boolean, boolean, String, String, int, boolean, boolean) - Constructor for class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Creates a new media stream description with all the information necessary for ICE to establish the stream.
isAnswererPortMapped() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerFactory
 
isDisableUdpOnLocalNetwork() - Static method in class org.lastbamboo.common.offer.answer.IceConfig
 
isReliable() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Whether or not there's a reliability layer over this stream, which is true for TCP and any reliable UDT streams.
isTcp() - Static method in class org.lastbamboo.common.offer.answer.IceConfig
Accessor for whether or not to negotiate TCP connections.
isTcp() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 
isUdp() - Static method in class org.lastbamboo.common.offer.answer.IceConfig
Accessor for whether or not to negotiate UDP connections.
isUdp() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 
isUseRelay() - Method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
 

N

newReliable() - Static method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Create a new reliable stream for HTTP traffic over either TCP or reliable UDP.
newReliableNoRelay() - Static method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Create a new reliable stream for HTTP traffic over either TCP or reliable UDP, but that doesn't use relays.
newUnreliableUdpStream() - Static method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Creates a new stream description for a raw UDP stream that's not reliable.
newUnreliableUdpStreamNoRelay() - Static method in class org.lastbamboo.common.offer.answer.IceMediaStreamDesc
Creates a new stream description for a raw UDP stream that's not reliable and doesn't use a relay.
NoAnswerException - Exception in org.lastbamboo.common.offer.answer
Exception for when there's not answer to an offer/answer exchange.
NoAnswerException(String) - Constructor for exception org.lastbamboo.common.offer.answer.NoAnswerException
Creates a new exception.
NoAnswerException(String, Throwable) - Constructor for exception org.lastbamboo.common.offer.answer.NoAnswerException
Creates a new exception.

O

offer(URI, byte[], OfferAnswerTransactionListener, KeyStorage) - Method in interface org.lastbamboo.common.offer.answer.Offerer
Send an offer to the specified URI.
OfferAnswer - Interface in org.lastbamboo.common.offer.answer
Interface for classes that generate offers and process answers for offer/answer protocols.
OfferAnswerConnectException - Exception in org.lastbamboo.common.offer.answer
Exception for when we can't connect an offerer or an answerer.
OfferAnswerConnectException(String, Exception) - Constructor for exception org.lastbamboo.common.offer.answer.OfferAnswerConnectException
Creates a new exception.
OfferAnswerFactory<T> - Interface in org.lastbamboo.common.offer.answer
Interface for factories that create classes the create offers and process answers.
OfferAnswerListener<T> - Interface in org.lastbamboo.common.offer.answer
Listener for events from an offer/answer exchange.
OfferAnswerMedia - Interface in org.lastbamboo.common.offer.answer
Interface for media sessions created with an offer/answer exchange.
OfferAnswerMediaListener - Interface in org.lastbamboo.common.offer.answer
Interface for classes that listen for media events for offer/answer exchanges that generate media.
OfferAnswerMediaVisitor<T> - Interface in org.lastbamboo.common.offer.answer
Visitor for media sessions.
OfferAnswerMessage - Interface in org.lastbamboo.common.offer.answer
Interface for messages in an offer/answer exchange.
OfferAnswerSocketMedia - Class in org.lastbamboo.common.offer.answer
Offer/answer media session that runs over a socket.
OfferAnswerSocketMedia(Socket) - Constructor for class org.lastbamboo.common.offer.answer.OfferAnswerSocketMedia
Creates a new socket session.
OfferAnswerTransactionListener - Interface in org.lastbamboo.common.offer.answer
Interface for "transaction user" (TU) classes wishing to listen for transaction events.
Offerer - Interface in org.lastbamboo.common.offer.answer
Interface for classes that send offers to other peers.
onMedia(OfferAnswerMedia) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerMediaListener
Notifies the listener that a media session has been established.
onOfferAnswerFailed(OfferAnswer) - Method in class org.lastbamboo.common.offer.answer.AnswererOfferAnswerListener
 
onOfferAnswerFailed(OfferAnswer) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerListener
Called when an offer/answer exchange failed, with definitions of failure depending on the specific type of offer/answer.
onTcpSocket(Socket) - Method in class org.lastbamboo.common.offer.answer.AnswererOfferAnswerListener
 
onTcpSocket(Socket) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerListener
 
onTransactionFailed(OfferAnswerMessage) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener
Called when the transaction failed with an error response, a timeout, or for any other reason.
onTransactionSucceeded(OfferAnswerMessage) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener
Called when the transaction completed normally with a 200 OK response.
onUdpSocket(Socket) - Method in class org.lastbamboo.common.offer.answer.AnswererOfferAnswerListener
 
onUdpSocket(T) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerListener
 
org.lastbamboo.common.offer.answer - package org.lastbamboo.common.offer.answer
 

P

processAnswer(ByteBuffer) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
Tells an offerer to process its answer.
processOffer(ByteBuffer) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
Tells an answerer to process its offer.

S

setCipherSuites(String[]) - Static method in class org.lastbamboo.common.offer.answer.IceConfig
 
setDisableUdpOnLocalNetwork(boolean) - Static method in class org.lastbamboo.common.offer.answer.IceConfig
 
setTcp(boolean) - Static method in class org.lastbamboo.common.offer.answer.IceConfig
Sets whether or not to use TCP.
setUdp(boolean) - Static method in class org.lastbamboo.common.offer.answer.IceConfig
Sets whether or not to use UDP.

U

useRelay() - Method in interface org.lastbamboo.common.offer.answer.OfferAnswer
 

V

visitSocketMedia(OfferAnswerSocketMedia) - Method in interface org.lastbamboo.common.offer.answer.OfferAnswerMediaVisitor
Visits a media session that runs over a socket.

A C G I N O P S U V

Copyright © 2013 LittleShoot. All Rights Reserved.