|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AduFactory | |
| solar.impl | Contains some implementation of common APIs, such as various formatted events, event factory, etc. |
| solar.service.transport | Contains the data transport service. |
| Uses of AduFactory in solar.impl |
| Classes in solar.impl that implement AduFactory | |
class |
EventFactory
Event factory produces events based on their types, or by calling a particular method on particular event format. |
| Uses of AduFactory in solar.service.transport |
| Fields in solar.service.transport declared as AduFactory | |
protected AduFactory |
UdpTransport._aduFactory
The factory to parse received byte array into ADU. |
private AduFactory |
TcpConnection._aduFactory
|
protected AduFactory |
TcpTransport._aduFactory
The factory to parse received byte array into ADU. |
protected AduFactory |
BaseTransportService._aduFactory
The factory parses received packets. |
protected AduFactory |
PastryTransport._aduFactory
|
| Methods in solar.service.transport that return AduFactory | |
AduFactory |
TcpTransport.getAduFactory()
Return the factory producing Adu from byte array. |
| Methods in solar.service.transport with parameters of type AduFactory | |
void |
UdpTransport.setAduFactory(AduFactory factory)
|
void |
TcpTransport.setAduFactory(AduFactory factory)
|
void |
PastryTransport.setAduFactory(AduFactory aduFactory)
|
void |
Transport.setAduFactory(AduFactory factory)
Set the factory that parse the received bytes into data unit. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||