Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addCalendarAddListener(CalendarAddListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.ADDevents. - addCalendarCancelListener(CalendarCancelListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.CANCELevents. - addCalendarCounterListener(CalendarCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.COUNTERevents. - addCalendarDeclineCounterListener(CalendarDeclineCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.DECLINE_COUNTERevents. - addCalendarPublishListener(CalendarPublishListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.PUBLISHevents. - addCalendarRefreshListener(CalendarRefreshListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REFRESHevents. - addCalendarReplyListener(CalendarReplyListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REPLYevents. - addCalendarRequestListener(CalendarRequestListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Register listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REQUESTevents. - addVCardListener(VCardListener) - Method in interface org.ical4j.integration.VCardListenerSupport
-
Register listener for card events.
C
- CalendarAddListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of ADD distribution method for iCalendar objects.
- CalendarCancelListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of CANCEL distribution method for iCalendar objects.
- CalendarCounterListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of COUNTER distribution method for iCalendar objects.
- CalendarDeclineCounterListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of DECLINECOUNTER distribution method for iCalendar objects.
- CalendarListenerSupport - Interface in org.ical4j.integration
-
Provide support for notifying calendar listeners of events.
- CalendarProcessor<T> - Class in org.ical4j.integration.flow
- CalendarProcessor(Function<T, Optional<Calendar>>) - Constructor for class org.ical4j.integration.flow.CalendarProcessor
- CalendarPublishListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of PUBLISH distribution method for iCalendar objects.
- CalendarRefreshListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of REFRESH distribution method for iCalendar objects.
- CalendarReplyListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of REPLY distribution method for iCalendar objects.
- CalendarRequestListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of REQUEST distribution method for iCalendar objects.
- CalendarSubscriber - Class in org.ical4j.integration.flow
-
A
Flow.Subscriberimplementation that inspects the METHOD property of calendar data streams and notifies listeners accordingly. - CalendarSubscriber() - Constructor for class org.ical4j.integration.flow.CalendarSubscriber
- ChannelPublisher<T> - Class in org.ical4j.integration.flow
-
Extends
SubmissionPublisherto support publishing data streams from supported channels. - ChannelPublisher() - Constructor for class org.ical4j.integration.flow.ChannelPublisher
- ChannelPublisher(Executor, int) - Constructor for class org.ical4j.integration.flow.ChannelPublisher
- ChannelPublisher(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Constructor for class org.ical4j.integration.flow.ChannelPublisher
E
- EgressChannel<T,
P> - Interface in org.ical4j.integration -
Implementors support content adaptation for transport over a supported channel.
- expunge(String) - Method in interface org.ical4j.integration.IngressChannel
-
Remove a processed calendar from the underlying queue.
F
- FailedDeliveryException - Exception in org.ical4j.integration
- FailedDeliveryException(String, Throwable) - Constructor for exception org.ical4j.integration.FailedDeliveryException
- FailedDeliveryException(Throwable) - Constructor for exception org.ical4j.integration.FailedDeliveryException
- fireCalendarEvent(Calendar) - Method in interface org.ical4j.integration.CalendarListenerSupport
- fireVCardEvent(VCard) - Method in interface org.ical4j.integration.VCardListenerSupport
G
- getCalendarListeners() - Method in interface org.ical4j.integration.CalendarListenerSupport
- getCalendarListeners() - Method in class org.ical4j.integration.flow.CalendarSubscriber
- getVCardListeners() - Method in class org.ical4j.integration.flow.VCardSubscriber
- getVCardListeners() - Method in interface org.ical4j.integration.VCardListenerSupport
I
- ical4j.integration.api - module ical4j.integration.api
- IngressChannel<T> - Interface in org.ical4j.integration
-
Implementors support consumption of channel data via polling.
L
- ListenerList<T> - Class in org.ical4j.integration
- ListenerList() - Constructor for class org.ical4j.integration.ListenerList
- LocalQueueChannel<T> - Class in org.ical4j.integration.local
- LocalQueueChannel(Queue<T>) - Constructor for class org.ical4j.integration.local.LocalQueueChannel
- LocalQueuePublisher<T> - Class in org.ical4j.integration.local
-
Publish data received via the specified queue.
- LocalQueuePublisher(Queue<T>) - Constructor for class org.ical4j.integration.local.LocalQueuePublisher
O
- onAdd(Calendar) - Method in interface org.ical4j.integration.event.CalendarAddListener
- onCancel(Calendar) - Method in interface org.ical4j.integration.event.CalendarCancelListener
- onComplete() - Method in class org.ical4j.integration.flow.CalendarProcessor
- onComplete() - Method in class org.ical4j.integration.flow.CalendarSubscriber
- onComplete() - Method in class org.ical4j.integration.flow.VCardProcessor
- onComplete() - Method in class org.ical4j.integration.flow.VCardSubscriber
- onCounter(Calendar) - Method in interface org.ical4j.integration.event.CalendarCounterListener
- onDeclineCounter(Calendar) - Method in interface org.ical4j.integration.event.CalendarDeclineCounterListener
- onError(Throwable) - Method in class org.ical4j.integration.flow.CalendarProcessor
- onError(Throwable) - Method in class org.ical4j.integration.flow.CalendarSubscriber
- onError(Throwable) - Method in class org.ical4j.integration.flow.VCardProcessor
- onError(Throwable) - Method in class org.ical4j.integration.flow.VCardSubscriber
- onNext(Calendar) - Method in class org.ical4j.integration.flow.CalendarSubscriber
- onNext(VCard) - Method in class org.ical4j.integration.flow.VCardSubscriber
- onNext(T) - Method in class org.ical4j.integration.flow.CalendarProcessor
- onNext(T) - Method in class org.ical4j.integration.flow.VCardProcessor
- onPublish(Calendar) - Method in interface org.ical4j.integration.event.CalendarPublishListener
- onRefresh(Calendar) - Method in interface org.ical4j.integration.event.CalendarRefreshListener
- onReply(Calendar) - Method in interface org.ical4j.integration.event.CalendarReplyListener
- onRequest(Calendar) - Method in interface org.ical4j.integration.event.CalendarRequestListener
- onSubscribe(Flow.Subscription) - Method in class org.ical4j.integration.flow.CalendarProcessor
- onSubscribe(Flow.Subscription) - Method in class org.ical4j.integration.flow.CalendarSubscriber
- onSubscribe(Flow.Subscription) - Method in class org.ical4j.integration.flow.VCardProcessor
- onSubscribe(Flow.Subscription) - Method in class org.ical4j.integration.flow.VCardSubscriber
- onUpdate(VCard) - Method in interface org.ical4j.integration.event.VCardListener
- org.ical4j.integration - package org.ical4j.integration
- org.ical4j.integration.event - package org.ical4j.integration.event
- org.ical4j.integration.flow - package org.ical4j.integration.flow
- org.ical4j.integration.local - package org.ical4j.integration.local
P
- poll(long) - Method in interface org.ical4j.integration.IngressChannel
- poll(long, boolean) - Method in interface org.ical4j.integration.IngressChannel
-
Invoke retrieval of calendar data via supported transport protocol.
- poll(long, boolean) - Method in class org.ical4j.integration.local.LocalQueueChannel
R
- removeCalendarAddListener(CalendarAddListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.ADDevents. - removeCalendarCancelListener(CalendarCancelListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.CANCELevents. - removeCalendarCounterListener(CalendarCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.COUNTERevents. - removeCalendarDeclineCounterListener(CalendarDeclineCounterListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.DECLINE_COUNTERevents. - removeCalendarPublishListener(CalendarPublishListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.PUBLISHevents. - removeCalendarRefreshListener(CalendarRefreshListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REFRESHevents. - removeCalendarReplyListener(CalendarReplyListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REPLYevents. - removeCalendarRequestListener(CalendarRequestListener) - Method in interface org.ical4j.integration.CalendarListenerSupport
-
Unregister listener for calendar
net.fortuna.ical4j.model.property.immutable.ImmutableMethod.REQUESTevents. - removeVCardListener(VCardListener) - Method in interface org.ical4j.integration.VCardListenerSupport
-
Unregister listener for card events.
S
- send(Supplier<T>) - Method in interface org.ical4j.integration.EgressChannel
-
Invoke transfer of data via supported transport protocol.
- send(Supplier<T>) - Method in class org.ical4j.integration.local.LocalQueueChannel
V
- VCardListener - Interface in org.ical4j.integration.event
-
Event listener for consumption of vCard object updates.
- VCardListenerSupport - Interface in org.ical4j.integration
-
Provide support for notifying card listeners of events.
- VCardProcessor<T> - Class in org.ical4j.integration.flow
- VCardProcessor(Function<T, VCard>) - Constructor for class org.ical4j.integration.flow.VCardProcessor
- VCardSubscriber - Class in org.ical4j.integration.flow
-
A
Flow.Subscriberimplementation that notifies listeners. - VCardSubscriber() - Constructor for class org.ical4j.integration.flow.VCardSubscriber
All Classes and Interfaces|All Packages|Serialized Form