Enhancement #1024
Add Transport class [Java]
Status: | Resolved | Start date: | 06/25/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | Java | |||
Target version: | rsb-0.10 |
Description
The new
Transport
class would represent properties of transport as a whole (e.g. Spread, socket, inprocess),
- Instances should aggregate the respective factory objects (in-push, in-pull, out, etc.)
- Some Connector properties such as schema list could be moved into the new
Transport
class
Related issues
History
#1 Updated by J. Moringen over 10 years ago
- Status changed from New to In Progress
- Assignee set to J. Moringen
- % Done changed from 0 to 30
#2 Updated by J. Moringen almost 10 years ago
- Target version changed from rsb-0.9 to rsb-0.10
#3 Updated by J. Wienke over 9 years ago
- Status changed from In Progress to Resolved
- % Done changed from 30 to 100
Has been done in the context of the socket transport implementation.
#4 Updated by J. Moringen over 5 years ago
- Subject changed from Add Transport class to Add Transport class [Java]