SYMBOL INDEX (16422 symbols across 1724 files) FILE: RI/src/com/gsma/rcs/ri/AboutRI.java class AboutRI (line 35) | public class AboutRI extends Activity { method onCreate (line 37) | @Override method getAppVersion (line 59) | private String getAppVersion() { method getGsmaVersion (line 74) | private String getGsmaVersion() { FILE: RI/src/com/gsma/rcs/ri/DeviceBoot.java class DeviceBoot (line 30) | public class DeviceBoot extends BroadcastReceiver { method onReceive (line 31) | @Override FILE: RI/src/com/gsma/rcs/ri/RI.java class RI (line 51) | public class RI extends RcsListActivity { method onCreate (line 65) | @Override method onListItemClick (line 119) | @Override class WaitForConnectionManagerStart (line 160) | private class WaitForConnectionManagerStart extends AsyncTask { method ContactArrayAdapter (line 97) | public ContactArrayAdapter(Context ctx, int resourceRowLayout, List<... method getView (line 105) | @Override class CapabilitiesItemViewHolder (line 161) | private class CapabilitiesItemViewHolder { method CapabilitiesItemViewHolder (line 175) | CapabilitiesItemViewHolder(View base) { FILE: RI/src/com/gsma/rcs/ri/contacts/TestContactsApi.java class TestContactsApi (line 41) | public class TestContactsApi extends RcsListActivity { method onCreate (line 45) | @Override method onListItemClick (line 60) | @Override FILE: RI/src/com/gsma/rcs/ri/extension/InitiateMultimediaSession.java class InitiateMultimediaSession (line 39) | public abstract class InitiateMultimediaSession extends Activity { method onCreate (line 46) | @Override method onClick (line 72) | public void onClick(View v) { method initiateSession (line 89) | public abstract void initiateSession(ContactId contact); FILE: RI/src/com/gsma/rcs/ri/extension/InstantMessageReceiver.java class InstantMessageReceiver (line 38) | public class InstantMessageReceiver extends BroadcastReceiver { method onReceive (line 42) | @Override FILE: RI/src/com/gsma/rcs/ri/extension/MultiMediaSessionIntentService.java class MultiMediaSessionIntentService (line 52) | public class MultiMediaSessionIntentService extends IntentService { method MultiMediaSessionIntentService (line 66) | public MultiMediaSessionIntentService() { method onStartCommand (line 70) | @Override method onHandleIntent (line 79) | @Override method initiateSession (line 109) | private void initiateSession(Intent intent) { method addSessionInvitationNotification (line 139) | private void addSessionInvitationNotification(Intent intent, ContactId... FILE: RI/src/com/gsma/rcs/ri/extension/MultimediaSessionList.java class MultimediaSessionList (line 35) | public abstract class MultimediaSessionList extends RcsListActivity { method onCreate (line 37) | @Override method onResume (line 53) | @Override method onListItemClick (line 62) | @Override method displaySession (line 73) | public abstract void displaySession(int position); method updateList (line 78) | public abstract void updateList(); FILE: RI/src/com/gsma/rcs/ri/extension/SendInstantMessage.java class SendInstantMessage (line 42) | public class SendInstantMessage extends RcsActivity { method onCreate (line 49) | @Override method onClick (line 84) | public void onClick(View v) { method sendMessage (line 99) | public void sendMessage(ContactId contact) { FILE: RI/src/com/gsma/rcs/ri/extension/SessionInvitationReceiver.java class SessionInvitationReceiver (line 30) | public class SessionInvitationReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/extension/TestMultimediaSessionApi.java class TestMultimediaSessionApi (line 40) | public class TestMultimediaSessionApi extends ListActivity { method onCreate (line 41) | @Override method onListItemClick (line 60) | @Override FILE: RI/src/com/gsma/rcs/ri/extension/messaging/InitiateMessagingSession.java class InitiateMessagingSession (line 32) | public class InitiateMessagingSession extends InitiateMultimediaSession { method initiateSession (line 39) | public void initiateSession(ContactId contact) { FILE: RI/src/com/gsma/rcs/ri/extension/messaging/MessagingSessionList.java class MessagingSessionList (line 38) | public class MessagingSessionList extends MultimediaSessionList { method displaySession (line 49) | public void displaySession(int position) { method updateList (line 65) | public void updateList() { FILE: RI/src/com/gsma/rcs/ri/extension/messaging/MessagingSessionUtils.java class MessagingSessionUtils (line 26) | public class MessagingSessionUtils { FILE: RI/src/com/gsma/rcs/ri/extension/messaging/MessagingSessionView.java class MessagingSessionView (line 63) | public class MessagingSessionView extends RcsActivity { method onCreate (line 117) | @Override method onDestroy (line 143) | @Override method acceptInvitation (line 155) | private void acceptInvitation() { method rejectInvitation (line 168) | private void rejectInvitation() { method initialiseMessagingSession (line 177) | private void initialiseMessagingSession(Intent intent) { method startSession (line 246) | private void startSession() { method showProgressDialog (line 259) | private void showProgressDialog() { method hideProgressDialog (line 270) | private void hideProgressDialog() { method quitSession (line 277) | private void quitSession() { method onKeyDown (line 291) | @Override method onCreateOptionsMenu (line 320) | @Override method onOptionsItemSelected (line 327) | @Override method initialize (line 337) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/extension/streaming/InitiateStreamingSession.java class InitiateStreamingSession (line 32) | public class InitiateStreamingSession extends InitiateMultimediaSession { method initiateSession (line 39) | public void initiateSession(ContactId contact) { FILE: RI/src/com/gsma/rcs/ri/extension/streaming/StreamingSessionList.java class StreamingSessionList (line 38) | public class StreamingSessionList extends MultimediaSessionList { method displaySession (line 49) | public void displaySession(int position) { method updateList (line 65) | public void updateList() { FILE: RI/src/com/gsma/rcs/ri/extension/streaming/StreamingSessionUtils.java class StreamingSessionUtils (line 26) | public class StreamingSessionUtils { FILE: RI/src/com/gsma/rcs/ri/extension/streaming/StreamingSessionView.java class StreamingSessionView (line 66) | public class StreamingSessionView extends RcsActivity { method onCreate (line 137) | @Override method onDestroy (line 168) | @Override method acceptInvitation (line 183) | private void acceptInvitation() { method rejectInvitation (line 195) | private void rejectInvitation() { method initialiseStreamingSession (line 203) | private void initialiseStreamingSession(Intent intent) { method startSession (line 264) | private void startSession() { method showProgressDialog (line 276) | private void showProgressDialog() { method hideProgressDialog (line 287) | private void hideProgressDialog() { method quitSession (line 294) | private void quitSession() { method onKeyDown (line 309) | @Override method onCreateOptionsMenu (line 338) | @Override method onOptionsItemSelected (line 345) | @Override method initialize (line 355) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/intents/TestIntentApps.java class TestIntentApps (line 37) | public class TestIntentApps extends RcsActivity { method onCreate (line 39) | @Override method onClick (line 65) | public void onClick(View v) { FILE: RI/src/com/gsma/rcs/ri/messaging/GroupDeliveryInfoList.java class GroupDeliveryInfoList (line 43) | public class GroupDeliveryInfoList extends FragmentActivity implements method onCreate (line 84) | @Override method startActivity (line 110) | public static void startActivity(Context context, String messageId) { method onCreateLoader (line 116) | @Override method onLoadFinished (line 128) | @Override method onLoaderReset (line 145) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/GroupTalkView.java class GroupTalkView (line 108) | public class GroupTalkView extends RcsFragmentActivity implements type GroupChatMode (line 149) | private enum GroupChatMode { method onCreate (line 175) | @Override method initialize (line 201) | private void initialize() throws RcsServiceNotAvailableException, RcsG... method processIntent (line 401) | private boolean processIntent(Intent intent) { method setCursorLoader (line 493) | private void setCursorLoader(boolean firstLoad) { method onDestroy (line 505) | @Override method onResume (line 520) | @Override method onNewIntent (line 543) | @Override method onPause (line 551) | @Override method onActivityResult (line 571) | @Override method onCreateContextMenu (line 590) | @Override method onContextItemSelected (line 636) | @Override method markFileTransferAsRead (line 694) | private void markFileTransferAsRead(Cursor cursor, String ftId) { method updateGroupChatViewTitle (line 722) | private void updateGroupChatViewTitle(String subject) { method onCreateLoader (line 728) | @Override method onLoadFinished (line 737) | @Override method onLoaderReset (line 768) | @Override method displayAcceptRejectDialog (line 782) | private void displayAcceptRejectDialog(ContactId remote) { method getSetOfParticipants (line 822) | private Set getSetOfParticipants(Map result); method isUnread (line 104) | private boolean isUnread(int providerId, RcsService.Direction dir, method queryHistoryLogAndRefreshView (line 137) | Collection queryHistoryLogAndRefreshView() { FILE: RI/src/com/gsma/rcs/ri/messaging/TestMessagingApi.java class TestMessagingApi (line 38) | public class TestMessagingApi extends ListActivity { method onCreate (line 39) | @Override method onListItemClick (line 57) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/BasicViewHolder.java class BasicViewHolder (line 32) | public class BasicViewHolder { method BasicViewHolder (line 51) | public BasicViewHolder(View base, Cursor cursor) { method getStatusText (line 67) | public TextView getStatusText() { method getTimestampText (line 71) | public TextView getTimestampText() { method getContactText (line 75) | public TextView getContactText() { method getColumnDirectionIdx (line 79) | public int getColumnDirectionIdx() { method getColumnTimestampIdx (line 83) | public int getColumnTimestampIdx() { method getColumnStatusIdx (line 87) | public int getColumnStatusIdx() { method getColumnMimetypeIdx (line 91) | public int getColumnMimetypeIdx() { method getColumnReasonCodeIdx (line 95) | public int getColumnReasonCodeIdx() { method getColumnContactIdx (line 99) | public int getColumnContactIdx() { method getColumnReadStatusIdx (line 103) | public int getColumnReadStatusIdx() { method getColumnIdIdx (line 107) | public int getColumnIdIdx() { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/GroupDeliveryInfoCursorAdapter.java class GroupDeliveryInfoCursorAdapter (line 41) | public class GroupDeliveryInfoCursorAdapter extends CursorAdapter { method GroupDeliveryInfoCursorAdapter (line 55) | public GroupDeliveryInfoCursorAdapter(Context context) { method newView (line 61) | @Override method bindView (line 69) | @Override class ViewHolder (line 122) | private class ViewHolder { method ViewHolder (line 149) | ViewHolder(View base, Cursor cursor) { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/RcsChatInViewHolder.java class RcsChatInViewHolder (line 33) | public class RcsChatInViewHolder extends BasicViewHolder { method RcsChatInViewHolder (line 39) | public RcsChatInViewHolder(View view, Cursor cursor) { method getContentText (line 47) | public TextView getContentText() { method getColumnContentIdx (line 51) | public int getColumnContentIdx() { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/RcsChatOutViewHolder.java class RcsChatOutViewHolder (line 26) | public class RcsChatOutViewHolder extends RcsChatInViewHolder { method RcsChatOutViewHolder (line 29) | public RcsChatOutViewHolder(View view, Cursor cursor) { method getColumnExpiredDeliveryIdx (line 35) | public int getColumnExpiredDeliveryIdx() { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/RcsFileTransferInViewHolder.java class RcsFileTransferInViewHolder (line 35) | public class RcsFileTransferInViewHolder extends BasicViewHolder { method RcsFileTransferInViewHolder (line 51) | RcsFileTransferInViewHolder(View base, Cursor cursor) { method getColumnContentIdx (line 64) | public int getColumnContentIdx() { method getProgressText (line 68) | public TextView getProgressText() { method getFileImageView (line 72) | public ImageView getFileImageView() { method getColumnFilenameIdx (line 76) | public int getColumnFilenameIdx() { method getColumnFilesizeIdx (line 80) | public int getColumnFilesizeIdx() { method getColumnTransferredIdx (line 84) | public int getColumnTransferredIdx() { method getColumnContactIdx (line 88) | public int getColumnContactIdx() { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/RcsFileTransferOutViewHolder.java class RcsFileTransferOutViewHolder (line 30) | public class RcsFileTransferOutViewHolder extends RcsFileTransferInViewH... method RcsFileTransferOutViewHolder (line 39) | RcsFileTransferOutViewHolder(View base, Cursor cursor) { method getColumnExpiredDeliveryIdx (line 45) | public int getColumnExpiredDeliveryIdx() { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/TalkCursorAdapter.java class TalkCursorAdapter (line 76) | public class TalkCursorAdapter extends CursorAdapter { method TalkCursorAdapter (line 106) | public TalkCursorAdapter(Activity activity, boolean singleChat, ChatSe... method newView (line 126) | @Override method bindRemoteContact (line 163) | private void bindRemoteContact(View view, Context ctx, Cursor cursor) { method bindView (line 181) | @Override method getItemViewType (line 208) | public int getItemViewType(Cursor cursor) { method getItemViewType (line 237) | @Override method getViewTypeCount (line 242) | @Override method bindRcsGroupChatEvent (line 247) | private void bindRcsGroupChatEvent(View view, Cursor cursor) { method bindRcsFileTransferOutView (line 257) | private void bindRcsFileTransferOutView(View view, Cursor cursor) { method bindRcsFileTransferInView (line 328) | private void bindRcsFileTransferInView(View view, Cursor cursor) { method markFileTransferAsRead (line 400) | private void markFileTransferAsRead(String ftId, RcsService.ReadStatus... method bindRcsChatView (line 417) | private RcsChatInViewHolder bindRcsChatView(View view, Cursor cursor) { method bindRcsChatOutView (line 435) | private void bindRcsChatOutView(View view, Cursor cursor) { method bindRcsChatInView (line 442) | private void bindRcsChatInView(View view, Cursor cursor) { method markChatMessageAsRead (line 448) | private void markChatMessageAsRead(Cursor cursor, RcsChatInViewHolder ... method getRcsFileTransferStatus (line 468) | private String getRcsFileTransferStatus(Cursor cursor, RcsFileTransfer... method getRcsChatStatus (line 481) | private String getRcsChatStatus(Cursor cursor, RcsChatInViewHolder hol... method formatGeolocation (line 501) | public static String formatGeolocation(Context context, Geoloc geoloc) { method formatMessageWithSmiley (line 517) | private CharSequence formatMessageWithSmiley(String txt) { FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/TalkListArrayAdapter.java class TalkListArrayAdapter (line 43) | public class TalkListArrayAdapter extends ArrayAdapter { method TalkListArrayAdapter (line 52) | public TalkListArrayAdapter(Context context, List m... method getView (line 59) | @Override method getItemViewType (line 75) | @Override method getViewTypeCount (line 81) | @Override method bindView (line 86) | public void bindView(View view, int position) { method bindViewGroupChat (line 111) | private void bindViewGroupChat(TalkListArrayItem item, TalkListArrayIt... method bindViewOneToOneTalk (line 115) | private void bindViewOneToOneTalk(TalkListArrayItem item, method setContent (line 128) | private void setContent(TalkListArrayItem.ViewHolder holder, String co... method setTimestamp (line 132) | private void setTimestamp(TalkListArrayItem.ViewHolder holder, long ti... method setStatus (line 139) | private void setStatus(TalkListArrayItem.ViewHolder holder, int unRead... method setContact (line 153) | private void setContact(TalkListArrayItem.ViewHolderOneToOne holder, C... FILE: RI/src/com/gsma/rcs/ri/messaging/adapter/TalkListArrayItem.java class TalkListArrayItem (line 32) | public class TalkListArrayItem implements Comparable { method TalkListArrayItem (line 54) | public TalkListArrayItem(String chatId, ContactId contact, long timest... method getTimestamp (line 65) | public long getTimestamp() { method getDirection (line 69) | public RcsService.Direction getDirection() { method getContact (line 73) | public ContactId getContact() { method setContent (line 77) | public void setContent(String content) { method getContent (line 81) | public String getContent() { method getMimeType (line 85) | public String getMimeType() { method getChatId (line 89) | public String getChatId() { method getSubject (line 93) | public String getSubject() { method setSubject (line 97) | public void setSubject(String subject) { method compareTo (line 101) | @Override method getUnreadCount (line 109) | public int getUnreadCount() { method incrementUnreadCount (line 113) | public void incrementUnreadCount() { method isGroupChat (line 117) | public boolean isGroupChat() { class ViewHolder (line 121) | static public class ViewHolder { method ViewHolder (line 128) | ViewHolder(View view) { method getStatusText (line 135) | public TextView getStatusText() { method getTimestampText (line 139) | public TextView getTimestampText() { method getContentText (line 143) | public TextView getContentText() { method getAvatarImage (line 147) | public ImageView getAvatarImage() { class ViewHolderOneToOne (line 153) | static public class ViewHolderOneToOne extends ViewHolder { method ViewHolderOneToOne (line 157) | public ViewHolderOneToOne(View view) { method getContactText (line 162) | public TextView getContactText() { class ViewHolderGroup (line 167) | static public class ViewHolderGroup extends ViewHolder { method ViewHolderGroup (line 171) | public ViewHolderGroup(View view) { method getSubjectText (line 176) | public TextView getSubjectText() { FILE: RI/src/com/gsma/rcs/ri/messaging/chat/ChatCursorObserver.java class ChatCursorObserver (line 31) | public class ChatCursorObserver extends ContentObserver { method ChatCursorObserver (line 35) | public ChatCursorObserver(Handler handler, Loader loader) { method getLoader (line 40) | public Loader getLoader() { method deliverSelfNotifications (line 44) | @Override method onChange (line 49) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/ChatMessageDAO.java class ChatMessageDAO (line 42) | public class ChatMessageDAO { method getStatus (line 61) | public Message.Content.Status getStatus() { method getChatEvent (line 65) | public Message.GroupChatEvent.Status getChatEvent() { method getReadStatus (line 69) | public ReadStatus getReadStatus() { method getTimestampSent (line 73) | public long getTimestampSent() { method getTimestampDelivered (line 77) | public long getTimestampDelivered() { method getTimestampDisplayed (line 81) | public long getTimestampDisplayed() { method getContact (line 85) | public ContactId getContact() { method getChatId (line 89) | public String getChatId() { method getMimeType (line 93) | public String getMimeType() { method getDirection (line 97) | public Direction getDirection() { method getTimestamp (line 101) | public long getTimestamp() { method getContent (line 105) | public String getContent() { method getReasonCode (line 109) | public Message.Content.ReasonCode getReasonCode() { method isExpiredDelivery (line 113) | public boolean isExpiredDelivery() { method toString (line 117) | @Override method ChatMessageDAO (line 124) | private ChatMessageDAO(String msgId, ContactId contact, String chatId,... method getChatMessageDAO (line 153) | public static ChatMessageDAO getChatMessageDAO(Context ctx, String msg... FILE: RI/src/com/gsma/rcs/ri/messaging/chat/ChatMessageLogView.java class ChatMessageLogView (line 41) | public class ChatMessageLogView extends RcsActivity { method onCreate (line 61) | @Override method initialize (line 69) | private void initialize() { method getDateFromDb (line 86) | private String getDateFromDb(long timestamp) { method onResume (line 96) | @Override method startActivity (line 138) | public static void startActivity(Context context, String messageId) { FILE: RI/src/com/gsma/rcs/ri/messaging/chat/ChatPendingIntentManager.java class ChatPendingIntentManager (line 37) | public class ChatPendingIntentManager { type IForegroundInfo (line 55) | public interface IForegroundInfo { method isConversationOnForeground (line 56) | boolean isConversationOnForeground(String chatId); method ChatPendingIntentManager (line 59) | private ChatPendingIntentManager(Context ctx, IForegroundInfo foregrou... method tryContinueChatConversation (line 84) | public Integer tryContinueChatConversation(Intent continueChat, String... method postNotification (line 111) | public void postNotification(Integer id, Notification notification) { method clearNotification (line 115) | public void clearNotification(String chatId) { method getChatPendingIntentManager (line 129) | public static ChatPendingIntentManager getChatPendingIntentManager(Con... FILE: RI/src/com/gsma/rcs/ri/messaging/chat/ChatServiceConfigActivity.java class ChatServiceConfigActivity (line 43) | public class ChatServiceConfigActivity extends RcsActivity { method onCreate (line 52) | @Override method onResume (line 91) | @Override method displayChatServiceConfig (line 104) | private void displayChatServiceConfig() throws RcsServiceException { FILE: RI/src/com/gsma/rcs/ri/messaging/chat/ISendFile.java type ISendFile (line 30) | public interface ISendFile { method initialize (line 35) | void initialize(); method transferFile (line 45) | boolean transferFile(Uri file, FileTransfer.Disposition disposition, b... method addFileTransferEventListener (line 52) | void addFileTransferEventListener(FileTransferService fileTransferServ... method removeFileTransferEventListener (line 60) | void removeFileTransferEventListener(FileTransferService fileTransferS... FILE: RI/src/com/gsma/rcs/ri/messaging/chat/IsComposingManager.java class IsComposingManager (line 27) | public class IsComposingManager { method IsComposingManager (line 59) | public IsComposingManager(long timeout, INotifyComposing notifyComposi... type INotifyComposing (line 67) | public interface INotifyComposing { method setTypingStatus (line 71) | void setTypingStatus(boolean status); class ClockHandler (line 75) | private class ClockHandler extends Handler { method handleMessage (line 76) | public void handleMessage(Message msg) { method hasActivity (line 142) | public void hasActivity() { method hasNoActivity (line 157) | public void hasNoActivity() { method messageWasSent (line 164) | public void messageWasSent() { FILE: RI/src/com/gsma/rcs/ri/messaging/chat/SendFile.java class SendFile (line 58) | public abstract class SendFile extends RcsActivity implements ISendFile { method onCreate (line 87) | @Override method onDestroy (line 113) | @Override method initiateTransfer (line 125) | private void initiateTransfer() { method onActivityResult (line 136) | @Override method selectDocument (line 171) | private void selectDocument() { method displayFileInfo (line 189) | private void displayFileInfo(Intent data) { method updateProgressBar (line 205) | protected void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 211) | private void quitSession() { method onKeyDown (line 227) | @Override method onCreateOptionsMenu (line 260) | @Override method onPrepareOptionsMenu (line 267) | @Override method onOptionsItemSelected (line 274) | @Override method initialize (line 288) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/TestChatApi.java class TestChatApi (line 50) | public class TestChatApi extends RcsListActivity { method onCreate (line 56) | @Override method onListItemClick (line 73) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/group/GroupChatDAO.java class GroupChatDAO (line 40) | public class GroupChatDAO { method getState (line 60) | public GroupChat.State getState() { method getChatId (line 64) | public String getChatId() { method getParticipants (line 68) | public String getParticipants() { method getSubject (line 72) | public String getSubject() { method getDirection (line 76) | public Direction getDirection() { method getTimestamp (line 80) | public long getTimestamp() { method getReasonCode (line 84) | public GroupChat.ReasonCode getReasonCode() { method getContact (line 88) | public ContactId getContact() { method GroupChatDAO (line 92) | private GroupChatDAO(String chatId, ContactId contact, Direction direc... method toString (line 104) | @Override method getGroupChatDao (line 117) | public static GroupChatDAO getGroupChatDao(Context ctx, String chatId) { method isGroupChat (line 166) | public static boolean isGroupChat(String chatId, ContactId contact) { FILE: RI/src/com/gsma/rcs/ri/messaging/chat/group/GroupChatIntentService.java class GroupChatIntentService (line 47) | public class GroupChatIntentService extends IntentService { method GroupChatIntentService (line 57) | public GroupChatIntentService() { method onCreate (line 61) | @Override method onStartCommand (line 67) | @Override method onHandleIntent (line 75) | @Override method handleNewGroupChatInvitation (line 113) | private void handleNewGroupChatInvitation(Intent invitation, String ch... method handleNewGroupChatMessage (line 134) | private void handleNewGroupChatMessage(Intent newGroupChatMessage, Str... method forwardGCMessage2UI (line 148) | private void forwardGCMessage2UI(Intent newGroupChatMessage, ChatMessa... method forwardGCInvitation2UI (line 182) | private void forwardGCInvitation2UI(Intent invitation, String chatId, ... method buildNotification (line 218) | private Notification buildNotification(PendingIntent invitation, Strin... FILE: RI/src/com/gsma/rcs/ri/messaging/chat/group/GroupChatInvitationReceiver.java class GroupChatInvitationReceiver (line 30) | public class GroupChatInvitationReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/group/GroupChatMessageReceiver.java class GroupChatMessageReceiver (line 30) | public class GroupChatMessageReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/group/InitiateGroupChat.java class InitiateGroupChat (line 52) | public class InitiateGroupChat extends RcsActivity implements OnItemClic... method onCreate (line 62) | @Override method onClick (line 122) | public void onClick(View v) { method onItemClick (line 132) | public void onItemClick(AdapterView adapterView, View view, int pos... FILE: RI/src/com/gsma/rcs/ri/messaging/chat/group/SendGroupFile.java class SendGroupFile (line 48) | public class SendGroupFile extends SendFile { method onCreate (line 58) | @Override method startActivity (line 70) | public static void startActivity(Context context, String chatId) { method transferFile (line 76) | @Override method addFileTransferEventListener (line 101) | @Override method removeFileTransferEventListener (line 107) | @Override method initialize (line 113) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/single/InitiateSingleChat.java class InitiateSingleChat (line 55) | public class InitiateSingleChat extends RcsActivity { method onCreate (line 69) | @Override method onDestroy (line 89) | @Override method initialize (line 102) | private void initialize() { method getSelectedContact (line 160) | private ContactId getSelectedContact() { FILE: RI/src/com/gsma/rcs/ri/messaging/chat/single/SendSingleFile.java class SendSingleFile (line 48) | public class SendSingleFile extends SendFile { method onCreate (line 58) | @Override method startActivity (line 70) | public static void startActivity(Context context, ContactId contact) { method transferFile (line 76) | @Override method addFileTransferEventListener (line 99) | @Override method removeFileTransferEventListener (line 105) | @Override method initialize (line 111) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/single/SingleChatIntentService.java class SingleChatIntentService (line 51) | public class SingleChatIntentService extends IntentService { method SingleChatIntentService (line 67) | public SingleChatIntentService() { method onCreate (line 71) | @Override method onStartCommand (line 77) | @Override method onHandleIntent (line 84) | @Override method handleUndeliveredMessage (line 112) | private void handleUndeliveredMessage(Intent intent, String msgId) { method handleNewOneToOneChatMessage (line 131) | private void handleNewOneToOneChatMessage(Intent messageIntent, String... method forwardSingleChatMessage2UI (line 157) | private void forwardSingleChatMessage2UI(Intent messageIntent, ChatMes... method forwardUndeliveredMessage2UI (line 192) | private void forwardUndeliveredMessage2UI(Intent undeliveredMessageInt... method buildNotification (line 216) | private Notification buildNotification(PendingIntent invitation, Strin... method getUndelivered (line 237) | public static Set getUndelivered(Context ctx, ContactId contac... FILE: RI/src/com/gsma/rcs/ri/messaging/chat/single/SingleChatInvitationReceiver.java class SingleChatInvitationReceiver (line 30) | public class SingleChatInvitationReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/chat/single/UndeliveredMessageReceiver.java class UndeliveredMessageReceiver (line 30) | public class UndeliveredMessageReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/AudioMediaPlayer.java class AudioMediaPlayer (line 35) | public class AudioMediaPlayer extends MediaPlayer { method AudioMediaPlayer (line 45) | public AudioMediaPlayer(Context ctx, Uri file, IAudioPlayerListener li... method startPlay (line 55) | public void startPlay() throws IOException { method stopPlay (line 80) | public void stopPlay() { method getDuration (line 95) | public static long getDuration(Context ctx, Uri file) { type IAudioPlayerListener (line 108) | public interface IAudioPlayerListener { method onCompletion (line 112) | void onCompletion(); FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/AudioMessageRecordActivity.java class AudioMessageRecordActivity (line 49) | public class AudioMessageRecordActivity extends RcsActivity { method onCreate (line 65) | @Override method onDestroy (line 80) | @Override method deleteAudioRecord (line 92) | private boolean deleteAudioRecord(Uri file) { method onKeyDown (line 97) | @Override method displayAudioFileInfo (line 115) | private void displayAudioFileInfo() { method initialize (line 127) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/AudioRecorder.java class AudioRecorder (line 31) | public class AudioRecorder extends MediaRecorder { method AudioRecorder (line 51) | public AudioRecorder(long maxAudioDuration, IAudioMessageRecordListene... method createMediaRecorder (line 56) | private MediaRecorder createMediaRecorder() { method launchRecord (line 83) | public void launchRecord() throws IOException { method stopRecord (line 93) | public void stopRecord() { method createAudioUri (line 106) | private Uri createAudioUri() { method getFile (line 116) | public Uri getFile() { type IAudioMessageRecordListener (line 123) | public interface IAudioMessageRecordListener { method onMaxDurationReached (line 127) | void onMaxDurationReached(); method getAudioDirectory (line 135) | private String getAudioDirectory() { FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/FileTransferDAO.java class FileTransferDAO (line 41) | public class FileTransferDAO implements Parcelable { method getIconMimeType (line 67) | public String getIconMimeType() { method getState (line 71) | public FileTransfer.State getState() { method getReadStatus (line 75) | public ReadStatus getReadStatus() { method getTimestampSent (line 79) | public long getTimestampSent() { method getTimestampDelivered (line 83) | public long getTimestampDelivered() { method getTimestampDisplayed (line 87) | public long getTimestampDisplayed() { method getSizeTransferred (line 91) | public long getSizeTransferred() { method getTransferId (line 95) | public String getTransferId() { method getContact (line 99) | public ContactId getContact() { method getFile (line 103) | public Uri getFile() { method getFilename (line 107) | public String getFilename() { method getChatId (line 111) | public String getChatId() { method getMimeType (line 115) | public String getMimeType() { method getDirection (line 119) | public Direction getDirection() { method getTimestamp (line 123) | public long getTimestamp() { method getSize (line 127) | public long getSize() { method getThumbnail (line 131) | public Uri getThumbnail() { method getDisposition (line 135) | public FileTransfer.Disposition getDisposition() { method getFileExpiration (line 144) | public long getFileExpiration() { method getFileIconExpiration (line 153) | public long getFileIconExpiration() { method getReasonCode (line 157) | public FileTransfer.ReasonCode getReasonCode() { method FileTransferDAO (line 161) | private FileTransferDAO(FileTransfer.Disposition disposition, String t... method FileTransferDAO (line 197) | public FileTransferDAO(Parcel source) { method toString (line 242) | @Override method describeContents (line 250) | @Override method writeToParcel (line 255) | @Override method createFromParcel (line 302) | @Override method newArray (line 307) | @Override method getFileTransferDAO (line 320) | public static FileTransferDAO getFileTransferDAO(final Context context, method isOneToOne (line 396) | public boolean isOneToOne() { method isExpiredDelivery (line 400) | public boolean isExpiredDelivery() { FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/FileTransferIntentService.java class FileTransferIntentService (line 54) | public class FileTransferIntentService extends IntentService { method FileTransferIntentService (line 67) | public FileTransferIntentService() { method onStartCommand (line 71) | @Override method onHandleIntent (line 80) | @Override method handleFileTransferResume (line 111) | private void handleFileTransferResume(Intent intent, String transferId) { method handleFileTransferInvitation (line 125) | private void handleFileTransferInvitation(Intent intent, String transf... method forwardFileTransferInvitationToUi (line 146) | private void forwardFileTransferInvitationToUi(Intent invitation, File... method handleUndeliveredFileTransfer (line 175) | private void handleUndeliveredFileTransfer(Intent intent, String trans... method forwardUndeliveredFileTransferToUi (line 189) | private void forwardUndeliveredFileTransferToUi(Intent undeliveredInte... method buildNotification (line 214) | private Notification buildNotification(PendingIntent pendingIntent, St... method getUndelivered (line 235) | public static Set getUndelivered(Context ctx, ContactId contac... FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/FileTransferInvitationReceiver.java class FileTransferInvitationReceiver (line 30) | public class FileTransferInvitationReceiver extends BroadcastReceiver { method onReceive (line 31) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/FileTransferLogView.java class FileTransferLogView (line 41) | public class FileTransferLogView extends RcsActivity { method onCreate (line 68) | @Override method initialize (line 76) | private void initialize() { method getDateFromDb (line 101) | private String getDateFromDb(long timestamp) { method onResume (line 111) | @Override method startActivity (line 155) | public static void startActivity(Context context, String fileTransferI... FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/FileTransferResumeReceiver.java class FileTransferResumeReceiver (line 30) | public class FileTransferResumeReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/FileTransferServiceConfigActivity.java class FileTransferServiceConfigActivity (line 49) | public class FileTransferServiceConfigActivity extends RcsActivity { method onCreate (line 67) | @Override method onResume (line 164) | @Override method displayFileTransferServiceConfig (line 177) | private void displayFileTransferServiceConfig() throws RcsServiceExcep... FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/InitiateFileTransfer.java class InitiateFileTransfer (line 74) | public class InitiateFileTransfer extends RcsActivity { method onCreate (line 111) | @Override method onDestroy (line 174) | @Override method initiateTransfer (line 190) | private void initiateTransfer(ContactId remote) { method selectDocument (line 227) | private void selectDocument() { method displaySelectedFileInfo (line 251) | private void displaySelectedFileInfo() { method onActivityResult (line 264) | @Override method updateProgressBar (line 307) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 313) | private void quitSession() { method onKeyDown (line 331) | @Override method onCreateOptionsMenu (line 364) | @Override method onPrepareOptionsMenu (line 371) | @Override method onOptionsItemSelected (line 378) | @Override method displayFileExpiration (line 392) | private void displayFileExpiration(long fileExpiration) { method intitialize (line 405) | private void intitialize() { method forgeResumeIntent (line 626) | public static Intent forgeResumeIntent(Context ctx, FileTransferDAO ft... FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/ReceiveFileTransfer.java class ReceiveFileTransfer (line 89) | public class ReceiveFileTransfer extends RcsActivity { method onCreate (line 116) | @Override method onNewIntent (line 144) | @Override method onDestroy (line 150) | @Override method processIntent (line 167) | boolean processIntent(Intent intent, boolean newIntent) { method acceptInvitation (line 304) | private void acceptInvitation() { method rejectInvitation (line 315) | private void rejectInvitation() { method updateProgressBar (line 326) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 332) | private void quitSession() { method onKeyDown (line 347) | @Override method onCreateOptionsMenu (line 380) | @Override method onOptionsItemSelected (line 387) | @Override method isFileSizeExceeded (line 403) | private boolean isFileSizeExceeded(long size) { method getExternalStorageFreeSpace (line 419) | @SuppressWarnings("deprecation") type FileCapacity (line 431) | private enum FileCapacity { method isFileCapacityAcceptable (line 441) | private FileCapacity isFileCapacityAcceptable(long fileSize) { method isCapacityOk (line 459) | private boolean isCapacityOk(long fileSize) { method onTransferStateChangedUpdateUI (line 482) | private void onTransferStateChangedUpdateUI(String transferId, final F... method displayTransferredFile (line 531) | private void displayTransferredFile() { method onTransferProgressUpdateUI (line 560) | private void onTransferProgressUpdateUI(final long currentSize, final ... method initialize (line 568) | private void initialize() { method forgeInvitationIntent (line 722) | public static Intent forgeInvitationIntent(Context ctx, FileTransferDA... method forgeResumeIntent (line 740) | public static Intent forgeResumeIntent(Context ctx, FileTransferDAO ft... FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/TestFileTransferApi.java class TestFileTransferApi (line 36) | public class TestFileTransferApi extends ListActivity { method onCreate (line 37) | @Override method onListItemClick (line 52) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/UndeliveredFileReceiver.java class UndeliveredFileReceiver (line 30) | public class UndeliveredFileReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/multi/FileTransferProperties.java class FileTransferProperties (line 26) | public class FileTransferProperties { method FileTransferProperties (line 46) | public FileTransferProperties(Uri uri, String filename, long size, Str... method getUri (line 58) | public Uri getUri() { method isFileicon (line 67) | public boolean isFileicon() { method setFileicon (line 76) | public void setFileicon(boolean fileicon) { method getFilename (line 83) | public String getFilename() { method getStatus (line 92) | public String getStatus() { method setStatus (line 101) | public void setStatus(String status) { method getProgress (line 110) | public int getProgress() { method setProgress (line 119) | public void setProgress(int progress) { method getSize (line 128) | public long getSize() { method getReasonCode (line 137) | public String getReasonCode() { method setReasonCode (line 146) | public void setReasonCode(String reasonCode) { method getMimeType (line 155) | public String getMimeType() { method isAudioMessage (line 164) | public boolean isAudioMessage() { method setAudioMessage (line 173) | public void setAudioMessage(boolean audioMessage) { FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/multi/ISendMultiFile.java type ISendMultiFile (line 29) | public interface ISendMultiFile { method initialize (line 34) | void initialize(); method transferFiles (line 42) | boolean transferFiles(List files); method addFileTransferEventListener (line 50) | void addFileTransferEventListener(FileTransferService fileTransferServ... method removeFileTransferEventListener (line 59) | void removeFileTransferEventListener(FileTransferService fileTransferS... method checkPermissionToSendFile (line 69) | boolean checkPermissionToSendFile(String chatId) throws RcsServiceExce... FILE: RI/src/com/gsma/rcs/ri/messaging/filetransfer/multi/SendMultiFile.java class SendMultiFile (line 71) | public abstract class SendMultiFile extends RcsActivity implements ISend... method onCreate (line 100) | @Override method parseIntent (line 157) | private boolean parseIntent(Intent intent) { method onDestroy (line 203) | @Override method initiateTransfer (line 215) | private void initiateTransfer() { method hideProgressDialog (line 259) | protected void hideProgressDialog() { method updateProgressBar (line 273) | protected void updateProgressBar(Integer position, long currentSize, l... method quitSession (line 281) | private void quitSession() { method isThereAnyOnGoingSession (line 304) | private boolean isThereAnyOnGoingSession() { method onCreateOptionsMenu (line 320) | @Override method onOptionsItemSelected (line 327) | @Override method startActivity (line 345) | public static void startActivity(Context context, Intent intent, boole... class FileTransferAdapter (line 360) | protected class FileTransferAdapter extends ArrayAdapter conta... method showContactOnMap (line 205) | public static void showContactOnMap(Context ctx, ContactId contact) { method showContactOnMap (line 218) | public static void showContactOnMap(Context ctx, ContactId contact, Ge... FILE: RI/src/com/gsma/rcs/ri/messaging/geoloc/EditGeoloc.java class EditGeoloc (line 50) | public class EditGeoloc extends RcsActivity { method onCreate (line 72) | @Override method setMyLocation (line 114) | protected void setMyLocation() { method onClick (line 136) | public void onClick(View v) { method onClick (line 163) | public void onClick(View v) { method onActivityResult (line 170) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/geoloc/SelectGeoloc.java class SelectGeoloc (line 38) | public class SelectGeoloc extends FragmentActivity implements OnMapReady... method onCreate (line 41) | @Override method onMapReady (line 51) | @Override method onMapClick (line 56) | @Override FILE: RI/src/com/gsma/rcs/ri/messaging/geoloc/ShowGeoloc.java class ShowGeoloc (line 38) | public class ShowGeoloc extends Activity { method onCreate (line 49) | @Override method onClick (line 77) | public void onClick(View v) { method ShowGeolocForContact (line 82) | public static void ShowGeolocForContact(Context ctx, ContactId contact... FILE: RI/src/com/gsma/rcs/ri/permissions/PermissionsActivity.java class PermissionsActivity (line 47) | public class PermissionsActivity extends RcsListActivity { method onCreate (line 70) | @Override method onSaveInstanceState (line 107) | @Override method onRequestPermissionsResult (line 115) | @Override method askPermissions (line 140) | private void askPermissions() { method getNotGrantedPermissions (line 156) | private Set getNotGrantedPermissions() { method displayUngrantedPermissions (line 167) | private void displayUngrantedPermissions() { FILE: RI/src/com/gsma/rcs/ri/service/RegistrationStatus.java class RegistrationStatus (line 42) | public class RegistrationStatus extends RcsActivity { method onCreate (line 50) | @Override method onDestroy (line 74) | @Override method onResume (line 86) | @Override class MyRegistrationListener (line 99) | private class MyRegistrationListener extends RcsServiceRegistrationLis... method onServiceRegistered (line 101) | public void onServiceRegistered() { method onServiceUnregistered (line 110) | public void onServiceUnregistered(RcsServiceRegistration.ReasonCode ... method displayRegistrationStatus (line 119) | private void displayRegistrationStatus(boolean status) { FILE: RI/src/com/gsma/rcs/ri/service/ServiceConfigurationActivity.java class ServiceConfigurationActivity (line 52) | public class ServiceConfigurationActivity extends RcsActivity { method getMinimumBatteryLevelFromSpinnerPosition (line 81) | private MinimumBatteryLevel getMinimumBatteryLevelFromSpinnerPosition(... method getSpinnerPositionFromMinimumBatteryLevel (line 85) | private int getSpinnerPositionFromMinimumBatteryLevel(MinimumBatteryLe... method onCreate (line 89) | @Override method onDestroy (line 193) | @Override method onResume (line 202) | @Override method displayServiceConfiguration (line 211) | private void displayServiceConfiguration() { method setDisplayName (line 236) | private void setDisplayName(String newDisplayName) { FILE: RI/src/com/gsma/rcs/ri/service/ServiceStatus.java class ServiceStatus (line 50) | public class ServiceStatus extends RcsActivity implements RcsServiceList... method onCreate (line 64) | @Override method displayServiceActivation (line 111) | private void displayServiceActivation() { method displayServiceStarted (line 120) | private void displayServiceStarted() { method onDestroy (line 129) | @Override method onServiceConnected (line 149) | public void onServiceConnected() { method onServiceDisconnected (line 160) | public void onServiceDisconnected(ReasonCode error) { method displayServiceBinding (line 170) | private void displayServiceBinding(boolean status) { method onReceive (line 178) | @Override FILE: RI/src/com/gsma/rcs/ri/service/TestServiceApi.java class TestServiceApi (line 36) | public class TestServiceApi extends ListActivity { method onCreate (line 38) | @Override method onListItemClick (line 54) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/SharingListView.java class SharingListView (line 102) | public class SharingListView extends RcsFragmentActivity implements class ViewHolder (line 154) | private class ViewHolder { method ViewHolder (line 170) | public ViewHolder(View view, Cursor cursor) { method getColumnProviderIdIdx (line 187) | public int getColumnProviderIdIdx() { method getColumnContactIdx (line 191) | public int getColumnContactIdx() { method getColumnTimestampIdx (line 195) | public int getColumnTimestampIdx() { method getColumnStatusIdx (line 199) | public int getColumnStatusIdx() { method getColumnDirectionIdx (line 203) | public int getColumnDirectionIdx() { method getTypeView (line 207) | public TextView getTypeView() { method getContactView (line 211) | public TextView getContactView() { method getDescriptionView (line 215) | public TextView getDescriptionView() { method getDateView (line 219) | public TextView getDateView() { method getDirectionIconImageView (line 223) | public ImageView getDirectionIconImageView() { method getColumnFilenameIdx (line 227) | public int getColumnFilenameIdx() { method getColumnDurationIdx (line 231) | public int getColumnDurationIdx() { method getColumnContentIdx (line 235) | public int getColumnContentIdx() { class SharingLogAdapter (line 240) | private class SharingLogAdapter extends CursorAdapter { method SharingLogAdapter (line 248) | public SharingLogAdapter(Activity activity) { method getItemViewType (line 259) | @Override method getViewTypeCount (line 264) | @Override method newView (line 269) | @Override method bindView (line 276) | @Override method onCreate (line 346) | @Override method onResume (line 354) | @Override method initialize (line 360) | private void initialize() { method onDestroy (line 452) | @Override method onCreateOptionsMenu (line 470) | @Override method onOptionsItemSelected (line 476) | @Override method onCreateContextMenu (line 537) | @Override method onContextItemSelected (line 563) | @Override method getOnItemClickListener (line 620) | private OnItemClickListener getOnItemClickListener() { method getSelectedContact (line 645) | private String getSelectedContact() { method queryHistoryLogAndRefreshView (line 657) | private void queryHistoryLogAndRefreshView() { method truncateString (line 686) | private String truncateString(String in, int maxLength) { method setProviders (line 698) | private void setProviders(TreeMap providers) { method getSelectedProviderIds (line 717) | private List getSelectedProviderIds() { method createSharingLogUri (line 733) | private Uri createSharingLogUri(List providerIds) { method setCursorLoader (line 741) | private void setCursorLoader(boolean firstLoad) { method onCreateLoader (line 751) | @Override method onLoadFinished (line 772) | @Override method onLoaderReset (line 789) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/TestSharingApi.java class TestSharingApi (line 39) | public class TestSharingApi extends ListActivity { method onCreate (line 40) | @Override method onListItemClick (line 60) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/geoloc/GeolocSharingDAO.java class GeolocSharingDAO (line 40) | public class GeolocSharingDAO { method GeolocSharingDAO (line 60) | private GeolocSharingDAO(String sharingId, ContactId contact, State st... method getSharingId (line 72) | public String getSharingId() { method getState (line 76) | public GeolocSharing.State getState() { method getContent (line 80) | public String getContent() { method getContact (line 84) | public ContactId getContact() { method getMimeType (line 88) | public String getMimeType() { method getDirection (line 92) | public Direction getDirection() { method getTimestamp (line 96) | public long getTimestamp() { method getReasonCode (line 100) | public ReasonCode getReasonCode() { method getGeolocSharing (line 111) | public static GeolocSharingDAO getGeolocSharing(Context ctx, String sh... FILE: RI/src/com/gsma/rcs/ri/sharing/geoloc/GeolocSharingIntentService.java class GeolocSharingIntentService (line 44) | public class GeolocSharingIntentService extends IntentService { method GeolocSharingIntentService (line 54) | public GeolocSharingIntentService() { method onStartCommand (line 58) | @Override method onHandleIntent (line 67) | @Override method addGeolocSharingInvitationNotification (line 115) | private void addGeolocSharingInvitationNotification(Intent invitation,... FILE: RI/src/com/gsma/rcs/ri/sharing/geoloc/GeolocSharingInvitationReceiver.java class GeolocSharingInvitationReceiver (line 30) | public class GeolocSharingInvitationReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/geoloc/GeolocSharingLogView.java class GeolocSharingLogView (line 38) | public class GeolocSharingLogView extends RcsActivity { method onCreate (line 51) | @Override method initialize (line 59) | private void initialize() { method getDateFromDb (line 69) | private String getDateFromDb(long timestamp) { method onResume (line 79) | @Override method startActivity (line 102) | public static void startActivity(Context context, String sharingId) { FILE: RI/src/com/gsma/rcs/ri/sharing/geoloc/InitiateGeolocSharing.java class InitiateGeolocSharing (line 68) | public class InitiateGeolocSharing extends RcsActivity { method onCreate (line 97) | @Override method onDestroy (line 116) | @Override method onActivityResult (line 128) | @Override method updateProgressBar (line 144) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 155) | private void quitSession() { method onKeyDown (line 170) | @Override method onCreateOptionsMenu (line 179) | @Override method onOptionsItemSelected (line 186) | @Override method initialize (line 196) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/sharing/geoloc/ReceiveGeolocSharing.java class ReceiveGeolocSharing (line 62) | public class ReceiveGeolocSharing extends RcsActivity { method onCreate (line 86) | @Override method onDestroy (line 103) | @Override method onNewIntent (line 116) | @Override method processIntent (line 123) | private void processIntent(Intent invitation) { method initiateGeolocSharing (line 129) | private void initiateGeolocSharing() { method acceptInvitation (line 165) | private void acceptInvitation() { method rejectInvitation (line 173) | private void rejectInvitation() { method updateProgressBar (line 181) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 187) | private void quitSession() { method onKeyDown (line 201) | @Override method onCreateOptionsMenu (line 210) | @Override method onOptionsItemSelected (line 217) | @Override method initialize (line 227) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/sharing/image/ImageSharingDAO.java class ImageSharingDAO (line 40) | public class ImageSharingDAO implements Parcelable { method ImageSharingDAO (line 66) | private ImageSharingDAO(String sharingId, ContactId contact, Uri file,... method ImageSharingDAO (line 87) | public ImageSharingDAO(Parcel source) { method writeToParcel (line 111) | @Override method getState (line 141) | public ImageSharing.State getState() { method getSizeTransferred (line 150) | public long getSizeTransferred() { method getSharingId (line 159) | public String getSharingId() { method getContact (line 168) | public ContactId getContact() { method getFile (line 177) | public Uri getFile() { method getFilename (line 186) | public String getFilename() { method getMimeType (line 195) | public String getMimeType() { method getDirection (line 199) | public Direction getDirection() { method getTimestamp (line 208) | public long getTimestamp() { method getSize (line 217) | public long getSize() { method getReasonCode (line 226) | public ImageSharing.ReasonCode getReasonCode() { method getImageSharingDAO (line 237) | public static ImageSharingDAO getImageSharingDAO(Context ctx, String s... method toString (line 281) | @Override method describeContents (line 288) | @Override method createFromParcel (line 297) | @Override method newArray (line 302) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/image/ImageSharingIntentService.java class ImageSharingIntentService (line 45) | public class ImageSharingIntentService extends IntentService { method ImageSharingIntentService (line 55) | public ImageSharingIntentService() { method onStartCommand (line 59) | @Override method onHandleIntent (line 67) | @Override method addImageSharingInvitationNotification (line 111) | private void addImageSharingInvitationNotification(Intent invitation, ... FILE: RI/src/com/gsma/rcs/ri/sharing/image/ImageSharingInvitationReceiver.java class ImageSharingInvitationReceiver (line 30) | public class ImageSharingInvitationReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/image/ImageSharingLogView.java class ImageSharingLogView (line 38) | public class ImageSharingLogView extends RcsActivity { method onCreate (line 53) | @Override method initialize (line 61) | private void initialize() { method getDateFromDb (line 74) | private String getDateFromDb(long timestamp) { method onResume (line 84) | @Override method startActivity (line 110) | public static void startActivity(Context context, String sharingId) { FILE: RI/src/com/gsma/rcs/ri/sharing/image/InitiateImageSharing.java class InitiateImageSharing (line 71) | public class InitiateImageSharing extends RcsActivity { method onCreate (line 104) | @Override method onDestroy (line 124) | @Override method onActivityResult (line 137) | @Override method updateProgressBar (line 155) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 166) | private void quitSession() { method onKeyDown (line 182) | @Override method onCreateOptionsMenu (line 214) | @Override method onOptionsItemSelected (line 221) | @Override method initialize (line 231) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/sharing/image/ReceiveImageSharing.java class ReceiveImageSharing (line 62) | public class ReceiveImageSharing extends RcsActivity { method onCreate (line 87) | @Override method onDestroy (line 103) | @Override method onNewIntent (line 116) | @Override method processIntent (line 123) | private void processIntent(Intent invitation) { method initiateImageSharing (line 129) | private void initiateImageSharing() { method acceptInvitation (line 168) | private void acceptInvitation() { method rejectInvitation (line 176) | private void rejectInvitation() { method updateProgressBar (line 184) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 190) | private void quitSession() { method onKeyDown (line 205) | @Override method onCreateOptionsMenu (line 237) | @Override method onOptionsItemSelected (line 244) | @Override method intitialize (line 254) | private void intitialize() { FILE: RI/src/com/gsma/rcs/ri/sharing/video/IncomingVideoSharing.java class IncomingVideoSharing (line 67) | public class IncomingVideoSharing extends RcsActivity implements VideoPl... method onCreate (line 119) | @Override method onDestroy (line 177) | @Override method onSaveInstanceState (line 204) | @Override method startOrRestartVideoSharing (line 211) | private void startOrRestartVideoSharing() { method showReceiveNotification (line 240) | private void showReceiveNotification(String from) { method acceptInvitation (line 254) | private void acceptInvitation() { method rejectInvitation (line 266) | private void rejectInvitation() { method quitSession (line 278) | private void quitSession() { method onKeyDown (line 293) | @Override method onCreateOptionsMenu (line 325) | @Override method onOptionsItemSelected (line 332) | @Override method displayVideoFormat (line 342) | private void displayVideoFormat() { method onPlayerOpened (line 358) | @Override method onPlayerStarted (line 365) | @Override method onPlayerStopped (line 372) | @Override method onPlayerClosed (line 379) | @Override method onPlayerError (line 386) | @Override method onPlayerResized (line 394) | @Override method initialize (line 405) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/sharing/video/OutgoingVideoSharing.java class OutgoingVideoSharing (line 87) | public class OutgoingVideoSharing extends RcsActivity implements VideoPl... method onCreate (line 203) | @Override method onSaveInstanceState (line 345) | @Override method onDestroy (line 357) | @Override method onClick (line 377) | public void onClick(View v) { method onClick (line 398) | public void onClick(View v) { method onClick (line 455) | public void onClick(View v) { method quitSession (line 461) | private void quitSession() { method onKeyDown (line 479) | @Override method onCreateOptionsMenu (line 514) | @Override method onOptionsItemSelected (line 521) | @Override method openCamera (line 536) | private synchronized void openCamera() { method closeCamera (line 558) | private synchronized void closeCamera() { method switchCamera (line 578) | private synchronized void switchCamera() { method checkCameraSize (line 599) | boolean checkCameraSize(CameraOptions cameraId) { method startCameraPreview (line 639) | private void startCameraPreview() { method getCameraOpenMethod (line 760) | private Method getCameraOpenMethod() { method openCamera (line 780) | private void openCamera(CameraOptions cameraId) { method getCameraNumberOfCamerasMethod (line 820) | private Method getCameraNumberOfCamerasMethod() { method getNumberOfCameras (line 838) | private int getNumberOfCameras() { method onStateChanged (line 857) | @Override method onDeleted (line 933) | @Override method onPlayerOpened (line 946) | public void onPlayerOpened() { method onPlayerStarted (line 955) | public void onPlayerStarted() { method onPlayerStopped (line 964) | public void onPlayerStopped() { method onPlayerClosed (line 973) | public void onPlayerClosed() { method onPlayerError (line 982) | public void onPlayerError() { method onPlayerResized (line 992) | public void onPlayerResized(int width, int height) { method isPreviewSizeSupported (line 1007) | private boolean isPreviewSizeSupported(Parameters parameters, int widt... method surfaceCreated (line 1018) | @Override method surfaceChanged (line 1023) | @Override method surfaceDestroyed (line 1028) | @Override method run (line 1040) | @Override method displayVideoFormat (line 1061) | private void displayVideoFormat() { method displayRemoteContact (line 1077) | private void displayRemoteContact() { FILE: RI/src/com/gsma/rcs/ri/sharing/video/VideoSharingDAO.java class VideoSharingDAO (line 41) | public class VideoSharingDAO implements Parcelable { method VideoSharingDAO (line 65) | private VideoSharingDAO(String sharingId, ContactId contact, VideoShar... method VideoSharingDAO (line 85) | public VideoSharingDAO(Parcel source) { method getState (line 108) | public VideoSharing.State getState() { method getReasonCode (line 117) | public VideoSharing.ReasonCode getReasonCode() { method getSharingId (line 126) | public String getSharingId() { method getContact (line 135) | public ContactId getContact() { method getDirection (line 139) | public Direction getDirection() { method getTimestamp (line 148) | public long getTimestamp() { method getDuration (line 157) | public long getDuration() { method getHeight (line 166) | public int getHeight() { method getWidth (line 175) | public int getWidth() { method getVideoEncoding (line 184) | public String getVideoEncoding() { method toString (line 188) | @Override method describeContents (line 194) | @Override method writeToParcel (line 199) | @Override method createFromParcel (line 222) | @Override method newArray (line 227) | @Override method getVideoSharingDAO (line 240) | public static VideoSharingDAO getVideoSharingDAO(Context context, Stri... FILE: RI/src/com/gsma/rcs/ri/sharing/video/VideoSharingIntentService.java class VideoSharingIntentService (line 44) | public class VideoSharingIntentService extends IntentService { method VideoSharingIntentService (line 54) | public VideoSharingIntentService() { method onStartCommand (line 58) | @Override method onHandleIntent (line 66) | @Override method addVideoSharingInvitationNotification (line 113) | public void addVideoSharingInvitationNotification(Intent invitation, V... FILE: RI/src/com/gsma/rcs/ri/sharing/video/VideoSharingInvitationReceiver.java class VideoSharingInvitationReceiver (line 30) | public class VideoSharingInvitationReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: RI/src/com/gsma/rcs/ri/sharing/video/VideoSharingLogView.java class VideoSharingLogView (line 39) | public class VideoSharingLogView extends RcsActivity { method onCreate (line 53) | @Override method initialize (line 61) | private void initialize() { method getDateFromDb (line 73) | private String getDateFromDb(long timestamp) { method onResume (line 83) | @Override method startActivity (line 108) | public static void startActivity(Context context, String sharingId) { FILE: RI/src/com/gsma/rcs/ri/sharing/video/media/FifoBuffer.java class FifoBuffer (line 28) | public class FifoBuffer { method addObject (line 44) | public synchronized void addObject(Object obj) { method getObject (line 55) | public synchronized Object getObject() { method getObject (line 80) | public synchronized Object getObject(int timeout) { method close (line 101) | public synchronized void close() { method size (line 111) | public int size() { method clean (line 120) | public void clean(int size) { FILE: RI/src/com/gsma/rcs/ri/sharing/video/media/OriginatingVideoPlayer.java class OriginatingVideoPlayer (line 54) | public class OriginatingVideoPlayer extends VideoPlayer implements Camer... method OriginatingVideoPlayer (line 159) | public OriginatingVideoPlayer(VideoPlayerListener eventListener) { method setRemoteInfo (line 184) | public void setRemoteInfo(VideoCodec codec, String remoteHost, int rem... method getLocalRtpPort (line 202) | public int getLocalRtpPort() { method getSupportedCodecs (line 211) | public VideoCodec[] getSupportedCodecs() { method getCodec (line 222) | public VideoCodec getCodec() { method open (line 229) | public synchronized void open() { method close (line 289) | public synchronized void close() { method start (line 313) | public synchronized void start() { method stop (line 348) | public synchronized void stop() { method reservePort (line 373) | private void reservePort(int port) { method releasePort (line 388) | private void releasePort() { method getVideoStartTime (line 403) | public long getVideoStartTime() { method initNAL (line 412) | private boolean initNAL() { method initOneNAL (line 425) | private boolean initOneNAL() { method getVideoWidth (line 445) | public int getVideoWidth() { method getVideoHeight (line 458) | public int getVideoHeight() { method setOrientationHeaderId (line 471) | public void setOrientationHeaderId(int headerId) { method setOrientation (line 480) | public void setOrientation(Orientation orientation) { method setCameraId (line 489) | public void setCameraId(int cameraId) { method setMirroring (line 498) | public void setMirroring(boolean mirroring) { method rtpStreamAborted (line 505) | public void rtpStreamAborted() { method onPreviewFrame (line 516) | public void onPreviewFrame(byte[] data, Camera camera) { method encode (line 528) | private void encode(byte[] data) { class FrameProcess (line 569) | private class FrameProcess extends Thread { method FrameProcess (line 581) | public FrameProcess(int framerate) { method run (line 586) | @Override class FrameBuffer (line 613) | private class FrameBuffer { method getData (line 639) | public synchronized byte[] getData() { method setData (line 648) | public synchronized void setData(byte[] data) { class MediaRtpInput (line 661) | private static class MediaRtpInput implements MediaInput { method MediaRtpInput (line 670) | public MediaRtpInput() { method addFrame (line 681) | public void addFrame(byte[] data, long timestamp, VideoOrientation v... method addFrame (line 695) | public void addFrame(byte[] data, long timestamp) { method open (line 702) | public void open() { method close (line 709) | public void close() { method readSample (line 722) | public VideoSample readSample() throws MediaException { FILE: RI/src/com/gsma/rcs/ri/sharing/video/media/TerminatingVideoPlayer.java class TerminatingVideoPlayer (line 55) | public class TerminatingVideoPlayer extends VideoPlayer implements RtpSt... method TerminatingVideoPlayer (line 115) | public TerminatingVideoPlayer(VideoSurfaceView surface, VideoPlayerLis... method setRemoteInfo (line 143) | public void setRemoteInfo(VideoCodec codec, String remoteHost, int rem... method getSupportedCodecs (line 161) | public VideoCodec[] getSupportedCodecs() { method getCodec (line 172) | public VideoCodec getCodec() { method open (line 179) | public synchronized void open() { method close (line 218) | public synchronized void close() { method start (line 244) | public synchronized void start() { method stop (line 267) | public synchronized void stop() { method getVideoStartTime (line 299) | public long getVideoStartTime() { method getLocalRtpPort (line 308) | public int getLocalRtpPort() { method reservePort (line 317) | private void reservePort(int port) { method releasePort (line 331) | private void releasePort() { method isOpened (line 346) | public boolean isOpened() { method isStarted (line 355) | public boolean isStarted() { method rtpStreamAborted (line 362) | public void rtpStreamAborted() { method setOrientation (line 371) | public void setOrientation(int orientation) { class MediaRtpOutput (line 378) | private class MediaRtpOutput implements MediaOutput { method MediaRtpOutput (line 398) | public MediaRtpOutput() { method open (line 406) | public void open() { method close (line 413) | public void close() { method writeSample (line 421) | public void writeSample(MediaSample sample) { method setSurface (line 457) | public void setSurface(VideoSurface surface) { FILE: RI/src/com/gsma/rcs/ri/sharing/video/media/VideoPlayerListener.java type VideoPlayerListener (line 26) | public interface VideoPlayerListener { method onPlayerOpened (line 30) | public void onPlayerOpened(); method onPlayerStarted (line 35) | public void onPlayerStarted(); method onPlayerStopped (line 40) | public void onPlayerStopped(); method onPlayerClosed (line 45) | public void onPlayerClosed(); method onPlayerError (line 50) | public void onPlayerError(); method onPlayerResized (line 55) | public void onPlayerResized(int width, int height); FILE: RI/src/com/gsma/rcs/ri/sharing/video/media/VideoSurface.java type VideoSurface (line 28) | public interface VideoSurface { method setImage (line 34) | public void setImage(Bitmap bmp); method clearImage (line 39) | public void clearImage(); FILE: RI/src/com/gsma/rcs/ri/sharing/video/media/VideoSurfaceView.java class VideoSurfaceView (line 33) | public class VideoSurfaceView extends SurfaceView implements VideoSurface { method VideoSurfaceView (line 59) | public VideoSurfaceView(Context context) { method VideoSurfaceView (line 71) | public VideoSurfaceView(Context context, AttributeSet attrs) { method VideoSurfaceView (line 84) | public VideoSurfaceView(Context context, AttributeSet attrs, int defSt... method setAspectRatio (line 96) | public void setAspectRatio(int width, int height) { method setAspectRatio (line 105) | public void setAspectRatio(float ratio) { method onMeasure (line 119) | protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method setImage (line 149) | public void setImage(Bitmap bmp) { method clearImage (line 169) | public void clearImage() { method init (line 190) | private void init() { method surfaceChanged (line 200) | public void surfaceChanged(SurfaceHolder _holder, int format, int w, i... method surfaceCreated (line 203) | public void surfaceCreated(SurfaceHolder _holder) { method surfaceDestroyed (line 207) | public void surfaceDestroyed(SurfaceHolder _holder) { FILE: RI/src/com/gsma/rcs/ri/upload/InitiateFileUpload.java class InitiateFileUpload (line 57) | public class InitiateFileUpload extends RcsActivity { method onCreate (line 98) | @Override method onDestroy (line 136) | @Override method onActivityResult (line 149) | @Override class MyFileUploadListener (line 170) | private class MyFileUploadListener extends FileUploadListener { method onStateChanged (line 177) | @Override method onProgressUpdate (line 219) | @Override method onUploaded (line 228) | @Override method updateProgressBar (line 239) | private void updateProgressBar(long currentSize, long totalSize) { method quitSession (line 247) | private void quitSession() { method onKeyDown (line 261) | @Override method initialize (line 270) | private void initialize() { FILE: RI/src/com/gsma/rcs/ri/utils/AndroidDatagramConnection.java class AndroidDatagramConnection (line 31) | public class AndroidDatagramConnection implements DatagramConnection { method AndroidDatagramConnection (line 50) | public AndroidDatagramConnection() { method AndroidDatagramConnection (line 60) | public AndroidDatagramConnection(int timeout) { method open (line 70) | public void open() throws IOException { method open (line 81) | public void open(int port) throws IOException { method close (line 91) | public void close() throws IOException { method receive (line 104) | public byte[] receive() throws IOException { method send (line 126) | public void send(String remoteAddr, int remotePort, byte[] data) throw... method getLocalAddress (line 146) | public String getLocalAddress() throws IOException { method getLocalPort (line 160) | public int getLocalPort() throws IOException { FILE: RI/src/com/gsma/rcs/ri/utils/BitmapCache.java class BitmapCache (line 26) | public class BitmapCache { method BitmapCache (line 31) | private BitmapCache() { method getInstance (line 57) | public static BitmapCache getInstance() { method getMemoryCache (line 69) | public LruCache getMemoryCache() { FILE: RI/src/com/gsma/rcs/ri/utils/BitmapLoader.java class BitmapLoader (line 32) | public abstract class BitmapLoader extends AsyncTask mem... method onPostExecute (line 52) | @Override type SetViewCallback (line 65) | public interface SetViewCallback { method loadView (line 66) | void loadView(final BitmapCacheInfo cacheInfo); class BitmapCacheInfo (line 75) | public class BitmapCacheInfo { method BitmapCacheInfo (line 79) | public BitmapCacheInfo(String filename, Bitmap bitmap) { method getBitmap (line 84) | public Bitmap getBitmap() { method getFilename (line 88) | public String getFilename() { FILE: RI/src/com/gsma/rcs/ri/utils/ContactListAdapter.java class ContactListAdapter (line 50) | public class ContactListAdapter extends CursorAdapter { method createContactListAdapter (line 72) | public static ContactListAdapter createContactListAdapter(Context cont... method createContactListAdapter (line 84) | public static ContactListAdapter createContactListAdapter(Context cont... method createRcsContactListAdapter (line 136) | public static ContactListAdapter createRcsContactListAdapter(Context c... method ContactListAdapter (line 205) | private ContactListAdapter(Context context, Cursor c) { method newView (line 209) | @Override method newDropDownView (line 217) | @Override method bindView (line 226) | @Override method formatText (line 243) | private String formatText(Context context, Cursor c, ViewHolder holder) { class ViewHolder (line 280) | private class ViewHolder { method ViewHolder (line 294) | ViewHolder(Cursor cursor) { method getSelectedNumber (line 310) | public String getSelectedNumber(View view) { FILE: RI/src/com/gsma/rcs/ri/utils/ContactUtil.java class ContactUtil (line 30) | public class ContactUtil { method formatContact (line 41) | public static ContactId formatContact(String contact) { method isValidContact (line 67) | public static boolean isValidContact(String number) { FILE: RI/src/com/gsma/rcs/ri/utils/DatagramConnection.java type DatagramConnection (line 28) | public interface DatagramConnection { method open (line 39) | void open() throws IOException; method open (line 47) | void open(int port) throws IOException; method close (line 54) | void close() throws IOException; method send (line 64) | void send(String remoteAddr, int remotePort, byte[] data) throws IOExc... method receive (line 72) | byte[] receive() throws IOException; method getLocalAddress (line 80) | String getLocalAddress() throws IOException; method getLocalPort (line 88) | int getLocalPort() throws IOException; FILE: RI/src/com/gsma/rcs/ri/utils/FileUtils.java class FileUtils (line 41) | public class FileUtils { method getPath (line 49) | public static String getPath(final Context context, final Uri uri) { method getDataColumn (line 118) | private static String getDataColumn(Context context, Uri uri, String s... method isExternalStorageDocument (line 141) | private static boolean isExternalStorageDocument(Uri uri) { method isDownloadsDocument (line 149) | private static boolean isDownloadsDocument(Uri uri) { method isMediaDocument (line 157) | private static boolean isMediaDocument(Uri uri) { method isGooglePhotosUri (line 165) | private static boolean isGooglePhotosUri(Uri uri) { method getFileName (line 176) | public static String getFileName(Context context, Uri file) { method getFileSize (line 214) | public static long getFileSize(Context ctx, Uri file) throws IllegalAr... method getMimeTypeFromFile (line 245) | private static String getMimeTypeFromFile(Context ctx, Uri file) { method getMimeType (line 266) | public static String getMimeType(Context ctx, Uri file) { method forgeIntentToOpenFile (line 301) | private static Intent forgeIntentToOpenFile() { method openFile (line 319) | public static void openFile(Activity activity, String mimeType, int ac... method openFiles (line 325) | public static void openFiles(Activity activity, String[] mimeTypes, in... method takePersistableContentUriPermission (line 342) | public static void takePersistableContentUriPermission(Context context... method humanReadableByteCount (line 360) | public static String humanReadableByteCount(long bytes, boolean si) { FILE: RI/src/com/gsma/rcs/ri/utils/ImageBitmapLoader.java class ImageBitmapLoader (line 34) | public class ImageBitmapLoader extends BitmapLoader { method ImageBitmapLoader (line 43) | public ImageBitmapLoader(Context ctx, LruCache getSchemes() { method getDomainSuffixes (line 107) | public TrieNode getDomainSuffixes() { method getSmileys (line 111) | public TrieNode getSmileys() { method getAcronyms (line 115) | public TrieNode getAcronyms() { method showSmileyDialog (line 128) | public static AlertDialog showSmileyDialog(Context context, final Edit... FILE: RI/src/com/gsma/rcs/ri/utils/Utils.java class Utils (line 40) | public class Utils { method getUniqueIdForPendingIntent (line 49) | public static int getUniqueIdForPendingIntent() { method displayToast (line 59) | public static void displayToast(Context ctx, String message) { method displayLongToast (line 69) | public static void displayLongToast(Context ctx, String message) { method showPicture (line 79) | public static void showPicture(final Activity activity, Uri uri) { method isImageType (line 92) | public static boolean isImageType(String mime) { method isAudioType (line 102) | public static boolean isAudioType(String mime) { method isVideoType (line 112) | public static boolean isVideoType(String mime) { method playAudio (line 122) | public static void playAudio(final Activity activity, Uri uri) { method showList (line 137) | public static AlertDialog showList(Activity activity, String title, Se... method getProgressLabel (line 154) | public static String getProgressLabel(long currentSize, long totalSize) { FILE: core/src/com/gsma/rcs/addressbook/AccountChangedReceiver.java class AccountChangedReceiver (line 46) | public class AccountChangedReceiver extends BroadcastReceiver { method onReceive (line 54) | @Override method isAccountResetByEndUser (line 119) | public static boolean isAccountResetByEndUser() { method setAccountResetByEndUser (line 129) | public static void setAccountResetByEndUser(boolean value) { FILE: core/src/com/gsma/rcs/addressbook/AddressBookEventListener.java type AddressBookEventListener (line 32) | public interface AddressBookEventListener { method handleAddressBookHasChanged (line 40) | public void handleAddressBookHasChanged() throws ContactManagerExcepti... FILE: core/src/com/gsma/rcs/addressbook/AddressBookManager.java class AddressBookManager (line 54) | public class AddressBookManager { method AddressBookManager (line 101) | public AddressBookManager(ContentResolver contentResolver, ContactMana... method start (line 112) | public void start() { method stop (line 135) | public void stop() { method addAddressBookListener (line 157) | public void addAddressBookListener(AddressBookEventListener listener) { method removeAddressBookListener (line 166) | public void removeAddressBookListener(AddressBookEventListener listene... method removeAllAddressBookListeners (line 173) | public void removeAllAddressBookListeners() { class ContactsContractObserver (line 180) | private class ContactsContractObserver extends ContentObserver { method ContactsContractObserver (line 182) | public ContactsContractObserver(Handler handler) { method onChange (line 186) | @Override class CheckHandler (line 205) | private class CheckHandler extends Handler { method handleMessage (line 210) | @Override FILE: core/src/com/gsma/rcs/addressbook/AuthenticationService.java class AuthenticationService (line 41) | public class AuthenticationService extends Service { method onCreate (line 50) | @Override method onBind (line 58) | @Override class RcsContactsAccountAuthenticator (line 72) | final static class RcsContactsAccountAuthenticator extends AbstractAcc... method RcsContactsAccountAuthenticator (line 75) | public RcsContactsAccountAuthenticator(Context context) { method addAccount (line 83) | @Override method editProperties (line 102) | @Override method confirmCredentials (line 110) | @Override method getAuthToken (line 119) | @Override method getAuthTokenLabel (line 128) | @Override method updateCredentials (line 136) | @Override method hasFeatures (line 145) | @Override FILE: core/src/com/gsma/rcs/addressbook/LocaleManager.java class LocaleManager (line 42) | public class LocaleManager { method LocaleManager (line 62) | public LocaleManager(Context ctx, Core core, RcsSettings rcsSettings, method start (line 74) | public void start() { method stop (line 89) | public void stop() { class LocaleUpdater (line 97) | private class LocaleUpdater implements Runnable { method run (line 99) | @Override class LocaleChangedReceiver (line 120) | private class LocaleChangedReceiver extends BroadcastReceiver { method onReceive (line 122) | @Override FILE: core/src/com/gsma/rcs/addressbook/RcsAccountException.java class RcsAccountException (line 28) | public class RcsAccountException extends Exception { method RcsAccountException (line 36) | public RcsAccountException(String message) { method RcsAccountException (line 48) | public RcsAccountException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/addressbook/RcsAccountManager.java class RcsAccountManager (line 42) | public class RcsAccountManager { method RcsAccountManager (line 68) | public RcsAccountManager(Context context, ContactManager contactManage... method getInstance (line 82) | public static RcsAccountManager getInstance(Context context, ContactMa... method getAccount (line 100) | public Account getAccount(String username) { method createRcsAccount (line 116) | public void createRcsAccount(String username, boolean enableSync) thro... method isSyncEnabled (line 166) | public boolean isSyncEnabled(String username) { method removeRcsAccount (line 179) | public void removeRcsAccount(String excludeUsername) { FILE: core/src/com/gsma/rcs/addressbook/SetupRcsAccount.java class SetupRcsAccount (line 41) | public class SetupRcsAccount extends android.accounts.AccountAuthenticat... method onCreate (line 45) | public void onCreate(Bundle icicle) { FILE: core/src/com/gsma/rcs/addressbook/SyncAdapterService.java class SyncAdapterService (line 41) | public class SyncAdapterService extends Service { method onCreate (line 55) | @Override method onBind (line 63) | @Override class RcsContactsSyncAdapter (line 77) | private class RcsContactsSyncAdapter extends AbstractThreadedSyncAdapt... method RcsContactsSyncAdapter (line 79) | public RcsContactsSyncAdapter(Context context) { method onPerformSync (line 86) | @Override FILE: core/src/com/gsma/rcs/core/Core.java class Core (line 60) | public class Core { method getInstance (line 93) | public static Core getInstance() { method createCore (line 113) | public static Core createCore(Context ctx, CoreListener listener, RcsS... method terminateCore (line 137) | public synchronized static void terminateCore() throws PayloadExceptio... method Core (line 159) | private Core(Context ctx, CoreListener listener, ContentResolver conte... method initialize (line 185) | public void initialize() { method getListener (line 197) | public CoreListener getListener() { method getImsModule (line 206) | public ImsModule getImsModule() { method scheduleCoreOperation (line 213) | public void scheduleCoreOperation(Runnable task) { method isStarted (line 222) | public boolean isStarted() { method startCore (line 229) | public synchronized void startCore() { method stopCore (line 251) | private void stopCore() throws PayloadException, NetworkException, Con... method getCapabilityService (line 283) | public CapabilityService getCapabilityService() { method getRichcallService (line 292) | public RichcallService getRichcallService() { method getImService (line 301) | public InstantMessagingService getImService() { method getSipService (line 310) | public SipService getSipService() { method isStopping (line 319) | public boolean isStopping() { method setListener (line 328) | public void setListener(CoreListener listener) { FILE: core/src/com/gsma/rcs/core/CoreException.java class CoreException (line 26) | public class CoreException extends java.lang.Exception { method CoreException (line 34) | public CoreException(String error) { method CoreException (line 44) | public CoreException(String error, Exception exception) { FILE: core/src/com/gsma/rcs/core/CoreListener.java type CoreListener (line 34) | public interface CoreListener { method onCoreLayerStarted (line 38) | public void onCoreLayerStarted(); method onCoreLayerStopped (line 43) | public void onCoreLayerStopped(); method onRegistrationSuccessful (line 48) | public void onRegistrationSuccessful(); method onRegistrationFailed (line 55) | public void onRegistrationFailed(ImsError error); method onRegistrationTerminated (line 62) | public void onRegistrationTerminated(RcsServiceRegistration.ReasonCode... method onUserConfirmationRequest (line 77) | public void onUserConfirmationRequest(ContactId contact, String id, St... method onUserConfirmationAck (line 89) | public void onUserConfirmationAck(ContactId contact, String id, String... method onUserNotification (line 101) | public void onUserNotification(ContactId contact, String id, String su... method onSimChangeDetected (line 107) | public void onSimChangeDetected(); FILE: core/src/com/gsma/rcs/core/FileAccessException.java class FileAccessException (line 28) | public class FileAccessException extends Exception { method FileAccessException (line 37) | public FileAccessException(String message) { method FileAccessException (line 49) | public FileAccessException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ParseFailureException.java class ParseFailureException (line 25) | public class ParseFailureException extends Exception { method ParseFailureException (line 34) | public ParseFailureException(String message) { method ParseFailureException (line 46) | public ParseFailureException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/TerminalInfo.java class TerminalInfo (line 39) | public class TerminalInfo { method getProductName (line 77) | public static String getProductName() { method getProductVersion (line 86) | public static String getProductVersion(Context ctx) { method getProductInfo (line 107) | public static String getProductInfo() { method getClientVersion (line 121) | public static String getClientVersion(Context ctx) { method getClientVendor (line 133) | public static String getClientVendor() { method getTerminalVendor (line 142) | public static String getTerminalVendor() { method getTerminalModel (line 151) | public static String getTerminalModel() { method getTerminalSoftwareVersion (line 160) | public static String getTerminalSoftwareVersion() { method getBuildInfo (line 169) | public static String getBuildInfo() { method getClientInfo (line 182) | public static String getClientInfo() { FILE: core/src/com/gsma/rcs/core/access/MobileNetworkAccess.java class MobileNetworkAccess (line 41) | public class MobileNetworkAccess extends NetworkAccess { method MobileNetworkAccess (line 51) | public MobileNetworkAccess(RcsSettings rcsSettings) { method connect (line 65) | public void connect(String ipAddress) { method disconnect (line 85) | public void disconnect() { method getType (line 97) | public String getType() { method getNetworkName (line 118) | public String getNetworkName() { FILE: core/src/com/gsma/rcs/core/access/NetworkAccess.java class NetworkAccess (line 35) | public abstract class NetworkAccess { method NetworkAccess (line 55) | public NetworkAccess(RcsSettings rcsSettings) { method getIpAddress (line 64) | public String getIpAddress() { method getType (line 73) | public abstract String getType(); method getNetworkName (line 80) | public abstract String getNetworkName(); method connect (line 89) | public abstract void connect(String ipAddress) throws CertificateExcep... method disconnect (line 94) | public abstract void disconnect(); FILE: core/src/com/gsma/rcs/core/access/WifiNetworkAccess.java class WifiNetworkAccess (line 42) | public class WifiNetworkAccess extends NetworkAccess { method WifiNetworkAccess (line 51) | public WifiNetworkAccess(RcsSettings rcsSettings) { method connect (line 67) | public void connect(String ipAddress) throws CertificateException, IOE... method disconnect (line 87) | public void disconnect() { method getType (line 99) | public String getType() { method getNetworkName (line 112) | public String getNetworkName() { FILE: core/src/com/gsma/rcs/core/content/AudioContent.java class AudioContent (line 32) | public class AudioContent extends MmContent { method AudioContent (line 39) | public AudioContent(String encoding) { method AudioContent (line 51) | public AudioContent(Uri audioFile, String encoding, long size, String ... FILE: core/src/com/gsma/rcs/core/content/ContentManager.java class ContentManager (line 49) | public class ContentManager { method generateUriForReceivedContent (line 58) | public static Uri generateUriForReceivedContent(String fileName, Strin... method createMmContent (line 105) | public static MmContent createMmContent(Uri uri, String mime, long siz... method createLiveVideoContent (line 134) | public static LiveVideoContent createLiveVideoContent(String codec, in... method createGenericLiveVideoContent (line 146) | public static LiveVideoContent createGenericLiveVideoContent() { method createLiveVideoContentFromSdp (line 156) | public static LiveVideoContent createLiveVideoContentFromSdp(byte[] sd... method createMmContentFromSdp (line 227) | public static MmContent createMmContentFromSdp(SipRequest invite, RcsS... method getSentPhotoRootDirectory (line 256) | public static String getSentPhotoRootDirectory(RcsSettings rcsSettings) { method getSentVideoRootDirectory (line 266) | public static String getSentVideoRootDirectory(RcsSettings rcsSettings) { method getSentAudioRootDirectory (line 276) | public static String getSentAudioRootDirectory(RcsSettings rcsSettings) { method getSentFileRootDirectory (line 286) | public static String getSentFileRootDirectory(RcsSettings rcsSettings) { method generateUriForSentContent (line 298) | public static Uri generateUriForSentContent(String fileName, String mime, FILE: core/src/com/gsma/rcs/core/content/FileContent.java class FileContent (line 32) | public class FileContent extends MmContent { method FileContent (line 45) | public FileContent(Uri file, long size, String fileName) { FILE: core/src/com/gsma/rcs/core/content/GeolocContent.java class GeolocContent (line 34) | public class GeolocContent extends MmContent { method GeolocContent (line 50) | public GeolocContent(String fileName, long size, byte[] data) { method GeolocContent (line 62) | public GeolocContent(Uri geolocFile, long size, String fileName) { method getData (line 66) | public byte[] getData() { FILE: core/src/com/gsma/rcs/core/content/LiveAudioContent.java class LiveAudioContent (line 30) | public class LiveAudioContent extends AudioContent { method LiveAudioContent (line 41) | public LiveAudioContent(String encoding) { FILE: core/src/com/gsma/rcs/core/content/LiveVideoContent.java class LiveVideoContent (line 30) | public class LiveVideoContent extends VideoContent { method LiveVideoContent (line 41) | public LiveVideoContent(String encoding) { FILE: core/src/com/gsma/rcs/core/content/MmContent.java class MmContent (line 42) | public abstract class MmContent { method MmContent (line 64) | public MmContent(String encoding) { method MmContent (line 76) | public MmContent(String fileName, long size, String encoding) { method MmContent (line 90) | public MmContent(Uri file, String encoding, long size, String fileName) { method getUri (line 102) | public Uri getUri() { method setUri (line 111) | public void setUri(Uri uri) { method getSize (line 120) | public long getSize() { method getEncoding (line 129) | public String getEncoding() { method setEncoding (line 138) | public void setEncoding(String encoding) { method getCodec (line 147) | public String getCodec() { method getName (line 160) | public String getName() { method setName (line 169) | public void setName(String fileName) { method setPlayable (line 178) | public void setPlayable(boolean flag) { method isPlayable (line 187) | public boolean isPlayable() { method toString (line 196) | public String toString() { method writeData2File (line 206) | public void writeData2File(byte[] data) throws FileAccessException { method closeFile (line 223) | public void closeFile() { method deleteFile (line 236) | public void deleteFile() throws IOException { FILE: core/src/com/gsma/rcs/core/content/PhotoContent.java class PhotoContent (line 32) | public class PhotoContent extends MmContent { method PhotoContent (line 42) | public PhotoContent(Uri photoFile, String encoding, long size, String ... FILE: core/src/com/gsma/rcs/core/content/VideoContent.java class VideoContent (line 32) | public class VideoContent extends MmContent { method VideoContent (line 49) | public VideoContent(String encoding) { method VideoContent (line 61) | public VideoContent(Uri videoFile, String encoding, long size, String ... method setWidth (line 70) | public void setWidth(int width) { method getWidth (line 79) | public int getWidth() { method setHeight (line 88) | public void setHeight(int height) { method getHeight (line 97) | public int getHeight() { FILE: core/src/com/gsma/rcs/core/content/VisitCardContent.java class VisitCardContent (line 32) | public class VisitCardContent extends MmContent { method VisitCardContent (line 42) | public VisitCardContent(Uri visitCardFile, String encoding, long size,... FILE: core/src/com/gsma/rcs/core/ims/ImsError.java class ImsError (line 30) | public class ImsError extends Error { method ImsError (line 53) | public ImsError(int code) { method ImsError (line 64) | public ImsError(int code, String msg) { method ImsError (line 77) | public ImsError(int code, Throwable cause) { method getErrorCode (line 87) | public int getErrorCode() { FILE: core/src/com/gsma/rcs/core/ims/ImsModule.java class ImsModule (line 70) | public class ImsModule implements SipEventListener { method ImsModule (line 108) | public ImsModule(Core core, Context ctx, LocalContentResolver localCon... method initialize (line 146) | public void initialize() { method getSipManager (line 167) | public SipManager getSipManager() { method getCurrentNetworkInterface (line 176) | public ImsNetworkInterface getCurrentNetworkInterface() { method isConnectedToWifiAccess (line 185) | public boolean isConnectedToWifiAccess() { method isConnectedToMobileAccess (line 194) | public boolean isConnectedToMobileAccess() { method getImsConnectionManager (line 203) | public ImsConnectionManager getImsConnectionManager() { method start (line 210) | public void start() { method stop (line 230) | public void stop() throws PayloadException, NetworkException, ContactM... method startImsServices (line 250) | public void startImsServices() throws PayloadException, NetworkException, method stopImsServices (line 271) | public void stopImsServices(TerminationReason reasonCode) throws Paylo... method checkImsServices (line 301) | public void checkImsServices() { method getCallManager (line 314) | public CallManager getCallManager() { method getImsServices (line 323) | public Collection getImsServices() { method getTermsConditionsService (line 332) | public TermsConditionsService getTermsConditionsService() { method getCapabilityService (line 341) | public CapabilityService getCapabilityService() { method getRichcallService (line 350) | public RichcallService getRichcallService() { method getPresenceService (line 359) | public PresenceService getPresenceService() { method getInstantMessagingService (line 368) | public InstantMessagingService getInstantMessagingService() { method getSipService (line 377) | public SipService getSipService() { method getCore (line 386) | public Core getCore() { method getCoreListener (line 395) | public CoreListener getCoreListener() { method receiveSipRequest (line 404) | public void receiveSipRequest(SipRequest request) { method terminateAllSessions (line 417) | public void terminateAllSessions(TerminationReason reasonCode) throws ... method isInitializationFinished (line 432) | public boolean isInitializationFinished() { method isInRoaming (line 439) | public boolean isInRoaming() { method getImsUserProfile (line 448) | public static UserProfile getImsUserProfile() { method setImsUserProfile (line 457) | public static void setImsUserProfile(UserProfile profile) { method getExtensionManager (line 466) | public ServiceExtensionManager getExtensionManager() { FILE: core/src/com/gsma/rcs/core/ims/network/ImsConnectionManager.java class ImsConnectionManager (line 59) | public class ImsConnectionManager implements Runnable { method ImsConnectionManager (line 108) | public ImsConnectionManager(ImsModule imsModule, Context ctx, Core cor... method initialize (line 118) | public void initialize() { method start (line 133) | public void start() { method getCurrentNetworkInterface (line 153) | public ImsNetworkInterface getCurrentNetworkInterface() { method getMobileNetworkInterface (line 162) | public ImsNetworkInterface getMobileNetworkInterface() { method getWifiNetworkInterface (line 171) | public ImsNetworkInterface getWifiNetworkInterface() { method isConnectedToWifi (line 180) | public boolean isConnectedToWifi() { method isConnectedToMobile (line 189) | public boolean isConnectedToMobile() { method isDisconnectedByBattery (line 198) | public boolean isDisconnectedByBattery() { method loadUserProfile (line 205) | private void loadUserProfile() { method terminate (line 220) | public void terminate() throws PayloadException, NetworkException, Con... class NetworkStateListener (line 242) | private class NetworkStateListener extends BroadcastReceiver { method onReceive (line 243) | @Override method connectionEvent (line 278) | private void connectionEvent(Intent intent) throws PayloadException, C... method connectToIms (line 443) | private void connectToIms(String ipAddr) throws CertificateException, ... method disconnectFromIms (line 456) | private void disconnectFromIms() throws PayloadException, NetworkExcep... method disconnectFromImsByBatteryLow (line 470) | private void disconnectFromImsByBatteryLow() throws PayloadException, ... method startImsConnection (line 483) | private synchronized void startImsConnection() { method stopImsConnection (line 502) | private synchronized void stopImsConnection(TerminationReason reasonCode) method run (line 519) | @Override class BatteryLevelListener (line 668) | private class BatteryLevelListener extends BroadcastReceiver { method onReceive (line 669) | @Override method isInRoaming (line 715) | public boolean isInRoaming() { FILE: core/src/com/gsma/rcs/core/ims/network/ImsNetworkInterface.java class ImsNetworkInterface (line 62) | public abstract class ImsNetworkInterface { class DnsResolvedFields (line 112) | public class DnsResolvedFields { method DnsResolvedFields (line 128) | public DnsResolvedFields(String ipAddress, int port) { method ImsNetworkInterface (line 204) | public ImsNetworkInterface(ImsModule imsModule, int type, NetworkAcces... method isBehindNat (line 231) | public boolean isBehindNat() { method setNatTraversal (line 240) | public void setNatTraversal(boolean flag) { method getNatPublicAddress (line 250) | public String getNatPublicAddress() { method setNatPublicAddress (line 260) | public void setNatPublicAddress(String publicAddress) { method getNatPublicPort (line 270) | public int getNatPublicPort() { method setNatPublicPort (line 280) | public void setNatPublicPort(int publicPort) { method isInterfaceConfigured (line 289) | public boolean isInterfaceConfigured() { method getRegistrationManager (line 298) | public RegistrationManager getRegistrationManager() { method getRetryAfterHeaderDuration (line 307) | public long getRetryAfterHeaderDuration() { method setRetryAfterHeaderDuration (line 316) | public void setRetryAfterHeaderDuration(long retryValue) { method loadRegistrationProcedure (line 323) | public void loadRegistrationProcedure() { method getUserProfile (line 346) | public UserProfile getUserProfile() { method getImsModule (line 371) | public ImsModule getImsModule() { method getType (line 380) | public int getType() { method getNetworkAccess (line 389) | public NetworkAccess getNetworkAccess() { method getSipManager (line 398) | public SipManager getSipManager() { method isRegistered (line 407) | public boolean isRegistered() { method getRegistrationReasonCode (line 416) | public RcsServiceRegistration.ReasonCode getRegistrationReasonCode() { method getDnsRequest (line 429) | private Record[] getDnsRequest(String domain, ExtendedResolver resolve... method getDnsA (line 461) | private String getDnsA(String domain) throws UnknownHostException { method getBestDnsSRV (line 474) | private SRVRecord getBestDnsSRV(Record[] records) { method getSrvQuery (line 505) | private String getSrvQuery(String sipService) { method getDnsResolvedFields (line 523) | protected DnsResolvedFields getDnsResolvedFields() throws PayloadExcep... method register (line 648) | public void register(DnsResolvedFields dnsResolvedFields) throws Paylo... method unregister (line 692) | public void unregister() throws PayloadException, NetworkException { method registrationTerminated (line 705) | public void registrationTerminated() { FILE: core/src/com/gsma/rcs/core/ims/network/MobileNetworkInterface.java class MobileNetworkInterface (line 37) | public class MobileNetworkInterface extends ImsNetworkInterface { method MobileNetworkInterface (line 49) | public MobileNetworkInterface(ImsModule imsModule, RcsSettings rcsSett... FILE: core/src/com/gsma/rcs/core/ims/network/NetworkException.java class NetworkException (line 27) | public class NetworkException extends Exception { method NetworkException (line 36) | public NetworkException(String message) { method NetworkException (line 48) | public NetworkException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/network/WifiNetworkInterface.java class WifiNetworkInterface (line 37) | public class WifiNetworkInterface extends ImsNetworkInterface { method WifiNetworkInterface (line 49) | public WifiNetworkInterface(ImsModule imsModule, RcsSettings rcsSettin... FILE: core/src/com/gsma/rcs/core/ims/network/gsm/CallManager.java class CallManager (line 52) | public class CallManager { type State (line 54) | private enum State { method CallManager (line 100) | public CallManager(ImsModule parent, Context ctx) { method start (line 109) | public void start() { method stop (line 133) | public void stop() { method onCallStateChanged (line 149) | public void onCallStateChanged(final int state, final String incomingN... method setRemoteParty (line 288) | public static void setRemoteParty(ContactId contact) { method getPhoneNumberOfConntectedRemote (line 297) | private ContactId getPhoneNumberOfConntectedRemote() { method getContact (line 309) | public ContactId getContact() { method isCallConnected (line 318) | public boolean isCallConnected() { method isCallConnectedWith (line 329) | public boolean isCallConnectedWith(ContactId contact) { method isMultipartyCall (line 343) | public boolean isMultipartyCall() { method isCallHold (line 352) | public boolean isCallHold() { method requestCapabilities (line 361) | private void requestCapabilities(ContactId contact) { method callLegHasChanged (line 374) | private void callLegHasChanged() throws PayloadException, NetworkExcep... method setMultiPartyCall (line 391) | public void setMultiPartyCall(boolean state) throws PayloadException, ... method setCallHold (line 407) | public void setCallHold(boolean state) throws PayloadException, Networ... method connectionEvent (line 424) | public void connectionEvent(boolean connected) throws PayloadException... FILE: core/src/com/gsma/rcs/core/ims/network/registration/GibaRegistrationProcedure.java class GibaRegistrationProcedure (line 54) | public class GibaRegistrationProcedure extends RegistrationProcedure { method GibaRegistrationProcedure (line 79) | public GibaRegistrationProcedure() { method init (line 85) | public void init() { method getHomeDomain (line 102) | public String getHomeDomain() { method getPublicUri (line 111) | public String getPublicUri() { method writeSecurityHeader (line 121) | public void writeSecurityHeader(SipRequest request) { method readSecurityHeader (line 131) | public void readSecurityHeader(SipResponse response) throws PayloadExc... method getSipUri (line 155) | private SipURI getSipUri(ListIterator
list) throws PayloadExce... FILE: core/src/com/gsma/rcs/core/ims/network/registration/HttpDigestRegistrationProcedure.java class HttpDigestRegistrationProcedure (line 45) | public class HttpDigestRegistrationProcedure extends RegistrationProcedu... method HttpDigestRegistrationProcedure (line 54) | public HttpDigestRegistrationProcedure() { method init (line 60) | public void init() { method getHomeDomain (line 69) | public String getHomeDomain() { method getPublicUri (line 78) | public String getPublicUri() { method writeSecurityHeader (line 90) | public void writeSecurityHeader(SipRequest request) throws PayloadExce... method readSecurityHeader (line 138) | public void readSecurityHeader(SipResponse response) throws PayloadExc... method getHttpDigest (line 168) | public HttpDigestMd5Authentication getHttpDigest() { FILE: core/src/com/gsma/rcs/core/ims/network/registration/RegistrationManager.java class RegistrationManager (line 65) | public class RegistrationManager extends PeriodicRefresher { method RegistrationManager (line 132) | public RegistrationManager(ImsNetworkInterface networkInterface, method getExpiryValue (line 151) | private long getExpiryValue() { method init (line 161) | public void init() { method getRegistrationProcedure (line 169) | public RegistrationProcedure getRegistrationProcedure() { method isRegistered (line 178) | public boolean isRegistered() { method getReasonCode (line 187) | public RcsServiceRegistration.ReasonCode getReasonCode() { method restart (line 194) | public void restart() { method register (line 231) | public synchronized void register() throws PayloadException, NetworkEx... method isBatteryLow (line 268) | private boolean isBatteryLow() { method stopRegistration (line 275) | public synchronized void stopRegistration() { method deRegister (line 303) | public synchronized void deRegister() throws PayloadException, Network... method sendRegister (line 338) | private void sendRegister(SipRequest register) throws PayloadException... method handle403Forbidden (line 424) | private void handle403Forbidden() { method handle200OK (line 457) | private void handle200OK(SipTransactionContext ctx) throws PayloadExce... method handle200OkUnregister (line 537) | private void handle200OkUnregister() { method handle302MovedTemporarily (line 555) | private void handle302MovedTemporarily(SipTransactionContext ctx) thro... method handle401Unauthorized (line 588) | private void handle401Unauthorized(SipTransactionContext ctx) throws P... method handle423IntervalTooBrief (line 630) | private void handle423IntervalTooBrief(SipTransactionContext ctx) thro... method handleError (line 654) | private void handleError(ImsError error) { method resetDialogPath (line 673) | private void resetDialogPath() { method retrieveExpirePeriod (line 682) | private void retrieveExpirePeriod(SipResponse response) { method periodicProcessing (line 714) | public void periodicProcessing() throws PayloadException, NetworkExcep... method handle4xx5xx6xxNoRetryAfterHeader (line 729) | private void handle4xx5xx6xxNoRetryAfterHeader(SipTransactionContext ctx) FILE: core/src/com/gsma/rcs/core/ims/network/registration/RegistrationProcedure.java class RegistrationProcedure (line 34) | public abstract class RegistrationProcedure { method init (line 38) | public abstract void init(); method getHomeDomain (line 45) | public abstract String getHomeDomain(); method getPublicUri (line 52) | public abstract String getPublicUri(); method writeSecurityHeader (line 60) | public abstract void writeSecurityHeader(SipRequest request) throws Pa... method readSecurityHeader (line 68) | public abstract void readSecurityHeader(SipResponse response) throws P... FILE: core/src/com/gsma/rcs/core/ims/network/registration/RegistrationUtils.java class RegistrationUtils (line 34) | public class RegistrationUtils { method getSupportedFeatureTags (line 41) | public static String[] getSupportedFeatureTags(RcsSettings rcsSettings) { FILE: core/src/com/gsma/rcs/core/ims/network/sip/FeatureTags.java class FeatureTags (line 27) | public class FeatureTags { FILE: core/src/com/gsma/rcs/core/ims/network/sip/Multipart.java class Multipart (line 34) | public class Multipart { method Multipart (line 53) | public Multipart(String content, String boundary) { method isMultipart (line 90) | public boolean isMultipart() { method getPart (line 100) | public String getPart(String type) { FILE: core/src/com/gsma/rcs/core/ims/network/sip/SipManager.java class SipManager (line 50) | public class SipManager { method SipManager (line 75) | public SipManager(ImsNetworkInterface parent, RcsSettings rcsSettings) { method getNetworkInterface (line 88) | public ImsNetworkInterface getNetworkInterface() { method getSipStack (line 97) | public SipInterface getSipStack() { method terminate (line 104) | public void terminate() { method initStack (line 127) | public synchronized void initStack(String localAddr, String proxyAddr,... method closeStack (line 138) | public synchronized void closeStack() { method sendSipMessageAndWait (line 156) | public SipTransactionContext sendSipMessageAndWait(SipMessage message)... method sendSipMessageAndWait (line 170) | public SipTransactionContext sendSipMessageAndWait(SipMessage message,... method sendSipMessage (line 183) | public SipTransactionContext sendSipMessage(SipMessage message) throws... method sendSipMessageAndWait (line 198) | public SipTransactionContext sendSipMessageAndWait(SipMessage message,... method sendSipMessage (line 268) | public SipTransactionContext sendSipMessage(SipMessage message, method waitResponse (line 279) | public void waitResponse(SipTransactionContext ctx) { method waitResponse (line 289) | public void waitResponse(SipTransactionContext ctx, long timeout) { method sendSipResponse (line 353) | public void sendSipResponse(SipResponse response) throws NetworkExcept... method sendSipAck (line 364) | public void sendSipAck(SipDialogPath dialog) throws PayloadException, ... method sendSipBye (line 375) | public void sendSipBye(SipDialogPath dialog) throws PayloadException, ... method sendSipCancel (line 386) | public void sendSipCancel(SipDialogPath dialog) throws PayloadExceptio... method sendSubsequentRequest (line 399) | public SipTransactionContext sendSubsequentRequest(SipDialogPath dialo... method sendSubsequentRequest (line 414) | private SipTransactionContext sendSubsequentRequest(SipDialogPath dial... method getTimeout (line 436) | public static long getTimeout() { method setTimeout (line 445) | public static void setTimeout(long timeout) { FILE: core/src/com/gsma/rcs/core/ims/network/sip/SipMessageFactory.java class SipMessageFactory (line 81) | public class SipMessageFactory { method createRegister (line 98) | public static SipRequest createRegister(SipDialogPath dialog, String[]... method createSubscribe (line 187) | public static SipRequest createSubscribe(SipDialogPath dialog, long ex... method createMessage (line 258) | public static SipRequest createMessage(SipDialogPath dialog, String co... method createMessage (line 273) | public static SipRequest createMessage(SipDialogPath dialog, String fe... method createPublish (line 362) | public static SipRequest createPublish(SipDialogPath dialog, long expi... method createInvite (line 447) | public static SipRequest createInvite(SipDialogPath dialog, String[] f... method createInvite (line 462) | public static SipRequest createInvite(SipDialogPath dialog, String[] f... method createMultipartInvite (line 487) | public static SipRequest createMultipartInvite(SipDialogPath dialog, S... method createMultipartInvite (line 503) | public static SipRequest createMultipartInvite(SipDialogPath dialog, S... method createInvite (line 530) | public static SipRequest createInvite(SipDialogPath dialog, String[] f... method create200OkInviteResponse (line 628) | public static SipResponse create200OkInviteResponse(SipDialogPath dial... method create200OkInviteResponse (line 643) | public static SipResponse create200OkInviteResponse(SipDialogPath dial... method createAck (line 706) | public static SipRequest createAck(SipDialogPath dialog) throws Payloa... method createResponse (line 774) | public static SipResponse createResponse(SipRequest request, int code)... method createResponse (line 794) | public static SipResponse createResponse(SipRequest request, String lo... method createResponse (line 808) | public static SipResponse createResponse(SipRequest request, String lo... method createBye (line 841) | public static SipRequest createBye(SipDialogPath dialog) throws Payloa... method createCancel (line 872) | public static SipRequest createCancel(SipDialogPath dialog) throws Pay... method createOptions (line 905) | public static SipRequest createOptions(SipDialogPath dialog, String[] ... method create200OkOptionsResponse (line 980) | public static SipResponse create200OkOptionsResponse(SipRequest option... method createRefer (line 1032) | public static SipRequest createRefer(SipDialogPath dialog, Uri toConta... method createRefer (line 1095) | public static SipRequest createRefer(SipDialogPath dialog, Set routeProcessing(SipMessage msg, boolean i... method isFeatureTagPresent (line 429) | public static boolean isFeatureTagPresent(SipMessage msg, String featu... method setFeatureTags (line 446) | public static void setFeatureTags(Message message, String[] tags) thro... method setFeatureTags (line 458) | public static void setFeatureTags(Message message, String[] contactTags, method setAcceptContactFeatureTags (line 475) | private static void setAcceptContactFeatureTags(Message message, Strin... method setContactFeatureTags (line 508) | public static void setContactFeatureTags(Message message, String[] tag... method getReferredByHeader (line 524) | public static String getReferredByHeader(SipMessage message) { method getRemoteInstanceId (line 554) | public static String getRemoteInstanceId(SipMessage message) { method getAcceptContactTagValue (line 562) | private static String getAcceptContactTagValue(SipMessage message, Str... method getInstanceID (line 594) | public static String getInstanceID(SipMessage message) { method getPublicGruu (line 604) | public static String getPublicGruu(SipMessage message) { method setRemoteInstanceID (line 615) | public static void setRemoteInstanceID(Message message, String instanc... method getDisplayNameFromUri (line 640) | private static String getDisplayNameFromUri(String uri) { method assertContentIsNotNull (line 651) | public static void assertContentIsNotNull(String content, SipRequest i... method getDisplayNameFromInvite (line 664) | public static String getDisplayNameFromInvite(SipRequest invite) { FILE: core/src/com/gsma/rcs/core/ims/protocol/PayloadException.java class PayloadException (line 26) | public class PayloadException extends Exception { method PayloadException (line 35) | public PayloadException(String message) { method PayloadException (line 47) | public PayloadException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpAuthenticationAgent.java class HttpAuthenticationAgent (line 36) | public class HttpAuthenticationAgent { method HttpAuthenticationAgent (line 58) | public HttpAuthenticationAgent(String login, String pwd) { method generateAuthorizationHeader (line 71) | public String generateAuthorizationHeader(String method, String reques... method generateAuthorizationHeaderValue (line 83) | public String generateAuthorizationHeaderValue(String method, String r... method readWwwAuthenticateHeader (line 136) | public void readWwwAuthenticateHeader(String header) { method getValue (line 173) | private String getValue(String header, String key) { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpDeleteRequest.java class HttpDeleteRequest (line 26) | public class HttpDeleteRequest extends HttpRequest { method HttpDeleteRequest (line 32) | public HttpDeleteRequest(String url) { method getMethod (line 41) | public String getMethod() { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpGetRequest.java class HttpGetRequest (line 26) | public class HttpGetRequest extends HttpRequest { method HttpGetRequest (line 32) | public HttpGetRequest(String url) { method getMethod (line 41) | public String getMethod() { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpPostRequest.java class HttpPostRequest (line 26) | public class HttpPostRequest extends HttpRequest { method HttpPostRequest (line 34) | public HttpPostRequest(String url, String content, String contentType) { method getMethod (line 43) | public String getMethod() { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpPutRequest.java class HttpPutRequest (line 26) | public class HttpPutRequest extends HttpRequest { method HttpPutRequest (line 34) | public HttpPutRequest(String url, String content, String contentType) { method getMethod (line 43) | public String getMethod() { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpRequest.java class HttpRequest (line 26) | public abstract class HttpRequest { method HttpRequest (line 59) | public HttpRequest(String url, String content, String contentType) { method getAuthenticationAgent (line 70) | public HttpAuthenticationAgent getAuthenticationAgent() { method setAuthenticationAgent (line 79) | public void setAuthenticationAgent(HttpAuthenticationAgent agent) { method getMethod (line 88) | public abstract String getMethod(); method getUrl (line 95) | public String getUrl() { method getContent (line 104) | public String getContent() { method getContentLength (line 113) | public int getContentLength() { method getContentType (line 126) | public String getContentType() { method getCookie (line 135) | public String getCookie() { method setCookie (line 144) | public void setCookie(String cookie) { method getAUID (line 153) | public String getAUID() { FILE: core/src/com/gsma/rcs/core/ims/protocol/http/HttpResponse.java class HttpResponse (line 34) | public class HttpResponse { method HttpResponse (line 56) | public HttpResponse() { method setStatusLine (line 64) | public void setStatusLine(String status) { method getStatusLine (line 73) | public String getStatusLine() { method addHeader (line 83) | public void addHeader(String name, String value) { method getHeader (line 93) | public String getHeader(String name) { method getResponseCode (line 102) | public int getResponseCode() { method isSuccessfullResponse (line 121) | public boolean isSuccessfullResponse() { method isNotFoundResponse (line 134) | public boolean isNotFoundResponse() { method getContent (line 147) | public byte[] getContent() { method setContent (line 156) | public void setContent(byte[] content) { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/ChunkReceiver.java class ChunkReceiver (line 43) | public class ChunkReceiver extends Thread { method ChunkReceiver (line 75) | public ChunkReceiver(MsrpConnection connection, InputStream stream) { method getConnection (line 85) | public MsrpConnection getConnection() { method terminate (line 92) | public void terminate() { method run (line 100) | public void run() { method readLine (line 347) | private StringBuilder readLine() throws NetworkException { method readChunkedData (line 372) | private byte[] readChunkedData(int chunkSize, String endTag) throws Ne... FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/ChunkSender.java class ChunkSender (line 39) | public class ChunkSender extends Thread { method ChunkSender (line 71) | public ChunkSender(MsrpConnection connection, OutputStream stream) { method getConnection (line 81) | public MsrpConnection getConnection() { method terminate (line 88) | public void terminate() { method run (line 97) | public void run() { method sendChunk (line 139) | public void sendChunk(byte chunk[]) throws NetworkException { method sendChunkImmediately (line 153) | public void sendChunkImmediately(byte chunk[]) throws NetworkException { method writeData (line 166) | private synchronized void writeData(byte chunk[]) throws NetworkExcept... FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/DataChunks.java class DataChunks (line 28) | public class DataChunks { method DataChunks (line 42) | public DataChunks() { method addChunk (line 50) | public void addChunk(byte[] data) { method getReceivedData (line 60) | public byte[] getReceivedData() { method resetCache (line 67) | public void resetCache() { method getCurrentSize (line 76) | public int getCurrentSize() { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/FifoBuffer.java class FifoBuffer (line 28) | public class FifoBuffer { method putMessage (line 44) | public synchronized void putMessage(Object obj) { method getMessage (line 56) | public synchronized Object getMessage() { method getMessage (line 81) | public synchronized Object getMessage(int timeout) { method unblockRead (line 102) | public void unblockRead() { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpClientConnection.java class MsrpClientConnection (line 36) | public class MsrpClientConnection extends MsrpConnection { method MsrpClientConnection (line 70) | public MsrpClientConnection(MsrpSession session, String remoteAddress,... method MsrpClientConnection (line 85) | public MsrpClientConnection(MsrpSession session, String remoteAddress,... method MsrpClientConnection (line 102) | public MsrpClientConnection(MsrpSession session, String remoteAddress,... method isSecured (line 115) | public boolean isSecured() { method getSocketConnection (line 126) | public SocketConnection getSocketConnection() throws NetworkException,... FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpConnection.java class MsrpConnection (line 39) | public abstract class MsrpConnection { method MsrpConnection (line 68) | public MsrpConnection(MsrpSession session) { method getSession (line 77) | public MsrpSession getSession() { method open (line 87) | public void open() throws NetworkException, PayloadException { method open (line 111) | public void open(long timeout) throws NetworkException, PayloadExcepti... method close (line 133) | public void close() { method sendChunk (line 157) | public void sendChunk(byte chunk[]) throws NetworkException { method sendChunkImmediately (line 170) | public void sendChunkImmediately(byte chunk[]) throws NetworkException { method getSocketConnection (line 181) | public abstract SocketConnection getSocketConnection() throws PayloadE... method isMsrpTraceEnabled (line 189) | public static boolean isMsrpTraceEnabled() { method setMsrpTraceEnabled (line 198) | public static void setMsrpTraceEnabled(boolean enable) { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpConstants.java type MsrpConstants (line 26) | public interface MsrpConstants { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpEventListener.java type MsrpEventListener (line 36) | public interface MsrpEventListener { method msrpDataTransferred (line 42) | void msrpDataTransferred(String msgId); method receiveMsrpData (line 54) | void receiveMsrpData(String msgId, byte[] data, String mimeType) throw... method msrpTransferProgress (line 63) | void msrpTransferProgress(long currentSize, long totalSize); method msrpTransferProgress (line 74) | boolean msrpTransferProgress(long currentSize, long totalSize, byte[] ... method msrpTransferAborted (line 79) | void msrpTransferAborted(); method msrpTransferError (line 88) | void msrpTransferError(String msgId, String error, TypeMsrpChunk typeM... FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpManager.java class MsrpManager (line 46) | public class MsrpManager { method MsrpManager (line 69) | public MsrpManager(String localMsrpAddress, int localMsrpPort, RcsSett... method MsrpManager (line 84) | public MsrpManager(String localMsrpAddress, int localMsrpPort, ImsServ... method getLocalMsrpPort (line 101) | public int getLocalMsrpPort() { method getLocalSocketProtocol (line 110) | public String getLocalSocketProtocol() { method getLocalMsrpPath (line 122) | public String getLocalMsrpPath() { method getMsrpProtocol (line 136) | public String getMsrpProtocol() { method getMsrpSession (line 148) | public MsrpSession getMsrpSession() { method isSecured (line 157) | public boolean isSecured() { method setSecured (line 166) | public void setSecured(boolean flag) { method openMsrpSession (line 176) | public void openMsrpSession() throws NetworkException, PayloadException { method openMsrpSession (line 187) | public void openMsrpSession(long timeout) throws NetworkException, Pay... method createMsrpSession (line 199) | public MsrpSession createMsrpSession(byte[] sdp, MsrpEventListener lis... method createMsrpClientSession (line 247) | public MsrpSession createMsrpClientSession(String remoteHost, int remo... method createMsrpServerSession (line 274) | public MsrpSession createMsrpServerSession(String remoteMsrpPath, Msrp... method sendChunks (line 307) | public void sendChunks(InputStream inputStream, String msgId, String c... method sendEmptyChunk (line 317) | public void sendEmptyChunk() throws NetworkException { method closeSession (line 324) | public synchronized void closeSession() { method isEstablished (line 339) | public boolean isEstablished() { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpServerConnection.java class MsrpServerConnection (line 39) | public class MsrpServerConnection extends MsrpConnection { method MsrpServerConnection (line 61) | public MsrpServerConnection(MsrpSession session, int localPort) { method getSocketConnection (line 72) | public SocketConnection getSocketConnection() throws NetworkException { method close (line 99) | public void close() { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpSession.java class MsrpSession (line 50) | public class MsrpSession { type TypeMsrpChunk (line 62) | public enum TypeMsrpChunk { class MsrpTransactionInfo (line 70) | private class MsrpTransactionInfo { method MsrpTransactionInfo (line 85) | public MsrpTransactionInfo(String transactionId, String msrpMsgId, S... method toString (line 94) | @Override method MsrpSession (line 177) | public MsrpSession(RcsSettings rcsSettings) { method finalize (line 186) | @Override method generateTransactionId (line 197) | private static synchronized String generateTransactionId() { method isFailureReportRequested (line 206) | public boolean isFailureReportRequested() { method setFailureReportOption (line 215) | public void setFailureReportOption(boolean failureReportOption) { method isSuccessReportRequested (line 224) | public boolean isSuccessReportRequested() { method setSuccessReportOption (line 233) | public void setSuccessReportOption(boolean successReportOption) { method setConnection (line 242) | public void setConnection(MsrpConnection connection) { method getConnection (line 251) | public MsrpConnection getConnection() { method getMsrpEventListener (line 260) | public MsrpEventListener getMsrpEventListener() { method addMsrpEventListener (line 269) | public void addMsrpEventListener(MsrpEventListener listener) { method getFrom (line 278) | public String getFrom() { method setFrom (line 287) | public void setFrom(String from) { method getTo (line 296) | public String getTo() { method setTo (line 305) | public void setTo(String to) { method close (line 312) | public void close() { method sendChunks (line 351) | public void sendChunks(InputStream inputStream, String msgId, String c... method sendEmptyChunk (line 496) | public void sendEmptyChunk() throws NetworkException { method sendMsrpSendRequest (line 521) | private void sendMsrpSendRequest(String txId, String to, String from, ... method sendEmptyMsrpSendRequest (line 629) | private void sendEmptyMsrpSendRequest(String txId, String to, String f... method sendMsrpResponse (line 680) | private void sendMsrpResponse(String code, String txId, Hashtable hea... method receiveMsrpResponse (line 872) | public void receiveMsrpResponse(int code, String txId, Hashtable h... method setMapMsgIdFromTransationId (line 1017) | public void setMapMsgIdFromTransationId(boolean mapMsgIdFromTransation... method addMsrpTransactionInfo (line 1046) | private void addMsrpTransactionInfo(String transactionId, String msrpM... method removeMsrpTransactionInfo (line 1064) | public void removeMsrpTransactionInfo(String transactionId) { method getMsrpTransactionInfo (line 1081) | private MsrpTransactionInfo getMsrpTransactionInfo(String transactionI... method getMsrpTransactionInfoByMessageId (line 1096) | private MsrpTransactionInfo getMsrpTransactionInfoByMessageId(String m... method checkMsrpTransactionInfo (line 1112) | public void checkMsrpTransactionInfo() { method isEstablished (line 1142) | public boolean isEstablished() { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpTransaction.java class MsrpTransaction (line 33) | public class MsrpTransaction extends Object { method MsrpTransaction (line 67) | public MsrpTransaction() { method waitAllResponses (line 73) | public synchronized void waitAllResponses() { method handleRequest (line 91) | public void handleRequest() { method handleResponse (line 102) | public synchronized void handleResponse() { method isAllResponsesReceived (line 127) | public boolean isAllResponsesReceived() { method terminate (line 134) | public synchronized void terminate() { method isTerminated (line 147) | public boolean isTerminated() { method startTimer (line 154) | private void startTimer() { method stopTimer (line 168) | private void stopTimer() { method timerExpire (line 175) | private synchronized void timerExpire() { method getNumberReceivedOk (line 184) | public int getNumberReceivedOk() { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/MsrpUtils.java class MsrpUtils (line 26) | public class MsrpUtils { method getChunkSize (line 33) | public static int getChunkSize(String header) { method getTotalSize (line 61) | public static int getTotalSize(String header) { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/ReportTransaction.java class ReportTransaction (line 32) | public class ReportTransaction extends Object { method ReportTransaction (line 63) | public ReportTransaction() { method notifyReport (line 72) | public void notifyReport(int status, Hashtable headers) { method waitReport (line 93) | public void waitReport() { method terminate (line 107) | public void terminate() { method getReportedSize (line 119) | public long getReportedSize() { method getStatusCode (line 128) | public int getStatusCode() { method isTransactionFinished (line 138) | public boolean isTransactionFinished(long totalSize) { method parseStatusCode (line 156) | public static int parseStatusCode(Hashtable headers) { FILE: core/src/com/gsma/rcs/core/ims/protocol/msrp/RequestTransaction.java class RequestTransaction (line 34) | public class RequestTransaction extends Object { method RequestTransaction (line 50) | public RequestTransaction(RcsSettings rcsSettings) { method notifyResponse (line 60) | public void notifyResponse(int code, Hashtable headers) { method waitResponse (line 73) | public void waitResponse() { method terminate (line 86) | public void terminate() { method isResponseReceived (line 98) | public boolean isResponseReceived() { method getResponse (line 107) | public int getResponse() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/CodecChain.java class CodecChain (line 32) | public class CodecChain { method CodecChain (line 58) | public CodecChain(Codec[] codecs, ProcessorOutputStream renderer) { method process (line 83) | public int process(Buffer input) { method doProcess (line 95) | private int doProcess(int codecNo, Buffer input) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/DummyPacketGenerator.java class DummyPacketGenerator (line 35) | public class DummyPacketGenerator { method DummyPacketGenerator (line 59) | public DummyPacketGenerator() { method prepareSession (line 70) | public void prepareSession(String remoteAddress, int remotePort, RtpIn... method startSession (line 103) | public void startSession() { method stopSession (line 117) | public void stopSession() { method incomingStarted (line 134) | public void incomingStarted() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/MediaRegistry.java class MediaRegistry (line 37) | public class MediaRegistry { method getSupportedVideoFormats (line 53) | public static Vector getSupportedVideoFormats() { method getSupportedAudioFormats (line 69) | public static Vector getSupportedAudioFormats() { method generateFormat (line 86) | public static Format generateFormat(String codec) { method isCodecSupported (line 96) | public static boolean isCodecSupported(String codec) { method generateEncodingCodecChain (line 107) | public static Codec[] generateEncodingCodecChain(String encoding) { method generateDecodingCodecChain (line 125) | public static Codec[] generateDecodingCodecChain(String encoding) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/MediaRtpReceiver.java class MediaRtpReceiver (line 39) | public class MediaRtpReceiver { method MediaRtpReceiver (line 65) | public MediaRtpReceiver(int localPort) { method prepareSession (line 79) | public void prepareSession(String remoteAddress, int remotePort, Media... method startSession (line 116) | public void startSession() { method stopSession (line 130) | public void stopSession() { method getInputStream (line 146) | public RtpInputStream getInputStream() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/MediaRtpSender.java class MediaRtpSender (line 40) | public class MediaRtpSender { method MediaRtpSender (line 76) | public MediaRtpSender(Format format, int localRtpPort) { method prepareSession (line 89) | public void prepareSession(MediaInput player, String remoteAddress, in... method startSession (line 134) | public void startSession() { method stopSession (line 148) | public void stopSession() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/Processor.java class Processor (line 34) | public class Processor extends Thread { method Processor (line 67) | public Processor(ProcessorInputStream inputStream, ProcessorOutputStre... method startProcessing (line 85) | public void startProcessing() { method stopProcessing (line 96) | public void stopProcessing() { method run (line 110) | public void run() { method getInputStream (line 159) | public ProcessorInputStream getInputStream() { method getOutputStream (line 168) | public ProcessorOutputStream getOutputStream() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/RtpUtils.java class RtpUtils (line 26) | public class RtpUtils { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/VideoRtpReceiver.java class VideoRtpReceiver (line 36) | public class VideoRtpReceiver extends MediaRtpReceiver { method VideoRtpReceiver (line 42) | public VideoRtpReceiver(int localPort) { method prepareSession (line 57) | public void prepareSession(String remoteAddress, int remotePort, int o... FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/VideoRtpSender.java class VideoRtpSender (line 41) | public class VideoRtpSender extends MediaRtpSender { method VideoRtpSender (line 47) | public VideoRtpSender(Format format, int localRtpPort) { method prepareSession (line 60) | public void prepareSession(MediaInput player, String remoteAddress, in... method prepareSession (line 106) | public void prepareSession(MediaInput player, String remoteAddress, in... FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/Codec.java class Codec (line 29) | public abstract class Codec { method setInputFormat (line 67) | public Format setInputFormat(Format input) { method setOutputFormat (line 78) | public Format setOutputFormat(Format output) { method getInputFormat (line 88) | public Format getInputFormat() { method getOutputFormat (line 97) | public Format getOutputFormat() { method reset (line 104) | public void reset() { method open (line 110) | public void open() { method close (line 116) | public void close() { method isEOM (line 124) | protected boolean isEOM(Buffer inputBuffer) { method propagateEOM (line 133) | protected void propagateEOM(Buffer outputBuffer) { method updateOutput (line 146) | protected void updateOutput(Buffer outputBuffer, Format format, int le... method validateByteArraySize (line 157) | protected byte[] validateByteArraySize(Buffer buffer, int newSize) { method process (line 182) | public abstract int process(Buffer input, Buffer output); FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/audio/AudioCodec.java class AudioCodec (line 28) | public abstract class AudioCodec extends Codec { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/audio/amr/AMRWBConfig.java class AMRWBConfig (line 26) | public class AMRWBConfig { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/VideoCodec.java class VideoCodec (line 28) | public abstract class VideoCodec extends Codec { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/H264Config.java class H264Config (line 30) | public class H264Config { method getCodecProfileLevelId (line 101) | public static String getCodecProfileLevelId(String codecParams) { method getParameterValue (line 114) | private static String getParameterValue(String paramKey, String params) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/H264RtpHeaders.java class H264RtpHeaders (line 30) | public class H264RtpHeaders { method H264RtpHeaders (line 62) | public H264RtpHeaders(byte[] rtpPacketData) { method isFrameNonInterleaved (line 86) | public boolean isFrameNonInterleaved() { // not fragmented method getHeaderSize (line 95) | public int getHeaderSize() { method getNALHeader (line 108) | public byte getNALHeader() { method isIDRSlice (line 122) | public boolean isIDRSlice() { method isNonIDRSlice (line 140) | public boolean isNonIDRSlice() { method getFUI_F (line 157) | public boolean getFUI_F() { method getFUI_NRI (line 166) | public int getFUI_NRI() { method getFUI_TYPE (line 175) | public byte getFUI_TYPE() { method getFUH_S (line 184) | public boolean getFUH_S() { method getFUH_E (line 193) | public boolean getFUH_E() { method getFUH_R (line 202) | public boolean getFUH_R() { method getFUH_TYPE (line 211) | public byte getFUH_TYPE() { method toString (line 215) | @Override FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/JavaDepacketizer.java class JavaDepacketizer (line 32) | public class JavaDepacketizer extends VideoCodec { method JavaDepacketizer (line 68) | public JavaDepacketizer() { method process (line 78) | public int process(Buffer input, Buffer output) { method extractNalUnitHeader (line 101) | private void extractNalUnitHeader(Buffer input) { method extractNalUnitHeader (line 115) | private void extractNalUnitHeader(int position, Buffer input) { method handleSingleNalUnitPacket (line 128) | private int handleSingleNalUnitPacket(Buffer input, Buffer output) { method handleAggregationPacket (line 153) | private int handleAggregationPacket(Buffer input, Buffer output) { method handleFragmentationUnitPacket (line 202) | private int handleFragmentationUnitPacket(Buffer input, Buffer output) { class FrameAssembler (line 220) | public static class FrameAssembler { method put (line 239) | public void put(Buffer buffer) { method complete (line 311) | public boolean complete() { method copyToBuffer (line 339) | private void copyToBuffer(Buffer bDest) { method reset (line 391) | private void reset() { method getTimestamp (line 409) | public long getTimestamp() { class FrameAssemblerCollection (line 418) | public static class FrameAssemblerCollection { method put (line 429) | public void put(Buffer buffer) { method getLastActiveAssembler (line 439) | public FrameAssembler getLastActiveAssembler() { method createNewAssembler (line 449) | public int createNewAssembler(long timestamp) { method getAssembler (line 505) | public int getAssembler(long timestamp) { method removeOldestThan (line 525) | public void removeOldestThan(long timestamp) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/JavaPacketizer.java class JavaPacketizer (line 32) | public class JavaPacketizer extends VideoCodec { method JavaPacketizer (line 97) | public JavaPacketizer() { method process (line 100) | public int process(Buffer input, Buffer output) { method isToAddOrientationHeader (line 273) | private boolean isToAddOrientationHeader(byte[] h264Frame, VideoOrient... FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/NalUnitHeader.java class NalUnitHeader (line 34) | public class NalUnitHeader { method NalUnitHeader (line 58) | private NalUnitHeader(boolean forbiddenZeroBit, int nalRefId, int nalU... method isForbiddenBitSet (line 69) | public boolean isForbiddenBitSet() { method getNalRefId (line 78) | public int getNalRefId() { method getNalUnitType (line 87) | public NalUnitType getNalUnitType() { method isSingleNalUnitPacket (line 96) | public boolean isSingleNalUnitPacket() { method isAggregationPacket (line 112) | public boolean isAggregationPacket() { method isFragmentationUnit (line 123) | public boolean isFragmentationUnit() { method extract (line 134) | public static NalUnitHeader extract(byte[] h264Packet) { method extract (line 153) | public static void extract(byte[] h264Packet, NalUnitHeader header) { method extract (line 177) | public static NalUnitHeader extract(int position, byte[] h264Packet) { method extract (line 196) | public static void extract(int position, byte[] h264Packet, NalUnitHea... FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/NalUnitType.java type NalUnitType (line 26) | public enum NalUnitType { method parse (line 36) | public static NalUnitType parse(int value) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/decoder/NativeH264Decoder.java class NativeH264Decoder (line 21) | public class NativeH264Decoder { method NativeH264Decoder (line 23) | public NativeH264Decoder() { method InitDecoder (line 26) | public static native int InitDecoder(); method DeinitDecoder (line 28) | public static native int DeinitDecoder(); method DecodeAndConvert (line 30) | public static synchronized native int[] DecodeAndConvert(byte abyte0[]... method getLastDecodeStatus (line 33) | public static synchronized native int getLastDecodeStatus(); FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/encoder/NativeH264Encoder.java class NativeH264Encoder (line 26) | public class NativeH264Encoder { method InitEncoder (line 28) | public static native int InitEncoder(NativeH264EncoderParams nativeH26... method ResizeAndEncodeFrame (line 31) | public static native byte[] ResizeAndEncodeFrame(byte abyte0[], long l... method EncodeFrame (line 35) | public static native byte[] EncodeFrame(byte abyte0[], long l, boolean... method getNAL (line 38) | public static native byte[] getNAL(); method DeinitEncoder (line 40) | public static native int DeinitEncoder(); method getLastEncodeStatus (line 42) | public static native int getLastEncodeStatus(); FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/encoder/NativeH264EncoderParams.java class NativeH264EncoderParams (line 32) | public class NativeH264EncoderParams { method NativeH264EncoderParams (line 256) | public NativeH264EncoderParams() { method NativeH264EncoderParams (line 299) | public NativeH264EncoderParams(H264TypeProfile profileType, byte profi... method setProfilesAndLevel (line 321) | public void setProfilesAndLevel(String codecParams) { method getFrameWidth (line 339) | public int getFrameWidth() { method setFrameWidth (line 343) | public void setFrameWidth(int frameWidth) { method getFrameHeight (line 347) | public int getFrameHeight() { method setFrameHeight (line 351) | public void setFrameHeight(int frameHeight) { method getFrameRate (line 355) | public float getFrameRate() { method setFrameRate (line 359) | public void setFrameRate(float frameRate) { method getFrameOrientation (line 363) | public int getFrameOrientation() { method setFrameOrientation (line 367) | public void setFrameOrientation(int frameOrientation) { method getVideoFormat (line 371) | public int getVideoFormat() { method setVideoFormat (line 375) | public void setVideoFormat(int videoFormat) { method getEncodeID (line 379) | public int getEncodeID() { method setEncodeID (line 383) | public void setEncodeID(int encodeID) { method getProfile (line 387) | public int getProfile() { method setProfile (line 391) | public void setProfile(H264TypeProfile profile) { method getProfileIOP (line 395) | public byte getProfileIOP() { method setProfileIOP (line 399) | public void setProfileIOP(byte profileIOP) { method getLevel (line 403) | public int getLevel() { method setLevel (line 407) | public void setLevel(H264TypeLevel level) { method getNumLayer (line 411) | public int getNumLayer() { method setNumLayer (line 415) | public void setNumLayer(int numLayer) { method getBitRate (line 419) | public int getBitRate() { method setBitRate (line 423) | public void setBitRate(int bitRate) { method getEncMode (line 427) | public int getEncMode() { method setEncMode (line 431) | public void setEncMode(int encMode) { method isOutOfBandParamSet (line 435) | public boolean isOutOfBandParamSet() { method setOutOfBandParamSet (line 439) | public void setOutOfBandParamSet(boolean outOfBandParamSet) { method getOutputFormat (line 443) | public int getOutputFormat() { method setOutputFormat (line 447) | public void setOutputFormat(int outputFormat) { method getPacketSize (line 451) | public int getPacketSize() { method setPacketSize (line 455) | public void setPacketSize(int packetSize) { method getRateControlType (line 459) | public int getRateControlType() { method setRateControlType (line 463) | public void setRateControlType(int rateControlType) { method getBufferDelay (line 467) | public float getBufferDelay() { method setBufferDelay (line 471) | public void setBufferDelay(float bufferDelay) { method getIquant (line 475) | public int getIquant() { method setIquant (line 479) | public void setIquant(int iquant) { method getPquant (line 483) | public int getPquant() { method setiPquant (line 487) | public void setiPquant(int pquant) { method getBquant (line 491) | public int getBquant() { method setiBquant (line 495) | public void setiBquant(int bquant) { method isSceneDetection (line 499) | public boolean isSceneDetection() { method setSceneDetection (line 503) | public void setSceneDetection(boolean sceneDetection) { method getIFrameInterval (line 507) | public int getIFrameInterval() { method setIFrameInterval (line 511) | public void setIFrameInterval(int iFrameInterval) { method getNumIntraMBRefresh (line 515) | public int getNumIntraMBRefresh() { method setNumIntraMBRefresh (line 519) | public void setNumIntraMBRefresh(int numIntraMBRefresh) { method getClipDuration (line 523) | public int getClipDuration() { method setClipDuration (line 527) | public void setClipDuration(int clipDuration) { method getFSIBuff (line 531) | public byte[] getFSIBuff() { method setFSIBuff (line 535) | public void setFSIBuff(byte[] fSIBuff) { method getFSIBuffLength (line 539) | public int getFSIBuffLength() { method setFSIBuffLength (line 543) | public void setFSIBuffLength(int fSIBuffLength) { method parseH264TypeLevel (line 553) | public static int parseH264TypeLevel(H264TypeLevel level) { method parseH264TypeProfile (line 597) | public static int parseH264TypeProfile(H264TypeProfile profile) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile.java class H264Profile (line 29) | public abstract class H264Profile { method H264Profile (line 100) | public H264Profile(String profileName, H264TypeLevel level, H264TypePr... method getCodeParams (line 116) | public String getCodeParams() { method getVideoWidth (line 120) | public int getVideoWidth() { method getVideoHeight (line 124) | public int getVideoHeight() { method getFrameRate (line 128) | public float getFrameRate() { method getBitRate (line 132) | public int getBitRate() { method getPacketSize (line 136) | public int getPacketSize() { method getLevel (line 140) | public H264TypeLevel getLevel() { method getType (line 144) | public H264TypeProfile getType() { method getLevelId (line 148) | public String getLevelId() { method getProfileName (line 152) | public String getProfileName() { method getProfileIOP (line 156) | public Byte getProfileIOP() { method getProfileIDCFromLevelId (line 166) | public static Byte getProfileIDCFromLevelId(final String profileLevelI... method getProfileIOPFromLevelId (line 176) | public static Byte getProfileIOPFromLevelId(final String profileLevelI... method getLevelIDCFromLevelId (line 186) | public static Byte getLevelIDCFromLevelId(final String profileLevelId) { method getProfileInformationFromLevelId (line 197) | private static Byte getProfileInformationFromLevelId(final String prof... method getProfile (line 211) | public static H264Profile getProfile(String profileId) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1.java class H264Profile1 (line 29) | public class H264Profile1 extends H264Profile { method H264Profile1 (line 61) | public H264Profile1() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1_1.java class H264Profile1_1 (line 29) | public class H264Profile1_1 extends H264Profile { method H264Profile1_1 (line 61) | public H264Profile1_1() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1_2.java class H264Profile1_2 (line 29) | public class H264Profile1_2 extends H264Profile { method H264Profile1_2 (line 63) | public H264Profile1_2() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1_3.java class H264Profile1_3 (line 29) | public class H264Profile1_3 extends H264Profile { method H264Profile1_3 (line 61) | public H264Profile1_3() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1b.java class H264Profile1b (line 29) | public class H264Profile1b extends H264Profile { method H264Profile1b (line 62) | public H264Profile1b() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264TypeLevel.java type H264TypeLevel (line 26) | public enum H264TypeLevel { method H264TypeLevel (line 54) | private H264TypeLevel(int decimalValue, H264ConstraintSetFlagType cons... method getDecimalValue (line 64) | public int getDecimalValue() { method getH264ConstraintSet3Flag (line 73) | public H264ConstraintSetFlagType getH264ConstraintSet3Flag() { method getH264LevelType (line 84) | public static H264TypeLevel getH264LevelType(int decimalValue, type H264ConstraintSetFlagType (line 99) | public enum H264ConstraintSetFlagType { method H264ConstraintSetFlagType (line 112) | private H264ConstraintSetFlagType(int decimalValue) { method getDecimalValue (line 121) | public int getDecimalValue() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264TypeProfile.java type H264TypeProfile (line 26) | public enum H264TypeProfile { method H264TypeProfile (line 42) | private H264TypeProfile(int decimalValue) { method getDecimalValue (line 51) | public int getDecimalValue() { method getH264ProfileType (line 61) | public static H264TypeProfile getH264ProfileType(int decimalValue) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/ReceptionReport.java class ReceptionReport (line 26) | public class ReceptionReport { method ReceptionReport (line 77) | public ReceptionReport(int ssrc) { method getSsrc (line 81) | public long getSsrc() { method setSsrc (line 85) | public int setSsrc(int ssrc) { method getFractionLost (line 89) | public double getFractionLost() { method setFractionLost (line 93) | public void setFractionLost(double fractionLost) { method getCumulativeNumberOfPacketsLost (line 97) | public int getCumulativeNumberOfPacketsLost() { method setCumulativeNumberOfPacketsLost (line 101) | public void setCumulativeNumberOfPacketsLost(int cumulativeNumberOfPac... method getExtendedHighestSequenceNumberReceived (line 105) | public long getExtendedHighestSequenceNumberReceived() { method setExtendedHighestSequenceNumberReceived (line 109) | public void setExtendedHighestSequenceNumberReceived(long extendedHigh... method getInterarrivalJitter (line 113) | public long getInterarrivalJitter() { method setInterarrivalJitter (line 117) | public void setInterarrivalJitter(long interarrivalJitter) { method getLastSenderReport (line 121) | public long getLastSenderReport() { method setLastSenderReport (line 125) | public void setLastSenderReport(long lastSenderReport) { method getDelaySinceLastSenderReport (line 129) | public long getDelaySinceLastSenderReport() { method setDelaySinceLastSenderReport (line 133) | public void setDelaySinceLastSenderReport(long delaySinceLastSenderRep... FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpAppPacket.java class RtcpAppPacket (line 29) | public class RtcpAppPacket extends RtcpPacket { method RtcpAppPacket (line 34) | public RtcpAppPacket(RtcpPacket parent) { method RtcpAppPacket (line 39) | public RtcpAppPacket(int ssrc, int name, int subtype, byte data[]) { method calcLength (line 54) | public int calcLength() { method assemble (line 58) | public void assemble(DataOutputStream out) throws IOException { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpByePacket.java class RtcpByePacket (line 29) | public class RtcpByePacket extends RtcpPacket { method RtcpByePacket (line 34) | public RtcpByePacket(RtcpPacket parent) { method RtcpByePacket (line 39) | public RtcpByePacket(int ssrc[], byte reason[]) { method calcLength (line 51) | public int calcLength() { method assemble (line 55) | public void assemble(DataOutputStream out) throws IOException { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpCompoundPacket.java class RtcpCompoundPacket (line 36) | public class RtcpCompoundPacket extends RtcpPacket { method RtcpCompoundPacket (line 39) | public RtcpCompoundPacket(Packet packet) { method RtcpCompoundPacket (line 44) | public RtcpCompoundPacket(RtcpPacket[] rtcppackets) { method assemble (line 49) | public void assemble(int i, boolean bool) throws IOException { method assemble (line 80) | public void assemble(DataOutputStream dataoutputstream) throws IOExcep... method calcLength (line 84) | public int calcLength() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpPacket.java class RtcpPacket (line 35) | public abstract class RtcpPacket extends Packet { method RtcpPacket (line 80) | public RtcpPacket() { method RtcpPacket (line 83) | public RtcpPacket(RtcpPacket rtcppacket) { method RtcpPacket (line 89) | public RtcpPacket(Packet packet) { method assemble (line 95) | public abstract void assemble(DataOutputStream dataoutputstream) throw... method calcLength (line 97) | public abstract int calcLength(); FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpPacketReceiver.java class RtcpPacketReceiver (line 50) | public class RtcpPacketReceiver extends Thread implements Closeable { method RtcpPacketReceiver (line 81) | public RtcpPacketReceiver(int port, RtcpSession rtcpSession, int socke... method RtcpPacketReceiver (line 103) | public RtcpPacketReceiver(int port, RtcpSession rtcpSession) throws IO... method close (line 112) | public void close() throws IOException { method run (line 125) | public void run() { method getRtcpReport (line 174) | private RtcpReport getRtcpReport(DataInputStream in) throws IOException { method parseRtcpPacket (line 194) | private RtcpPacket parseRtcpPacket(Packet packet) throws IOException { method addRtcpListener (line 406) | public void addRtcpListener(RtcpEventListener listener) { method removeRtcpListener (line 418) | public void removeRtcpListener(RtcpEventListener listener) { method notifyRtcpListeners (line 430) | public void notifyRtcpListeners(RtcpEvent event) { method notifyRtcpListenersOfTimeout (line 440) | private void notifyRtcpListenersOfTimeout() { method getRtcpReceptionStats (line 454) | public RtcpStatisticsReceiver getRtcpReceptionStats() { method getConnection (line 463) | public DatagramConnection getConnection() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpPacketTransmitter.java class RtcpPacketTransmitter (line 40) | public class RtcpPacketTransmitter extends Thread implements Closeable { method RtcpPacketTransmitter (line 80) | public RtcpPacketTransmitter(String address, int port, RtcpSession rtc... method RtcpPacketTransmitter (line 106) | public RtcpPacketTransmitter(String address, int port, RtcpSession rtc... method close (line 132) | public void close() throws IOException { method run (line 159) | public void run() { method assembleRtcpPacket (line 231) | private byte[] assembleRtcpPacket() { method assembleSenderReportPacket (line 267) | private byte[] assembleSenderReportPacket() { method assembleReceiverReportPacket (line 311) | private byte[] assembleReceiverReportPacket() { method assembleRTCPReceptionReport (line 342) | private byte[] assembleRTCPReceptionReport() { method makereports (line 372) | public Vector makereports() { method transmit (line 394) | private void transmit(RtcpCompoundPacket packet) throws NetworkExcepti... method transmit (line 420) | private void transmit(byte packet[]) throws NetworkException { method getStatistics (line 434) | public RtcpStatisticsTransmitter getStatistics() { method sendSdesPacket (line 443) | private void sendSdesPacket() throws NetworkException { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpPacketUtils.java class RtcpPacketUtils (line 26) | public class RtcpPacketUtils { method longToBytes (line 35) | public static byte[] longToBytes(long data, int n) { method append (line 51) | public static byte[] append(byte[] pck1, byte[] pck2) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpReceiverReportPacket.java class RtcpReceiverReportPacket (line 29) | public class RtcpReceiverReportPacket extends RtcpPacket { method RtcpReceiverReportPacket (line 33) | public RtcpReceiverReportPacket(int i, RtcpReport[] rtcpreportblocks) { method RtcpReceiverReportPacket (line 40) | public RtcpReceiverReportPacket(RtcpPacket rtcppacket) { method assemble (line 45) | public void assemble(DataOutputStream dataoutputstream) throws IOExcep... method calcLength (line 61) | public int calcLength() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpReport.java class RtcpReport (line 26) | public class RtcpReport { method RtcpReport (line 35) | public RtcpReport(int ssrc, int fractionLost, int packetsLost, long la... method getDlsr (line 46) | public long getDlsr() { method getFractionLost (line 50) | public int getFractionLost() { method getJitter (line 54) | public int getJitter() { method getLsr (line 58) | public long getLsr() { method getPacketsLost (line 62) | public int getPacketsLost() { method getSsrc (line 66) | public int getSsrc() { method getLastSeq (line 70) | public long getLastSeq() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpSdesBlock.java class RtcpSdesBlock (line 26) | public class RtcpSdesBlock { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpSdesItem.java class RtcpSdesItem (line 32) | public class RtcpSdesItem { method RtcpSdesItem (line 36) | public RtcpSdesItem() { method RtcpSdesItem (line 39) | public RtcpSdesItem(int i, String string) { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpSdesPacket.java class RtcpSdesPacket (line 29) | public class RtcpSdesPacket extends RtcpPacket { method RtcpSdesPacket (line 33) | public RtcpSdesPacket(RtcpPacket parent) { method RtcpSdesPacket (line 38) | public RtcpSdesPacket(RtcpSdesBlock sdes[]) { method calcLength (line 45) | public int calcLength() { method assemble (line 60) | public void assemble(DataOutputStream out) throws IOException { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpSenderReportPacket.java class RtcpSenderReportPacket (line 29) | public class RtcpSenderReportPacket extends RtcpPacket { method RtcpSenderReportPacket (line 38) | public RtcpSenderReportPacket(int i, RtcpReport[] rtcpreportblocks) { method RtcpSenderReportPacket (line 45) | public RtcpSenderReportPacket(RtcpPacket rtcppacket) { method assemble (line 50) | public void assemble(DataOutputStream dataoutputstream) throws IOExcep... method calcLength (line 71) | public int calcLength() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpSession.java class RtcpSession (line 28) | public class RtcpSession { method RtcpSession (line 147) | public RtcpSession(boolean isSender, double bandwidth) { method setMembers (line 173) | public void setMembers(int members) { method setSenders (line 182) | public void setSenders(int senders) { method getReportInterval (line 191) | public double getReportInterval() { method updateavgrtcpsize (line 234) | public void updateavgrtcpsize(int size) { method getMySource (line 243) | public RtpSource getMySource() { method currentTime (line 252) | public long currentTime() { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpStatisticsReceiver.java class RtcpStatisticsReceiver (line 26) | public class RtcpStatisticsReceiver { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtcpStatisticsTransmitter.java class RtcpStatisticsTransmitter (line 26) | public class RtcpStatisticsTransmitter { FILE: core/src/com/gsma/rcs/core/ims/protocol/rtp/core/RtpExtensionHeader.java class RtpExtensionHeader (line 30) | public class RtpExtensionHeader implements Iterable getMediaDescriptions(String name) { method getMediaDescriptions (line 335) | public Vector getMediaDescriptions() { FILE: core/src/com/gsma/rcs/core/ims/protocol/sdp/SdpUtils.java class SdpUtils (line 31) | public class SdpUtils { method extractRemoteHost (line 53) | public static String extractRemoteHost(String connectionInfo) { method extractRemoteHost (line 69) | public static String extractRemoteHost(SessionDescription sessionDescr... method extractFingerprint (line 95) | public static String extractFingerprint(SdpParser parser, MediaDescrip... method attributeContains (line 117) | public static boolean attributeContains(MediaDescription mediaDesc, St... method formatAddressType (line 151) | public static String formatAddressType(String address) { method buildChatSDP (line 172) | public static String buildChatSDP(String ipAddress, int localPort, Str... method buildGroupChatSDP (line 192) | public static String buildGroupChatSDP(String ipAddress, int localPort... method buildFileSDP (line 213) | public static String buildFileSDP(String ipAddress, int localPort, Str... method buildVideoSDP (line 227) | public static String buildVideoSDP(String ipAddress, String media, Str... method buildCapabilitySDP (line 242) | public static String buildCapabilitySDP(String ipAddress, String proto... method buildSDP (line 265) | private static String buildSDP(String ipAddress, int localPort, String... method appendIfNotNull (line 319) | private static void appendIfNotNull(StringBuffer sdp, String tag, Stri... FILE: core/src/com/gsma/rcs/core/ims/protocol/sdp/SessionDescription.java class SessionDescription (line 28) | public class SessionDescription { method getSessionAttribute (line 57) | public MediaAttribute getSessionAttribute(String name) { FILE: core/src/com/gsma/rcs/core/ims/protocol/sdp/TimeDescription.java class TimeDescription (line 28) | public class TimeDescription { FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/KeepAliveManager.java class KeepAliveManager (line 37) | public class KeepAliveManager extends PeriodicRefresher { method KeepAliveManager (line 59) | public KeepAliveManager(SipInterface sip, RcsSettings rcsSettings) { method start (line 67) | public void start() { method stop (line 77) | public void stop() { method periodicProcessing (line 89) | public void periodicProcessing() throws NetworkException { method setPeriod (line 106) | public void setPeriod(long period) { FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipDialogPath.java class SipDialogPath (line 42) | public class SipDialogPath { method SipDialogPath (line 165) | public SipDialogPath(SipInterface stack, String callId, long cseq, Str... method SipDialogPath (line 192) | public SipDialogPath(SipDialogPath dialogPath) { method getSipStack (line 221) | public SipInterface getSipStack() { method getTarget (line 230) | public String getTarget() { method setTarget (line 239) | public void setTarget(String tg) { method getLocalParty (line 248) | public String getLocalParty() { method getRemoteParty (line 257) | public String getRemoteParty() { method getLocalTag (line 266) | public String getLocalTag() { method getRemoteTag (line 275) | public String getRemoteTag() { method setRemoteTag (line 284) | public void setRemoteTag(String tag) { method getCallId (line 293) | public String getCallId() { method getCseq (line 302) | public long getCseq() { method incrementCseq (line 309) | public void incrementCseq() { method getInvite (line 324) | public SipRequest getInvite() { method setInvite (line 333) | public void setInvite(SipRequest invite) { method getLocalContent (line 342) | public String getLocalContent() { method getRemoteContent (line 351) | public String getRemoteContent() { method setLocalContent (line 360) | public void setLocalContent(String local) { method getRemoteSipInstance (line 369) | public String getRemoteSipInstance() { method setRemoteSipInstance (line 378) | public void setRemoteSipInstance(String instanceId) { method setRemoteContent (line 387) | public void setRemoteContent(String remote) { method getRoute (line 396) | public Vector getRoute() { method setRoute (line 405) | public void setRoute(Vector route) { method isSessionCancelled (line 414) | public boolean isSessionCancelled() { method setSessionCancelled (line 421) | public synchronized void setSessionCancelled() { method isSessionEstablished (line 430) | public boolean isSessionEstablished() { method setSessionEstablished (line 437) | public synchronized void setSessionEstablished() { method isSessionTerminated (line 446) | public boolean isSessionTerminated() { method setSessionTerminated (line 453) | public synchronized void setSessionTerminated() { method setSessionTerminated (line 465) | public synchronized void setSessionTerminated(int code, String phrase) { method getSessionTerminationReasonCode (line 476) | public int getSessionTerminationReasonCode() { method getSessionTerminationReasonPhrase (line 485) | public String getSessionTerminationReasonPhrase() { method isSigEstablished (line 494) | public boolean isSigEstablished() { method setSigEstablished (line 501) | public synchronized void setSigEstablished() { method setAuthenticationAgent (line 510) | public void setAuthenticationAgent(SessionAuthenticationAgent agent) { method getAuthenticationAgent (line 519) | public SessionAuthenticationAgent getAuthenticationAgent() { method getSessionExpireTime (line 528) | public long getSessionExpireTime() { method setSessionExpireTime (line 537) | public void setSessionExpireTime(long sessionExpireTime) { method setMinSessionExpireTime (line 546) | public void setMinSessionExpireTime(long sessionExpireTime) { method getStackDialog (line 556) | public Dialog getStackDialog() { FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipEventListener.java type SipEventListener (line 26) | public interface SipEventListener { method receiveSipRequest (line 32) | void receiveSipRequest(SipRequest request); FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipInterface.java class SipInterface (line 86) | public class SipInterface implements SipListener { method SipInterface (line 166) | public SipInterface(String localIpAddress, String proxyAddr, int proxy... method initialize (line 198) | public void initialize() throws PayloadException { method getOutboundProxy (line 301) | private String getOutboundProxy() { method close (line 312) | public void close() { method getDefaultSipProvider (line 344) | public SipProvider getDefaultSipProvider() { method createNewTransaction (line 356) | private ClientTransaction createNewTransaction(SipRequest request) thr... method getLocalIpAddress (line 415) | public String getLocalIpAddress() { method getOutboundProxyAddr (line 424) | public String getOutboundProxyAddr() { method getOutboundProxyPort (line 433) | public int getOutboundProxyPort() { method getProxyProtocol (line 442) | public String getProxyProtocol() { method getKeepAliveManager (line 451) | public KeepAliveManager getKeepAliveManager() { method getPublicGruu (line 460) | public String getPublicGruu() { method setPublicGruu (line 469) | public void setPublicGruu(String gruu) { method setTemporaryGruu (line 478) | public void setTemporaryGruu(String gruu) { method getInstanceId (line 487) | public String getInstanceId() { method setInstanceId (line 496) | public void setInstanceId(String id) { method getViaHeaders (line 506) | public List getViaHeaders() throws PayloadException { method generateCallId (line 524) | public String generateCallId() { method getLocalContact (line 535) | public ContactHeader getLocalContact() throws PayloadException { method getContact (line 560) | public ContactHeader getContact() throws PayloadException { method getDefaultRoute (line 590) | public String getDefaultRoute() { method getDefaultRoutePath (line 607) | public Vector getDefaultRoutePath() { method getServiceRoutePath (line 616) | public Vector getServiceRoutePath() { method setServiceRoutePath (line 625) | public void setServiceRoutePath(ListIterator
routes) { method addSipEventListener (line 646) | public void addSipEventListener(SipEventListener listener) { method removeTransactionContext (line 655) | public synchronized void removeTransactionContext(String id) { method notifyTransactionContext (line 665) | private void notifyTransactionContext(String transactionId, SipMessage... method sendSipMessageAndWait (line 682) | public SipTransactionContext sendSipMessageAndWait(SipMessage message, method sendSipMessageAndWait (line 748) | public SipTransactionContext sendSipMessageAndWait(SipMessage message)... method sendSipResponse (line 759) | public void sendSipResponse(SipResponse response) throws NetworkExcept... method sendSipAck (line 786) | public void sendSipAck(SipDialogPath dialog) throws PayloadException, ... method sendSipCancel (line 811) | public void sendSipCancel(SipDialogPath dialog) throws PayloadExceptio... method sendSipBye (line 847) | public void sendSipBye(SipDialogPath dialog) throws PayloadException, ... method sendSubsequentRequest (line 882) | public SipTransactionContext sendSubsequentRequest(SipDialogPath dialo... method processDialogTerminated (line 917) | public void processDialogTerminated(DialogTerminatedEvent dialogTermin... method processIOException (line 928) | public void processIOException(IOExceptionEvent exceptionEvent) { method processRequest (line 939) | public void processRequest(RequestEvent requestEvent) { method processResponse (line 986) | public void processResponse(ResponseEvent responseEvent) { method processTimeout (line 1026) | public void processTimeout(TimeoutEvent timeoutEvent) { method processTransactionTerminated (line 1055) | public void processTransactionTerminated(TransactionTerminatedEvent tr... method notifyProvisionalResponse (line 1067) | private void notifyProvisionalResponse(String transactionId, SipRespon... FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipMessage.java class SipMessage (line 63) | public abstract class SipMessage { method SipMessage (line 86) | public SipMessage(Message message) { method getStackMessage (line 95) | public abstract Message getStackMessage(); method getStackTransaction (line 102) | public Transaction getStackTransaction() { method setStackTransaction (line 111) | public void setStackTransaction(Transaction transaction) { method addHeader (line 122) | public void addHeader(String name, String value) throws ParseException { method getHeader (line 133) | public Header getHeader(String name) { method getHeaders (line 143) | public ListIterator
getHeaders(String name) { method getViaHeaders (line 152) | public ListIterator getViaHeaders() { method getFrom (line 161) | public String getFrom() { method getFromTag (line 171) | public String getFromTag() { method getFromUri (line 181) | public String getFromUri() { method getTo (line 191) | public String getTo() { method getToTag (line 201) | public String getToTag() { method getToUri (line 211) | public String getToUri() { method getCSeq (line 221) | public long getCSeq() { method getContactAddress (line 231) | public String getContactAddress() { method getContactURI (line 244) | public String getContactURI() { method getContent (line 257) | public String getContent() { method getRawContent (line 270) | public byte[] getRawContent() { method getSdpContent (line 279) | public String getSdpContent() { method getContentBytes (line 306) | public byte[] getContentBytes() { method getContentType (line 315) | public String getContentType() { method getBoundaryContentType (line 329) | public String getBoundaryContentType() { method getCallId (line 348) | public String getCallId() { method getSubject (line 361) | public String getSubject() { method getAcceptType (line 374) | public String getAcceptType() { method formatFeatureTag (line 382) | private StringBuilder formatFeatureTag(String name, String value) { method addContactFeatureTags (line 391) | private void addContactFeatureTags(Set tags, ContactHeader con... method addAcceptContactFeatureTags (line 419) | private void addAcceptContactFeatureTags(Set tags, ListIterato... method getFeatureTags (line 457) | public Set getFeatureTags() { method getSessionTimerExpire (line 490) | public long getSessionTimerExpire() { method getSessionTimerRefresher (line 503) | public String getSessionTimerRefresher() { FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipRequest.java class SipRequest (line 39) | public class SipRequest extends SipMessage { method SipRequest (line 46) | public SipRequest(Request request) { method getStackMessage (line 55) | public Request getStackMessage() { method getMethod (line 64) | public String getMethod() { method getRequestURI (line 73) | public String getRequestURI() { method getExpires (line 82) | public long getExpires() { method getReason (line 95) | public Reason getReason() { FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipResponse.java class SipResponse (line 28) | public class SipResponse extends SipMessage { method SipResponse (line 35) | public SipResponse(Response response) { method getStackMessage (line 44) | public Response getStackMessage() { method getStatusCode (line 53) | public int getStatusCode() { method getReasonPhrase (line 66) | public String getReasonPhrase() { FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipTransactionContext.java class SipTransactionContext (line 34) | public class SipTransactionContext { type INotifySipProvisionalResponse (line 39) | public interface INotifySipProvisionalResponse { method handle180Ringing (line 40) | public void handle180Ringing(SipResponse response); method SipTransactionContext (line 63) | public SipTransactionContext(Transaction transaction) { method SipTransactionContext (line 73) | public SipTransactionContext(Transaction transaction, INotifySipProvis... method getTransaction (line 83) | public Transaction getTransaction() { method getMessageReceived (line 92) | public SipMessage getMessageReceived() { method isTimeout (line 101) | public boolean isTimeout() { method isSipResponse (line 110) | public boolean isSipResponse() { method isSipIntermediateResponse (line 122) | public boolean isSipIntermediateResponse() { method isSipSuccessfullResponse (line 132) | public boolean isSipSuccessfullResponse() { method isSipAck (line 142) | public boolean isSipAck() { method getSipResponse (line 158) | public SipResponse getSipResponse() { method getStatusCode (line 170) | public int getStatusCode() { method getReasonPhrase (line 184) | public String getReasonPhrase() { method waitResponse (line 198) | public void waitResponse(long timeout) { method responseReceived (line 218) | public void responseReceived(SipMessage msg) { method resetContext (line 228) | public void resetContext() { method getTransactionContextId (line 241) | public static String getTransactionContextId(SipMessage msg) { method getTransactionContextId (line 251) | public static String getTransactionContextId(Message msg) { method getCallbackSipProvisionalResponse (line 261) | public INotifySipProvisionalResponse getCallbackSipProvisionalResponse... FILE: core/src/com/gsma/rcs/core/ims/protocol/sip/SipTransactionList.java class SipTransactionList (line 28) | public class SipTransactionList extends Hashtable getListeners() { method getSessionTimerManager (line 267) | public SessionTimerManager getSessionTimerManager() { method getUpdateSessionManager (line 276) | public UpdateSessionManager getUpdateSessionManager() { method isBehindNat (line 285) | public boolean isBehindNat() { method startSession (line 295) | public abstract void startSession() throws PayloadException, NetworkEx... method removeSession (line 300) | public abstract void removeSession(); method getImsService (line 307) | public ImsService getImsService() { method getTimestamp (line 316) | public long getTimestamp() { method getSessionID (line 325) | public String getSessionID() { method setSessionID (line 337) | public void setSessionID(String sessionId) { method getRemoteContact (line 346) | public ContactId getRemoteContact() { method getRemoteDisplayName (line 355) | public String getRemoteDisplayName() { method setRemoteDisplayName (line 364) | public void setRemoteDisplayName(String remoteDisplayName) { method getDialogPath (line 373) | public SipDialogPath getDialogPath() { method getAuthenticationAgent (line 382) | public SessionAuthenticationAgent getAuthenticationAgent() { method rejectSession (line 391) | public void rejectSession(InvitationStatus status) { method acceptSession (line 405) | public void acceptSession() { method waitInvitationAnswer (line 422) | public InvitationStatus waitInvitationAnswer(long timeout) { method waitInvitationAnswer (line 457) | public InvitationStatus waitInvitationAnswer() { method interruptSession (line 464) | public void interruptSession() { method terminateSession (line 490) | public void terminateSession(TerminationReason reason) throws PayloadE... method deleteSession (line 528) | public void deleteSession() throws PayloadException, NetworkException { method closeSession (line 545) | public void closeSession(TerminationReason reason) throws PayloadExcep... method receiveBye (line 592) | public void receiveBye(SipRequest bye) throws PayloadException, Networ... method receiveCancel (line 614) | public void receiveCancel(SipRequest cancel) throws NetworkException, ... method receiveReInvite (line 649) | public void receiveReInvite(SipRequest reInvite) throws PayloadExcepti... method receiveUpdate (line 661) | public void receiveUpdate(SipRequest update) throws NetworkException, ... method setSessionAccepted (line 668) | public void setSessionAccepted() { method prepareMediaSession (line 678) | public abstract void prepareMediaSession() throws PayloadException, Ne... method openMediaSession (line 686) | public abstract void openMediaSession() throws PayloadException, Netwo... method startMediaTransfer (line 695) | public abstract void startMediaTransfer() throws PayloadException, Net... method closeMediaSession (line 701) | public abstract void closeMediaSession(); method send180Ringing (line 711) | public void send180Ringing(SipRequest request, String localTag) throws... method sendErrorResponse (line 729) | public void sendErrorResponse(SipRequest request, String localTag, Inv... method send603Decline (line 759) | public void send603Decline(SipRequest request, String localTag) throws... method send486Busy (line 779) | public void send486Busy(SipRequest request, String localTag) throws Ne... method send415Error (line 798) | public void send415Error(SipRequest request) throws NetworkException, ... method createSetupOffer (line 815) | public String createSetupOffer() { method createMobileToMobileSetupOffer (line 832) | public String createMobileToMobileSetupOffer() { method createSetupAnswer (line 843) | public String createSetupAnswer(String offer) { method getResponseTimeout (line 865) | public long getResponseTimeout() { method isSessionInterrupted (line 874) | public boolean isSessionInterrupted() { method isSessionTerminatedByRemote (line 884) | public boolean isSessionTerminatedByRemote() { method isSessionAccepted (line 893) | public boolean isSessionAccepted() { method createInvite (line 903) | public abstract SipRequest createInvite() throws PayloadException; method sendInvite (line 913) | public void sendInvite(SipRequest invite) throws PayloadException, Net... method handle200OK (line 987) | public void handle200OK(SipResponse resp) throws PayloadException, Net... method handleInactivityEvent (line 1040) | public abstract void handleInactivityEvent() throws PayloadException, ... method handleDefaultError (line 1047) | public void handleDefaultError(SipResponse resp) { method handle403Forbidden (line 1059) | public void handle403Forbidden(SipResponse resp) { method handle404SessionNotFound (line 1068) | public void handle404SessionNotFound(SipResponse resp) { method handle407Authentication (line 1080) | public void handle407Authentication(SipResponse resp) throws PayloadEx... method handle422SessionTooSmall (line 1121) | public void handle422SessionTooSmall(SipResponse resp) throws PayloadE... method handle480Unavailable (line 1173) | public void handle480Unavailable(SipResponse resp) { method handle486Busy (line 1182) | public void handle486Busy(SipResponse resp) { method handle487Cancel (line 1191) | public void handle487Cancel(SipResponse resp) { method handle603Declined (line 1202) | public void handle603Declined(SipResponse resp) { method handleError (line 1213) | public abstract void handleError(ImsServiceError error); method handleReInviteResponse (line 1222) | public void handleReInviteResponse(InvitationStatus code, SipResponse ... method handleReInviteUserAnswer (line 1231) | public void handleReInviteUserAnswer(InvitationStatus code, int reques... method handleReInviteAck (line 1240) | public void handleReInviteAck(InvitationStatus code, int requestType) { method handleReInvite407ProxyAuthent (line 1251) | public void handleReInvite407ProxyAuthent(SipResponse response, int se... method buildReInviteSdpResponse (line 1262) | public String buildReInviteSdpResponse(SipRequest ReInvite, int servic... method isInitiatedByRemote (line 1272) | abstract public boolean isInitiatedByRemote(); method handle180Ringing (line 1279) | public void handle180Ringing(SipResponse response) { FILE: core/src/com/gsma/rcs/core/ims/service/ImsSessionBasedServiceError.java class ImsSessionBasedServiceError (line 26) | public class ImsSessionBasedServiceError extends ImsServiceError { method ImsSessionBasedServiceError (line 80) | public ImsSessionBasedServiceError(ImsServiceError error) { method ImsSessionBasedServiceError (line 89) | public ImsSessionBasedServiceError(int code) { method ImsSessionBasedServiceError (line 99) | public ImsSessionBasedServiceError(int code, String msg) { method ImsSessionBasedServiceError (line 111) | public ImsSessionBasedServiceError(int code, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/ImsSessionListener.java type ImsSessionListener (line 33) | public interface ImsSessionListener { method onSessionStarted (line 39) | public void onSessionStarted(ContactId contact); method onSessionAborted (line 47) | public void onSessionAborted(ContactId contact, TerminationReason reas... method onSessionRejected (line 55) | public void onSessionRejected(ContactId contact, TerminationReason rea... method onSessionAccepting (line 62) | public void onSessionAccepting(ContactId contact); FILE: core/src/com/gsma/rcs/core/ims/service/SessionActivityManager.java class SessionActivityManager (line 35) | public class SessionActivityManager extends PeriodicRefresher { method SessionActivityManager (line 60) | public SessionActivityManager(ImsServiceSession session, long timeout) { method updateActivity (line 68) | public void updateActivity() { method start (line 75) | public void start() { method stop (line 95) | public void stop() { method periodicProcessing (line 108) | public void periodicProcessing() throws PayloadException, NetworkExcep... FILE: core/src/com/gsma/rcs/core/ims/service/SessionAuthenticationAgent.java class SessionAuthenticationAgent (line 44) | public class SessionAuthenticationAgent { method SessionAuthenticationAgent (line 61) | public SessionAuthenticationAgent(ImsModule imsModule) { method setProxyAuthorizationHeader (line 77) | public void setProxyAuthorizationHeader(SipRequest request) throws Inv... method readProxyAuthenticateHeader (line 111) | public void readProxyAuthenticateHeader(SipResponse response) { method setAuthorizationHeader (line 128) | public void setAuthorizationHeader(SipRequest request) throws InvalidA... FILE: core/src/com/gsma/rcs/core/ims/service/SessionIdGenerator.java class SessionIdGenerator (line 26) | public class SessionIdGenerator { method getNewId (line 37) | public static synchronized String getNewId() { FILE: core/src/com/gsma/rcs/core/ims/service/SessionNotEstablishedException.java class SessionNotEstablishedException (line 26) | public class SessionNotEstablishedException extends Exception { method SessionNotEstablishedException (line 35) | public SessionNotEstablishedException(String message) { method SessionNotEstablishedException (line 47) | public SessionNotEstablishedException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/SessionTimerManager.java class SessionTimerManager (line 49) | public class SessionTimerManager extends PeriodicRefresher { method SessionTimerManager (line 95) | public SessionTimerManager(ImsServiceSession session) { method isSessionTimerActivated (line 105) | public boolean isSessionTimerActivated(SipMessage msg) { method start (line 123) | public void start(String refresher, long expirePeriod) { method startProcessing (line 153) | private void startProcessing() { method stop (line 165) | public void stop() { method periodicProcessing (line 178) | public void periodicProcessing() throws PayloadException, NetworkExcep... method sessionRefreshForUAC (line 195) | private void sessionRefreshForUAC() throws PayloadException, NetworkEx... method sendReInvite (line 227) | private void sendReInvite(SipRequest reInvite) throws PayloadException... method sessionRefreshForUAS (line 320) | private void sessionRefreshForUAS() throws PayloadException, NetworkEx... method receiveReInvite (line 348) | public void receiveReInvite(SipRequest reInvite) throws PayloadExcepti... method receiveUpdate (line 380) | public void receiveUpdate(SipRequest update) throws NetworkException, ... FILE: core/src/com/gsma/rcs/core/ims/service/SipIntentManager.java class SipIntentManager (line 44) | public class SipIntentManager { method SipIntentManager (line 51) | public SipIntentManager() { method isSipRequestResolved (line 60) | public Intent isSipRequestResolved(SipRequest request) { method generateSipIntent (line 83) | private Intent generateSipIntent(SipRequest request, String featureTag) { method isSipIntentResolvedByBroadcastReceiver (line 119) | private boolean isSipIntentResolvedByBroadcastReceiver(Intent intent) { method formatIntentMimeType (line 132) | private String formatIntentMimeType(String featureTag) { FILE: core/src/com/gsma/rcs/core/ims/service/UpdateSessionManager.java class UpdateSessionManager (line 46) | public class UpdateSessionManager { method UpdateSessionManager (line 76) | public UpdateSessionManager(ImsServiceSession session, RcsSettings rcs... method createReInvite (line 89) | public SipRequest createReInvite(String[] featureTags, String content) method sendReInvite (line 136) | public void sendReInvite(SipRequest request, int serviceContext) throw... method send200OkReInviteResp (line 189) | public void send200OkReInviteResp(SipRequest request, String[] feature... method waitUserAckAndSendReInviteResp (line 221) | public void waitUserAckAndSendReInviteResp(SipRequest request, String[... method rejectReInvite (line 294) | public void rejectReInvite(int code) { method acceptReInvite (line 314) | public void acceptReInvite() { method waitInvitationAnswer (line 332) | public InvitationStatus waitInvitationAnswer() { FILE: core/src/com/gsma/rcs/core/ims/service/UpdateSessionManagerListener.java type UpdateSessionManagerListener (line 30) | public interface UpdateSessionManagerListener { method handleReInviteResponse (line 38) | public void handleReInviteResponse(InvitationStatus status, SipRespons... method handleReInviteUserAnswer (line 45) | public void handleReInviteUserAnswer(InvitationStatus status); method handleReInviteAck (line 52) | public void handleReInviteAck(InvitationStatus status); method buildReInviteSdpResponse (line 59) | public String buildReInviteSdpResponse(SipRequest reInvite); FILE: core/src/com/gsma/rcs/core/ims/service/capability/AnonymousFetchManager.java class AnonymousFetchManager (line 55) | public class AnonymousFetchManager implements DiscoveryManager { method AnonymousFetchManager (line 77) | public AnonymousFetchManager(ImsModule parent, RcsSettings rcsSettings, method requestCapabilities (line 92) | public void requestCapabilities(ContactId contact) throws PayloadExcep... method onNotificationReceived (line 109) | public void onNotificationReceived(SipRequest notify) throws PayloadEx... FILE: core/src/com/gsma/rcs/core/ims/service/capability/AnonymousFetchRequestTask.java class AnonymousFetchRequestTask (line 60) | public class AnonymousFetchRequestTask { method AnonymousFetchRequestTask (line 99) | public AnonymousFetchRequestTask(ImsModule parent, ContactId contact, ... method start (line 115) | public void start() throws PayloadException, NetworkException, Contact... method sendSubscribe (line 126) | private void sendSubscribe() throws PayloadException, NetworkException... method createSubscribe (line 161) | private SipRequest createSubscribe() throws PayloadException { method sendSubscribe (line 182) | private void sendSubscribe(SipRequest subscribe) throws PayloadExcepti... method handle200OK (line 229) | private void handle200OK(SipTransactionContext ctx) { method handle407Authentication (line 243) | private void handle407Authentication(SipTransactionContext ctx) throws... method handleError (line 281) | private void handleError(PresenceError error) { method handleUserNotFound (line 299) | private void handleUserNotFound(SipTransactionContext ctx) throws Cont... FILE: core/src/com/gsma/rcs/core/ims/service/capability/Capabilities.java class Capabilities (line 30) | public class Capabilities { method Capabilities (line 77) | private Capabilities(CapabilitiesBuilder builder) { method isImageSharingSupported (line 103) | public boolean isImageSharingSupported() { method isVideoSharingSupported (line 112) | public boolean isVideoSharingSupported() { method isIPVoiceCallSupported (line 121) | public boolean isIPVoiceCallSupported() { method isIPVideoCallSupported (line 130) | public boolean isIPVideoCallSupported() { method isImSessionSupported (line 139) | public boolean isImSessionSupported() { method isFileTransferMsrpSupported (line 148) | public boolean isFileTransferMsrpSupported() { method isCsVideoSupported (line 157) | public boolean isCsVideoSupported() { method isPresenceDiscoverySupported (line 166) | public boolean isPresenceDiscoverySupported() { method isSocialPresenceSupported (line 175) | public boolean isSocialPresenceSupported() { method isFileTransferHttpSupported (line 184) | public boolean isFileTransferHttpSupported() { method isGeolocationPushSupported (line 193) | public boolean isGeolocationPushSupported() { method isFileTransferThumbnailSupported (line 202) | public boolean isFileTransferThumbnailSupported() { method isFileTransferStoreForwardSupported (line 211) | public boolean isFileTransferStoreForwardSupported() { method isGroupChatStoreForwardSupported (line 220) | public boolean isGroupChatStoreForwardSupported() { method isSipAutomata (line 229) | public boolean isSipAutomata() { method getSupportedExtensions (line 238) | public Set getSupportedExtensions() { method getTimestampOfLastRequest (line 247) | public long getTimestampOfLastRequest() { method toString (line 252) | @Override method equals (line 275) | @Override method hashCode (line 317) | @Override method getTimestampOfLastResponse (line 345) | public long getTimestampOfLastResponse() { class CapabilitiesBuilder (line 352) | public static class CapabilitiesBuilder { method CapabilitiesBuilder (line 375) | public CapabilitiesBuilder() { method CapabilitiesBuilder (line 383) | public CapabilitiesBuilder(Capabilities capabilities) { method setImageSharing (line 410) | public CapabilitiesBuilder setImageSharing(boolean support) { method isImageSharingSupported (line 420) | public boolean isImageSharingSupported() { method setVideoSharing (line 430) | public CapabilitiesBuilder setVideoSharing(boolean support) { method isVideoSharingSupported (line 440) | public boolean isVideoSharingSupported() { method setIpVoiceCall (line 450) | public CapabilitiesBuilder setIpVoiceCall(boolean support) { method isIPVoiceCallSupported (line 460) | public boolean isIPVoiceCallSupported() { method setIpVideoCall (line 470) | public CapabilitiesBuilder setIpVideoCall(boolean support) { method isIPVideoCallSupported (line 480) | public boolean isIPVideoCallSupported() { method setImSession (line 490) | public CapabilitiesBuilder setImSession(boolean support) { method isImSessionSupported (line 500) | public boolean isImSessionSupported() { method setFileTransferMsrp (line 510) | public CapabilitiesBuilder setFileTransferMsrp(boolean support) { method isFileTransferMsrpSupported (line 520) | public boolean isFileTransferMsrpSupported() { method setCsVideo (line 530) | public CapabilitiesBuilder setCsVideo(boolean support) { method isCsVideoSupported (line 540) | public boolean isCsVideoSupported() { method setPresenceDiscovery (line 550) | public CapabilitiesBuilder setPresenceDiscovery(boolean support) { method isPresenceDiscovery (line 560) | public boolean isPresenceDiscovery() { method setSocialPresence (line 570) | public CapabilitiesBuilder setSocialPresence(boolean support) { method isSocialPresence (line 580) | public boolean isSocialPresence() { method setFileTransferHttp (line 590) | public CapabilitiesBuilder setFileTransferHttp(boolean support) { method isFileTransferHttpSupported (line 600) | public boolean isFileTransferHttpSupported() { method setGeolocationPush (line 610) | public CapabilitiesBuilder setGeolocationPush(boolean support) { method isGeolocationPushSupported (line 620) | public boolean isGeolocationPushSupported() { method setFileTransferThumbnail (line 630) | public CapabilitiesBuilder setFileTransferThumbnail(boolean support) { method isFileTransferThumbnailSupported (line 640) | public boolean isFileTransferThumbnailSupported() { method setFileTransferStoreForward (line 650) | public CapabilitiesBuilder setFileTransferStoreForward(boolean suppo... method isFileTransferStoreForwardSupported (line 660) | public boolean isFileTransferStoreForwardSupported() { method setGroupChatStoreForward (line 670) | public CapabilitiesBuilder setGroupChatStoreForward(boolean support) { method isGroupChatStoreForwardSupported (line 680) | public boolean isGroupChatStoreForwardSupported() { method setSipAutomata (line 690) | public CapabilitiesBuilder setSipAutomata(boolean support) { method isSipAutomata (line 700) | public boolean isSipAutomata() { method setExtensions (line 710) | public CapabilitiesBuilder setExtensions(Set extensions) { method addExtension (line 721) | public CapabilitiesBuilder addExtension(String extension) { method setTimestampOfLastRequest (line 732) | public CapabilitiesBuilder setTimestampOfLastRequest(long time) { method getTimestampOfLastRequest (line 742) | public long getTimestampOfLastRequest() { method setTimestampOfLastResponse (line 752) | public CapabilitiesBuilder setTimestampOfLastResponse(long time) { method getTimestampOfLastResponse (line 762) | public long getTimestampOfLastResponse() { method build (line 771) | public Capabilities build() { FILE: core/src/com/gsma/rcs/core/ims/service/capability/CapabilityError.java class CapabilityError (line 28) | public class CapabilityError extends ImsServiceError { method CapabilityError (line 41) | public CapabilityError(int code) { method CapabilityError (line 51) | public CapabilityError(int code, String msg) { method CapabilityError (line 63) | public CapabilityError(int code, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/capability/CapabilityService.java class CapabilityService (line 56) | public class CapabilityService extends ImsService implements AddressBook... method CapabilityService (line 96) | public CapabilityService(ImsModule parent, RcsSettings rcsSettings, method allocateBgHandler (line 124) | private Handler allocateBgHandler(String threadName) { method register (line 130) | public void register(CapabilityServiceImpl service) { method scheduleCapabilityOperation (line 137) | public void scheduleCapabilityOperation(Runnable runnable) { method start (line 141) | @Override method stop (line 159) | @Override method check (line 186) | public void check() { method getOptionsManager (line 194) | public OptionsManager getOptionsManager() { method getAnonymousFetchManager (line 203) | public AnonymousFetchManager getAnonymousFetchManager() { method requestContactCapabilities (line 212) | public synchronized void requestContactCapabilities(ContactId contact) { method requestContactCapabilities (line 224) | public void requestContactCapabilities(Set contacts) { method onCapabilityRequestReceived (line 241) | public void onCapabilityRequestReceived(final SipRequest options) { method onNotificationReceived (line 275) | public void onNotificationReceived(final SipRequest notify) { method synchronizeContacts (line 299) | private void synchronizeContacts() { method handleAddressBookHasChanged (line 312) | @Override method resetContactCapabilitiesForContentSharing (line 328) | public void resetContactCapabilitiesForContentSharing(ContactId contact) method onReceivedCapabilities (line 358) | public void onReceivedCapabilities(ContactId contact, Capabilities cap... FILE: core/src/com/gsma/rcs/core/ims/service/capability/CapabilityUtils.java class CapabilityUtils (line 53) | public class CapabilityUtils { method getSupportedFeatureTags (line 62) | public static String[] getSupportedFeatureTags(boolean richcall, RcsSe... method extractCapabilities (line 153) | public static Capabilities extractCapabilities(SipMessage msg) { method buildSdp (line 286) | public static String buildSdp(String ipAddress, boolean richcall, RcsS... method extractServiceId (line 343) | public static String extractServiceId(String featureTag) { FILE: core/src/com/gsma/rcs/core/ims/service/capability/DiscoveryManager.java type DiscoveryManager (line 35) | public interface DiscoveryManager { method requestCapabilities (line 44) | public void requestCapabilities(ContactId contact) throws PayloadExcep... FILE: core/src/com/gsma/rcs/core/ims/service/capability/ExternalCapabilityMonitoring.java class ExternalCapabilityMonitoring (line 43) | public class ExternalCapabilityMonitoring extends BroadcastReceiver { method ExternalCapabilityMonitoring (line 52) | public ExternalCapabilityMonitoring(Core core, ServiceExtensionManager... method onReceive (line 57) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/capability/OptionsManager.java class OptionsManager (line 54) | public class OptionsManager implements DiscoveryManager { method OptionsManager (line 80) | public OptionsManager(ImsModule parent, RcsSettings rcsSettings, Conta... method start (line 89) | public void start() { method stop (line 96) | public void stop() { method requestCapabilitiesInBackground (line 106) | private void requestCapabilitiesInBackground(ContactId contact, method isCapabilityRefreshAuthorized (line 131) | private boolean isCapabilityRefreshAuthorized(long timestampOfLastRequ... method requestCapabilities (line 148) | public void requestCapabilities(ContactId contact) { method requestCapabilities (line 179) | public void requestCapabilities(Set contacts) { method onCapabilityRequestReceived (line 193) | public void onCapabilityRequestReceived(SipRequest options) throws Pay... method requestCapabilities (line 251) | public void requestCapabilities(Set contacts, final IOption... type IOptionsManagerListener (line 276) | public interface IOptionsManagerListener { method endOfCapabilitiesRequest (line 280) | public void endOfCapabilitiesRequest(); FILE: core/src/com/gsma/rcs/core/ims/service/capability/OptionsRequestTask.java class OptionsRequestTask (line 55) | public class OptionsRequestTask implements Runnable { method OptionsRequestTask (line 84) | public OptionsRequestTask(ImsModule parent, ContactId contact, String[... method run (line 96) | @Override method sendOptions (line 141) | private void sendOptions() throws PayloadException, NetworkException, ... method sendAndWaitOptions (line 174) | private void sendAndWaitOptions(SipRequest options) throws PayloadExce... method handleUserNotRegistered (line 222) | private void handleUserNotRegistered() throws ContactManagerException,... method handleUserNotFound (line 253) | private void handleUserNotFound() throws ContactManagerException, File... method handle200OK (line 272) | private void handle200OK(SipTransactionContext ctx) throws ContactMana... method handle407Authentication (line 313) | private void handle407Authentication(SipTransactionContext ctx) throws... method handleError (line 346) | private void handleError(CapabilityError error) { type IOptionsRequestTaskListener (line 377) | public interface IOptionsRequestTaskListener { method endOfOptionsRequestTask (line 383) | void endOfOptionsRequestTask(ContactId contact); FILE: core/src/com/gsma/rcs/core/ims/service/capability/PollingManager.java class PollingManager (line 41) | public class PollingManager extends PeriodicRefresher { method PollingManager (line 64) | public PollingManager(CapabilityService parent, RcsSettings rcsSettings, method start (line 74) | public void start() { method stop (line 85) | public void stop() { method periodicProcessing (line 96) | public void periodicProcessing() throws PayloadException, NetworkExcep... method requestContactCapabilities (line 121) | private void requestContactCapabilities(ContactId contact) throws Payl... method isCapabilityRefreshRequired (line 164) | private boolean isCapabilityRefreshRequired(long timestampOfLastResponse, FILE: core/src/com/gsma/rcs/core/ims/service/capability/SyncContactTask.java class SyncContactTask (line 44) | public class SyncContactTask implements Runnable { method SyncContactTask (line 72) | public SyncContactTask(ISyncContactTaskListener syncContactTaskListener, method run (line 85) | @Override type ISyncContactTaskListener (line 150) | public interface ISyncContactTaskListener { method endOfSyncContactTask (line 154) | public void endOfSyncContactTask(); method getContactsNotAssociatedWithRcsRawContact (line 165) | private Set getContactsNotAssociatedWithRcsRawContact( method aggregateNewContactsAndGetUnqueriedOnes (line 191) | private Set aggregateNewContactsAndGetUnqueriedOnes() FILE: core/src/com/gsma/rcs/core/ims/service/extension/ServiceExtensionManager.java class ServiceExtensionManager (line 44) | public class ServiceExtensionManager { method ServiceExtensionManager (line 71) | public ServiceExtensionManager(ImsModule imsModule, Context ctx, Core ... method start (line 83) | public void start() { method stop (line 100) | public void stop() { method saveSupportedExtensions (line 113) | public void saveSupportedExtensions(Set supportedExts) { method updateSupportedExtensions (line 118) | private void updateSupportedExtensions() { method isExtensionAuthorized (line 128) | public boolean isExtensionAuthorized(String ext) { method removeSupportedExtensions (line 151) | public void removeSupportedExtensions() { method addNewSupportedExtensions (line 158) | public void addNewSupportedExtensions() { method getExtensions (line 168) | public static Set getExtensions(String extensions) { method getExtensions (line 188) | public static String getExtensions(Set extensions) { FILE: core/src/com/gsma/rcs/core/ims/service/extension/SupportedExtensionUpdater.java class SupportedExtensionUpdater (line 43) | public class SupportedExtensionUpdater implements Runnable { method SupportedExtensionUpdater (line 64) | public SupportedExtensionUpdater(Context ctx, ImsModule imsModule, Rcs... method run (line 72) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/InstantMessagingService.java class InstantMessagingService (line 137) | public class InstantMessagingService extends ImsService { method InstantMessagingService (line 240) | public InstantMessagingService(ImsModule parent, RcsSettings rcsSettings, method allocateBgHandler (line 259) | private Handler allocateBgHandler(String threadName) { method register (line 265) | public void register(ChatServiceImpl service) { method register (line 272) | public void register(FileTransferServiceImpl service) { method initialize (line 282) | public void initialize() { method scheduleImOperation (line 286) | public void scheduleImOperation(Runnable runnable) { method onCoreLayerStarted (line 290) | public void onCoreLayerStarted() { method send403Forbidden (line 302) | private void send403Forbidden(SipRequest request, String warning) thro... method start (line 311) | @Override method stop (line 338) | @Override method check (line 358) | @Override method getImdnManager (line 367) | public ImdnManager getImdnManager() { method getStoreAndForwardManager (line 374) | public StoreAndForwardManager getStoreAndForwardManager() { method getDeliveryExpirationManager (line 381) | public DeliveryExpirationManager getDeliveryExpirationManager() { method addSession (line 385) | public void addSession(OneToOneChatSession session) { method removeSession (line 396) | public void removeSession(final OneToOneChatSession session) { method getOneToOneChatSession (line 407) | public OneToOneChatSession getOneToOneChatSession(ContactId contact) { method addSession (line 413) | public void addSession(TerminatingStoreAndForwardOneToOneChatMessageSe... method removeSession (line 424) | public void removeSession(final TerminatingStoreAndForwardOneToOneChat... method getStoreAndForwardMsgSession (line 435) | public TerminatingStoreAndForwardOneToOneChatMessageSession getStoreAn... method addSession (line 442) | public void addSession(TerminatingStoreAndForwardOneToOneChatNotificat... method removeSession (line 452) | public void removeSession( method addSession (line 463) | public void addSession(GroupChatSession session) { method removeSession (line 474) | public void removeSession(final GroupChatSession session) { method getGroupChatSession (line 491) | public GroupChatSession getGroupChatSession(String chatId) { method addGroupChatConferenceSubscriber (line 497) | public void addGroupChatConferenceSubscriber(String callId, GroupChatS... method removeGroupChatConferenceSubscriber (line 506) | public void removeGroupChatConferenceSubscriber(final String callId) { method getGroupChatSessionOfConferenceSubscriber (line 515) | public GroupChatSession getGroupChatSessionOfConferenceSubscriber(Stri... method isChatSessionAvailable (line 521) | public boolean isChatSessionAvailable() { method assertAvailableChatSession (line 539) | public void assertAvailableChatSession(String errorMessage) { method addSession (line 545) | public void addSession(FileSharingSession session) { method removeSession (line 565) | public void removeSession(final FileSharingSession session) { method getFileSharingSession (line 585) | public FileSharingSession getFileSharingSession(String fileTransferId) { method addSession (line 591) | public void addSession(FileUploadSession session) { method removeSession (line 601) | public void removeSession(final FileUploadSession session) { method getFileUploadSession (line 611) | public FileUploadSession getFileUploadSession(String uploadId) { method isFileTransferSessionAvailable (line 617) | public boolean isFileTransferSessionAvailable() { method assertAvailableFileTransferSession (line 629) | public void assertAvailableFileTransferSession(String errorMessage) { method assertFileSizeNotExceedingMaxLimit (line 635) | public void assertFileSizeNotExceedingMaxLimit(long size, String error... method isMaxConcurrentOutgoingFileTransfersReached (line 651) | public boolean isMaxConcurrentOutgoingFileTransfersReached() { method createFileTransferSession (line 687) | public FileSharingSession createFileTransferSession(String fileTransfe... method createGroupFileTransferSession (line 720) | public FileSharingSession createGroupFileTransferSession(String fileTr... method onMsrpFileTransferInvitationReceived (line 736) | public void onMsrpFileTransferInvitationReceived(final SipRequest invi... method createOneToOneChatSession (line 876) | public OneToOneChatSession createOneToOneChatSession(ContactId contact... method onOne2OneChatSessionReceived (line 891) | public void onOne2OneChatSessionReceived(final SipRequest invite, fina... method createOriginatingAdHocGroupChatSession (line 1051) | public GroupChatSession createOriginatingAdHocGroupChatSession(Set tags) { method setAcceptContactTags (line 196) | public void setAcceptContactTags(List tags) { method getAcceptTypes (line 205) | protected String getAcceptTypes() { method addAcceptTypes (line 214) | protected void addAcceptTypes(String types) { method getWrappedTypes (line 227) | protected String getWrappedTypes() { method addWrappedTypes (line 236) | protected void addWrappedTypes(String types) { method getSubject (line 249) | public String getSubject() { method setSubject (line 258) | public void setSubject(String subject) { method getActivityManager (line 267) | public SessionActivityManager getActivityManager() { method getContributionID (line 276) | public String getContributionID() { method setContributionID (line 285) | public void setContributionID(String id) { method getImSessionIdentity (line 294) | public String getImSessionIdentity() { method getMsrpMgr (line 306) | public MsrpManager getMsrpMgr() { method getFirstMessage (line 315) | public ChatMessage getFirstMessage() { method closeMsrpSession (line 322) | public void closeMsrpSession() { method handle480Unavailable (line 336) | public void handle480Unavailable(SipResponse resp) { method handle486Busy (line 345) | public void handle486Busy(SipResponse resp) { method handle603Declined (line 354) | public void handle603Declined(SipResponse resp) { method msrpDataTransferred (line 363) | public void msrpDataTransferred(String msgId) { method handleInactivityEvent (line 374) | @Override method receiveMsrpData (line 389) | public abstract void receiveMsrpData(String msgId, byte[] data, String... method msrpTransferProgress (line 398) | public void msrpTransferProgress(long currentSize, long totalSize) { method msrpTransferProgress (line 410) | public boolean msrpTransferProgress(long currentSize, long totalSize, ... method msrpTransferAborted (line 418) | public void msrpTransferAborted() { method receiveIsComposing (line 429) | protected void receiveIsComposing(ContactId contact, byte[] event) thr... method sendEmptyDataChunk (line 438) | public void sendEmptyDataChunk() throws NetworkException { method handleFileTransferInvitationRejected (line 442) | private void handleFileTransferInvitationRejected(ContactId contact, M... method handleResendFileTransferInvitationRejected (line 449) | private void handleResendFileTransferInvitationRejected(String fileTra... method receiveHttpFileTransfer (line 468) | protected void receiveHttpFileTransfer(ContactId contact, String displ... method sendDataChunks (line 618) | public void sendDataChunks(String msgId, String data, String mime, Typ... method isGroupChat (line 630) | public abstract boolean isGroupChat(); method sendChatMessage (line 638) | public abstract void sendChatMessage(ChatMessage msg) throws NetworkEx... method sendIsComposingStatus (line 646) | public abstract void sendIsComposingStatus(boolean status) throws Netw... method sendMsrpMessageDeliveryStatus (line 657) | public abstract void sendMsrpMessageDeliveryStatus(ContactId remote, S... method onDeliveryStatusReceived (line 667) | public void onDeliveryStatusReceived(ContactId contact, String xml) th... method prepareMediaSession (line 682) | public void prepareMediaSession() { method openMediaSession (line 697) | public void openMediaSession() throws PayloadException, NetworkExcepti... method startMediaTransfer (line 705) | public void startMediaTransfer() { method rejectSession (line 712) | public abstract void rejectSession(); method isMediaEstablished (line 719) | public boolean isMediaEstablished() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/ChatSessionListener.java type ChatSessionListener (line 34) | public interface ChatSessionListener extends ImsSessionListener { method onMessageReceived (line 42) | void onMessageReceived(ChatMessage msg, boolean imdnDisplayedRequested, method onIsComposingEventReceived (line 51) | void onIsComposingEventReceived(ContactId contact, boolean status); method onMessageSent (line 59) | void onMessageSent(String msgId, String mimeType); method onMessageFailedSend (line 67) | void onMessageFailedSend(String msgId, String mimeType); method onMessageDeliveryStatusReceived (line 75) | void onMessageDeliveryStatusReceived(ContactId contact, ImdnDocument i... method onDeliveryStatusReceived (line 84) | void onDeliveryStatusReceived(String contributionId, ContactId contact... method onChatMessageDisplayReportSent (line 91) | void onChatMessageDisplayReportSent(String msgId); FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/ChatUtils.java class ChatUtils (line 82) | public class ChatUtils { method getSupportedFeatureTagsForGroupChat (line 103) | public static List getSupportedFeatureTagsForGroupChat(RcsSett... method getAcceptContactTagsForGroupChat (line 131) | public static List getAcceptContactTagsForGroupChat() { method getSupportedFeatureTagsForChat (line 143) | public static List getSupportedFeatureTagsForChat(RcsSettings ... method getContributionId (line 172) | public static String getContributionId(SipRequest request) { method isGroupChatInvitation (line 186) | public static boolean isGroupChatInvitation(SipRequest request) { method getReferredIdentityAsContactId (line 198) | public static ContactId getReferredIdentityAsContactId(SipRequest requ... method getReferredIdentityAsContactUri (line 219) | public static String getReferredIdentityAsContactUri(SipRequest reques... method isTextPlainType (line 235) | public static boolean isTextPlainType(String mime) { method isApplicationIsComposingType (line 245) | public static boolean isApplicationIsComposingType(String mime) { method isMessageCpimType (line 255) | public static boolean isMessageCpimType(String mime) { method isMessageImdnType (line 265) | public static boolean isMessageImdnType(String mime) { method isGeolocType (line 275) | public static boolean isGeolocType(String mime) { method generateChatResourceList (line 285) | public static String generateChatResourceList(Set participa... method getParticipants (line 305) | public static Map getParticipants(Set getParticipants(SipReq... method isFileTransferOverHttp (line 851) | public static boolean isFileTransferOverHttp(SipRequest request) { method apiMimeTypeToNetworkMimeType (line 867) | public static String apiMimeTypeToNetworkMimeType(String apiMimeType) { method networkGeolocContentToPersistedGeolocContent (line 889) | public static String networkGeolocContentToPersistedGeolocContent(Stri... method persistedGeolocContentToNetworkGeolocContent (line 903) | public static String persistedGeolocContentToNetworkGeolocContent(Stri... method createChatMessage (line 922) | public static ChatMessage createChatMessage(String msgId, String apiMi... FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/ContributionIdGenerator.java class ContributionIdGenerator (line 41) | public class ContributionIdGenerator { method generateSecretKey (line 48) | private static byte[] generateSecretKey() { method generateRawKey (line 67) | private static byte[] generateRawKey() { method getContributionId (line 78) | public synchronized static String getContributionId(String callId) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/GroupChatAutoRejoinTask.java class GroupChatAutoRejoinTask (line 25) | public class GroupChatAutoRejoinTask implements Runnable { method GroupChatAutoRejoinTask (line 33) | public GroupChatAutoRejoinTask(InstantMessagingService imService, Mess... method run (line 38) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/GroupChatInfo.java class GroupChatInfo (line 36) | public class GroupChatInfo { method GroupChatInfo (line 72) | public GroupChatInfo(Uri rejoinId, String contributionId, method getRejoinId (line 86) | public Uri getRejoinId() { method getContributionId (line 95) | public String getContributionId() { method getParticipants (line 104) | public Map getParticipants() { method getSubject (line 113) | public String getSubject() { method getTimestamp (line 122) | public long getTimestamp() { method toString (line 131) | public String toString() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/GroupChatSession.java class GroupChatSession (line 82) | public abstract class GroupChatSession extends ChatSession { method GroupChatSession (line 120) | public GroupChatSession(InstantMessagingService imService, ContactId c... method isGroupChat (line 143) | @Override method getMaxParticipants (line 153) | public int getMaxParticipants() { method setMaxParticipants (line 162) | public void setMaxParticipants(int maxParticipants) { method getParticipants (line 171) | public Map getParticipants() { method getParticipants (line 183) | public Map getParticipants(ParticipantSt... method getParticipants (line 202) | public Map getParticipants(Set getParticipantsToUpdate( method updateParticipants (line 241) | public void updateParticipants(Map parti... method updateParticipants (line 264) | private void updateParticipants(final Set contacts, Partici... method getConferenceEventSubscriber (line 277) | public ConferenceEventSubscribeManager getConferenceEventSubscriber() { method closeMediaSession (line 281) | @Override method closeSession (line 286) | @Override method receiveBye (line 301) | @Override method receiveCancel (line 321) | @Override method sendChatMessage (line 327) | @Override method sendIsComposingStatus (line 365) | @Override method sendMsrpMessageDeliveryStatus (line 376) | @Override method sendFileInfo (line 417) | public void sendFileInfo(GroupFileTransferImpl fileTransfer, String fi... method getMaxNumberOfAdditionalParticipants (line 451) | public int getMaxNumberOfAdditionalParticipants() { method inviteParticipants (line 477) | public void inviteParticipants(Set contacts) throws Payload... method rejectSession (line 551) | @Override method createInvite (line 556) | @Override method handle200OK (line 562) | @Override method shouldSendDisplayReport (line 569) | private boolean shouldSendDisplayReport(String dispositionNotification) { method receiveMsrpData (line 575) | @Override method markForPendingRemoval (line 725) | public void markForPendingRemoval() { method isPendingForRemoval (line 734) | public boolean isPendingForRemoval() { method terminateSession (line 738) | @Override method removeSession (line 756) | @Override method msrpTransferError (line 761) | @Override method handleError (line 829) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/GroupChatSessionListener.java type GroupChatSessionListener (line 35) | public interface GroupChatSessionListener extends ChatSessionListener { method onConferenceEventReceived (line 44) | void onConferenceEventReceived(ContactId contact, ParticipantStatus st... method onSessionInvited (line 54) | void onSessionInvited(ContactId contact, String subject, method onSessionAutoAccepted (line 65) | void onSessionAutoAccepted(ContactId contact, String subject, method onParticipantsUpdated (line 74) | void onParticipantsUpdated(Map updatedPa... method onDeliveryReportSendViaMsrpFailure (line 84) | void onDeliveryReportSendViaMsrpFailure(String msgId, String chatId, T... method onImError (line 91) | void onImError(ChatError error); FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/OneToOneChatSession.java class OneToOneChatSession (line 68) | public abstract class OneToOneChatSession extends ChatSession { method OneToOneChatSession (line 89) | public OneToOneChatSession(InstantMessagingService imService, ContactI... method isGroupChat (line 114) | public boolean isGroupChat() { method closeMediaSession (line 121) | public void closeMediaSession() { method sendChatMessage (line 132) | @Override method sendFileInfo (line 178) | public void sendFileInfo(OneToOneFileTransferImpl fileTransfer, String... method sendIsComposingStatus (line 210) | public void sendIsComposingStatus(boolean status) throws NetworkExcept... method sendMsrpMessageDeliveryStatus (line 217) | @Override method rejectSession (line 254) | public void rejectSession() { method createMultipartInviteRequest (line 265) | private SipRequest createMultipartInviteRequest(String content) throws... method createInviteRequest (line 284) | private SipRequest createInviteRequest(String content) throws PayloadE... method createInvite (line 302) | public SipRequest createInvite() throws PayloadException { method handle200OK (line 318) | public void handle200OK(SipResponse resp) throws PayloadException, Net... method getSdpDirection (line 332) | public abstract String getSdpDirection(); method msrpTransferError (line 334) | @Override method receiveMsrpData (line 398) | @Override method receiveBye (line 507) | @Override method receiveCancel (line 517) | @Override method handleError (line 529) | @Override method handleError (line 549) | private void handleError(ChatMessage msg, ChatError error) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/OneToOneChatSessionListener.java type OneToOneChatSessionListener (line 31) | public interface OneToOneChatSessionListener extends ChatSessionListener { method onSessionInvited (line 38) | void onSessionInvited(ContactId contact); method onSessionAutoAccepted (line 45) | void onSessionAutoAccepted(ContactId contact); method onDeliveryReportSendViaMsrpFailure (line 54) | void onDeliveryReportSendViaMsrpFailure(String msgId, ContactId contac... method onImError (line 63) | void onImError(ChatError error, String msgId, String mimeType); FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/OriginatingAdhocGroupChatSession.java class OriginatingAdhocGroupChatSession (line 58) | public class OriginatingAdhocGroupChatSession extends GroupChatSession { method OriginatingAdhocGroupChatSession (line 79) | public OriginatingAdhocGroupChatSession(InstantMessagingService imServ... method run (line 96) | @Override method createInviteRequest (line 179) | private SipRequest createInviteRequest(String content) throws PayloadE... method createInvite (line 195) | @Override method isInitiatedByRemote (line 200) | @Override method startSession (line 205) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/OriginatingOneToOneChatSession.java class OriginatingOneToOneChatSession (line 53) | public class OriginatingOneToOneChatSession extends OneToOneChatSession { method OriginatingOneToOneChatSession (line 73) | public OriginatingOneToOneChatSession(InstantMessagingService imServic... method run (line 88) | public void run() { method getSdpDirection (line 185) | @Override method isInitiatedByRemote (line 190) | @Override method startSession (line 195) | @Override method removeSession (line 201) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/ParticipantInfoUtils.java class ParticipantInfoUtils (line 52) | public class ParticipantInfoUtils { method parseResourceList (line 65) | public static Map parseResourceList(Stri... FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/RejoinGroupChatSession.java class RejoinGroupChatSession (line 50) | public class RejoinGroupChatSession extends GroupChatSession { method RejoinGroupChatSession (line 64) | public RejoinGroupChatSession(InstantMessagingService imService, Group... method run (line 77) | @Override method createInviteRequest (line 127) | private SipRequest createInviteRequest(String content) throws PayloadE... method createInvite (line 143) | @Override method handle404SessionNotFound (line 148) | @Override method isInitiatedByRemote (line 153) | @Override method startSession (line 158) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/RestartGroupChatSession.java class RestartGroupChatSession (line 62) | public class RestartGroupChatSession extends GroupChatSession { method RestartGroupChatSession (line 83) | public RestartGroupChatSession(InstantMessagingService imService, Uri ... method run (line 97) | @Override method createInviteRequest (line 165) | private SipRequest createInviteRequest(String content) throws PayloadE... method createInvite (line 182) | @Override method handle403Forbidden (line 187) | @Override method handle404SessionNotFound (line 204) | public void handle404SessionNotFound(SipResponse resp) { method isInitiatedByRemote (line 208) | @Override method startSession (line 213) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/SessionUnavailableException.java class SessionUnavailableException (line 26) | public class SessionUnavailableException extends Exception { method SessionUnavailableException (line 35) | public SessionUnavailableException(String message) { method SessionUnavailableException (line 47) | public SessionUnavailableException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/TerminatingAdhocGroupChatSession.java class TerminatingAdhocGroupChatSession (line 64) | public class TerminatingAdhocGroupChatSession extends GroupChatSession { method TerminatingAdhocGroupChatSession (line 83) | public TerminatingAdhocGroupChatSession(InstantMessagingService imServ... method shouldBeAutoAccepted (line 106) | private boolean shouldBeAutoAccepted() throws PayloadException { method run (line 115) | @Override method isInitiatedByRemote (line 324) | @Override method startSession (line 329) | @Override method requestContactCapabilities (line 370) | private void requestContactCapabilities(String contact) { method receiveBye (line 383) | @Override method receiveCancel (line 396) | public void receiveCancel(SipRequest cancel) throws NetworkException, ... FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/TerminatingOneToOneChatSession.java class TerminatingOneToOneChatSession (line 60) | public class TerminatingOneToOneChatSession extends OneToOneChatSession { method TerminatingOneToOneChatSession (line 77) | public TerminatingOneToOneChatSession(InstantMessagingService imServic... method shouldBeAutoAccepted (line 99) | private boolean shouldBeAutoAccepted() throws PayloadException { method run (line 111) | public void run() { method getSdpDirection (line 344) | @Override method isInitiatedByRemote (line 349) | @Override method startSession (line 354) | @Override method removeSession (line 413) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/cpim/CpimHeader.java class CpimHeader (line 26) | public class CpimHeader { method CpimHeader (line 43) | public CpimHeader(String name, String value) { method getName (line 53) | public String getName() { method getValue (line 62) | public String getValue() { method parseHeader (line 72) | public static CpimHeader parseHeader(String data) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/cpim/CpimIdentity.java class CpimIdentity (line 29) | public class CpimIdentity { method CpimIdentity (line 52) | public CpimIdentity(final String identity) { method getDisplayName (line 67) | public String getDisplayName() { method getUri (line 71) | public String getUri() { method toString (line 75) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/cpim/CpimMessage.java class CpimMessage (line 30) | public class CpimMessage { method CpimMessage (line 94) | public CpimMessage(Hashtable headers, Hashtable... method isGroupChatEventRequired (line 294) | private boolean isGroupChatEventRequired(ContactId contact, Participan... method isNotifyForThisSubscriber (line 326) | public boolean isNotifyForThisSubscriber(SipRequest notify) { method terminatedByServer (line 337) | public synchronized void terminatedByServer() { method terminate (line 363) | public void terminate() throws PayloadException, NetworkException { method createSubscribe (line 390) | private SipRequest createSubscribe(SipDialogPath dialog, long expirePe... method periodicProcessing (line 421) | public void periodicProcessing() throws PayloadException, NetworkExcep... method subscribe (line 437) | public synchronized void subscribe() throws PayloadException, NetworkE... method unSubscribe (line 469) | public synchronized void unSubscribe() throws PayloadException, Networ... method resetDialogPath (line 488) | private void resetDialogPath() { method retrieveExpirePeriod (line 501) | private void retrieveExpirePeriod(SipResponse response) { method sendSubscribe (line 519) | private void sendSubscribe(SipRequest subscribe) throws PayloadExcepti... method handle200OK (line 581) | private void handle200OK(SipTransactionContext ctx) { method handle200OkUnsubscribe (line 618) | private void handle200OkUnsubscribe(SipTransactionContext ctx) { method handle407Authentication (line 633) | private void handle407Authentication(SipTransactionContext ctx) throws... method handle423IntervalTooBrief (line 668) | private void handle423IntervalTooBrief(SipTransactionContext ctx) thro... method handleError (line 710) | private void handleError(ChatError error) { method getStatus (line 731) | private static ParticipantStatus getStatus(User user) { method getStatus (line 771) | private static ParticipantStatus getStatus(final String status) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/event/ConferenceInfoDocument.java class ConferenceInfoDocument (line 28) | public class ConferenceInfoDocument { method ConferenceInfoDocument (line 67) | public ConferenceInfoDocument(String entity, String state) { method getEntity (line 77) | public String getEntity() { method getState (line 86) | public String getState() { method addUser (line 95) | public void addUser(User user) { method getUsers (line 104) | public Vector getUsers() { method getMaxUserCount (line 113) | public int getMaxUserCount() { method setMaxUserCount (line 122) | public void setMaxUserCount(int maxUserCount) { method getUserCount (line 131) | public int getUserCount() { method setUserCount (line 140) | public void setUserCount(int userCount) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/event/ConferenceInfoParser.java class ConferenceInfoParser (line 44) | public class ConferenceInfoParser extends DefaultHandler { method ConferenceInfoParser (line 96) | public ConferenceInfoParser(InputSource inputSource) { method parse (line 108) | public ConferenceInfoParser parse() throws ParserConfigurationExceptio... method getConferenceInfo (line 121) | public ConferenceInfoDocument getConferenceInfo() { method startDocument (line 125) | @Override method characters (line 130) | @Override method startElement (line 135) | @Override method endElement (line 157) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/event/User.java class User (line 28) | public class User { method User (line 58) | public User(String entity, boolean me, String state, String displayName, method getEntity (line 68) | public String getEntity() { method isMe (line 72) | public boolean isMe() { method getState (line 76) | public String getState() { method getDisplayName (line 80) | public String getDisplayName() { method getDisconnectionMethod (line 84) | public String getDisconnectionMethod() { method getFailureReason (line 88) | public String getFailureReason() { method toString (line 92) | public String toString() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/geoloc/GeolocInfoDocument.java class GeolocInfoDocument (line 26) | public class GeolocInfoDocument { method GeolocInfoDocument (line 67) | public GeolocInfoDocument(String entity) { method getLabel (line 71) | public String getLabel() { method setLabel (line 75) | public void setLabel(String label) { method getEntity (line 79) | public String getEntity() { method setEntity (line 83) | public void setEntity(String entity) { method getExpiration (line 87) | public long getExpiration() { method setExpiration (line 91) | public void setExpiration(long expiration) { method getLatitude (line 95) | public double getLatitude() { method setLatitude (line 99) | public void setLatitude(double l) { method getLongitude (line 103) | public double getLongitude() { method setLongitude (line 107) | public void setLongitude(double l) { method getRadius (line 111) | public float getRadius() { method setRadius (line 115) | public void setRadius(float r) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/geoloc/GeolocInfoParser.java class GeolocInfoParser (line 46) | public class GeolocInfoParser extends DefaultHandler { method GeolocInfoParser (line 74) | public GeolocInfoParser(InputSource inputSource) { method parse (line 86) | public GeolocInfoParser parse() throws ParserConfigurationException, S... method getGeoLocInfo (line 99) | public GeolocInfoDocument getGeoLocInfo() { method startDocument (line 103) | @Override method characters (line 108) | @Override method startElement (line 113) | @Override method endElement (line 131) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/imdn/DeliveryExpirationManager.java class DeliveryExpirationManager (line 39) | public class DeliveryExpirationManager { method DeliveryExpirationManager (line 62) | public DeliveryExpirationManager(InstantMessagingService imService, Co... method cancelTimeOutAlarm (line 70) | private void cancelTimeOutAlarm(PendingIntent pendingIntent) { method cleanup (line 74) | public void cleanup() { method createUndeliveredChatMessagePendingIntent (line 83) | private PendingIntent createUndeliveredChatMessagePendingIntent(Contac... method createUndeliveredFileTransferPendingIntent (line 99) | private PendingIntent createUndeliveredFileTransferPendingIntent(Conta... method scheduleDeliveryTimeoutAlarm (line 115) | private void scheduleDeliveryTimeoutAlarm(String id, long triggerTime, method cancelDeliveryTimeoutAlarm (line 125) | public void cancelDeliveryTimeoutAlarm(String id) { method scheduleOneToOneChatMessageDeliveryTimeoutAlarm (line 137) | public void scheduleOneToOneChatMessageDeliveryTimeoutAlarm(ContactId ... method scheduleOneToOneFileTransferDeliveryTimeoutAlarm (line 147) | public void scheduleOneToOneFileTransferDeliveryTimeoutAlarm(ContactId... method onChatMessageDeliveryExpirationReceived (line 157) | public void onChatMessageDeliveryExpirationReceived(ContactId contact,... method onFileTransferDeliveryExpirationReceived (line 170) | public void onFileTransferDeliveryExpirationReceived(ContactId contact... method onChatMessageDeliveryExpirationReceived (line 189) | public void onChatMessageDeliveryExpirationReceived(Intent intent) { method onFileTransferDeliveryExpirationReceived (line 201) | public void onFileTransferDeliveryExpirationReceived(Intent intent) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/imdn/ImdnDocument.java class ImdnDocument (line 31) | public class ImdnDocument { type DeliveryStatus (line 47) | public enum DeliveryStatus { method DeliveryStatus (line 53) | DeliveryStatus(String name) { method equalsName (line 57) | public boolean equalsName(String otherName) { method toString (line 61) | public String toString() { method ImdnDocument (line 97) | public ImdnDocument(String msgId, String notificationType, DeliverySta... method getMsgId (line 109) | public String getMsgId() { method getStatus (line 118) | public DeliveryStatus getStatus() { method getNotificationType (line 127) | public String getNotificationType() { method getDateTime (line 136) | public long getDateTime() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/imdn/ImdnManager.java class ImdnManager (line 57) | public class ImdnManager extends Thread { method ImdnManager (line 72) | public ImdnManager(InstantMessagingService imService, RcsSettings rcsS... method terminate (line 82) | public void terminate() { method isDeliveryDeliveredReportsEnabled (line 92) | public boolean isDeliveryDeliveredReportsEnabled() { method isSendOneToOneDeliveryDisplayedReportsEnabled (line 99) | public boolean isSendOneToOneDeliveryDisplayedReportsEnabled() { method isRequestOneToOneDeliveryDisplayedReportsEnabled (line 107) | public boolean isRequestOneToOneDeliveryDisplayedReportsEnabled() { method isSendGroupDeliveryDisplayedReportsEnabled (line 114) | public boolean isSendGroupDeliveryDisplayedReportsEnabled() { method isRequestGroupDeliveryDisplayedReportsEnabled (line 123) | public boolean isRequestGroupDeliveryDisplayedReportsEnabled() { method run (line 128) | @Override method sendMessageDeliveryStatus (line 179) | public void sendMessageDeliveryStatus(String chatId, ContactId remote,... method sendMessageDeliveryStatusImmediately (line 198) | public void sendMessageDeliveryStatusImmediately(String chatId, Contac... method analyzeSipResponse (line 206) | private void analyzeSipResponse(SipTransactionContext ctx, method sendSipMessageDeliveryStatus (line 252) | private void sendSipMessageDeliveryStatus(DeliveryStatus deliveryStatu... class DeliveryStatus (line 301) | private static class DeliveryStatus { method DeliveryStatus (line 308) | public DeliveryStatus(String chatId, ContactId remote, String msgId, method getChatId (line 317) | public String getChatId() { method getRemote (line 321) | public ContactId getRemote() { method getMsgId (line 325) | public String getMsgId() { method getStatus (line 329) | public ImdnDocument.DeliveryStatus getStatus() { method getTimestamp (line 333) | public long getTimestamp() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/imdn/ImdnParser.java class ImdnParser (line 44) | public class ImdnParser extends DefaultHandler { method ImdnParser (line 65) | public ImdnParser(InputSource inputSource) { method parse (line 77) | public ImdnParser parse() throws ParserConfigurationException, SAXExce... method startDocument (line 90) | public void startDocument() { method characters (line 94) | public void characters(char buffer[], int start, int length) { method startElement (line 98) | public void startElement(String namespaceURL, String localName, String... method endElement (line 108) | public void endElement(String namespaceURL, String localName, String q... method warning (line 132) | public void warning(SAXParseException exception) { method error (line 139) | public void error(SAXParseException exception) { method fatalError (line 146) | public void fatalError(SAXParseException exception) throws SAXException { method getImdnDocument (line 154) | public ImdnDocument getImdnDocument() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/imdn/ImdnUtils.java class ImdnUtils (line 24) | public class ImdnUtils { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/iscomposing/IsComposingInfo.java class IsComposingInfo (line 33) | public class IsComposingInfo { method IsComposingInfo (line 50) | public IsComposingInfo() { method setState (line 54) | public void setState(String state) { method setLastActiveDate (line 63) | public void setLastActiveDate(String lastActiveTimestamp) { method setRefreshTime (line 72) | public void setRefreshTime(long refreshTime) { method setContentType (line 81) | public void setContentType(String contentType) { method isStateActive (line 85) | public boolean isStateActive() { method getLastActiveDate (line 89) | public long getLastActiveDate() { method getRefreshTime (line 98) | public long getRefreshTime() { method getContentType (line 107) | public String getContentType() { method buildIsComposingInfo (line 117) | public static String buildIsComposingInfo(boolean status) { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/iscomposing/IsComposingManager.java class IsComposingManager (line 47) | public class IsComposingManager { method IsComposingManager (line 65) | public IsComposingManager(ChatSession session) { method receiveIsComposingEvent (line 76) | public void receiveIsComposingEvent(ContactId contact, byte[] event) t... method receiveIsComposingEvent (line 111) | public void receiveIsComposingEvent(ContactId contact, boolean state) { method startExpirationTimer (line 128) | public synchronized void startExpirationTimer(long duration, ContactId... method stopExpirationTimer (line 147) | public synchronized void stopExpirationTimer(ContactId contact) { class ExpirationTimer (line 161) | private class ExpirationTimer extends TimerTask { method ExpirationTimer (line 165) | public ExpirationTimer(ContactId contact) { method run (line 169) | public void run() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/iscomposing/IsComposingParser.java class IsComposingParser (line 43) | public class IsComposingParser extends DefaultHandler { method IsComposingParser (line 75) | public IsComposingParser(InputSource inputSource) { method parse (line 86) | public IsComposingParser parse() throws ParserConfigurationException, ... method startDocument (line 99) | public void startDocument() { method characters (line 103) | public void characters(char buffer[], int start, int length) { method startElement (line 107) | public void startElement(String namespaceURL, String localName, String... method endElement (line 114) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 146) | public void endDocument() { method warning (line 149) | public void warning(SAXParseException exception) { method error (line 156) | public void error(SAXParseException exception) { method fatalError (line 163) | public void fatalError(SAXParseException exception) throws SAXException { method getIsComposingInfo (line 171) | public IsComposingInfo getIsComposingInfo() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/resourcelist/ResourceListDocument.java class ResourceListDocument (line 30) | public class ResourceListDocument { method ResourceListDocument (line 33) | public ResourceListDocument() { method addEntry (line 36) | public void addEntry(String uri) { method getEntries (line 40) | public Set getEntries() { FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/resourcelist/ResourceListParser.java class ResourceListParser (line 44) | public class ResourceListParser extends DefaultHandler { method ResourceListParser (line 69) | public ResourceListParser(InputSource inputSource) { method parse (line 81) | public ResourceListParser parse() throws ParserConfigurationException,... method getResourceList (line 94) | public ResourceListDocument getResourceList() { method startDocument (line 98) | @Override method characters (line 103) | @Override method startElement (line 108) | @Override method endElement (line 120) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/standfw/StoreAndForwardManager.java class StoreAndForwardManager (line 38) | public class StoreAndForwardManager { method StoreAndForwardManager (line 63) | public StoreAndForwardManager(InstantMessagingService imService, RcsSe... method receiveStoreAndForwardMessageInvitation (line 80) | public void receiveStoreAndForwardMessageInvitation(SipRequest invite,... method receiveStoreAndForwardNotificationInvitation (line 99) | public void receiveStoreAndForwardNotificationInvitation(SipRequest in... FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/standfw/TerminatingStoreAndForwardOneToOneChatMessageSession.java class TerminatingStoreAndForwardOneToOneChatMessageSession (line 64) | public class TerminatingStoreAndForwardOneToOneChatMessageSession extend... method TerminatingStoreAndForwardOneToOneChatMessageSession (line 81) | public TerminatingStoreAndForwardOneToOneChatMessageSession(InstantMes... method shouldBeAutoAccepted (line 103) | private boolean shouldBeAutoAccepted() throws PayloadException { method run (line 115) | public void run() { method getSdpDirection (line 347) | @Override method isInitiatedByRemote (line 352) | @Override method startSession (line 357) | @Override method removeSession (line 363) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/chat/standfw/TerminatingStoreAndForwardOneToOneChatNotificationSession.java class TerminatingStoreAndForwardOneToOneChatNotificationSession (line 63) | public class TerminatingStoreAndForwardOneToOneChatNotificationSession e... method TerminatingStoreAndForwardOneToOneChatNotificationSession (line 80) | public TerminatingStoreAndForwardOneToOneChatNotificationSession( method run (line 94) | @Override method getMsrpMgr (line 222) | @Override method closeMsrpSession (line 227) | @Override method handleError (line 237) | @Override method msrpDataTransferred (line 247) | @Override method receiveMsrpData (line 252) | @Override method msrpTransferProgress (line 291) | @Override method msrpTransferAborted (line 296) | @Override method msrpTransferError (line 307) | public void msrpTransferError(String msgId, String error) { method sendEmptyDataChunk (line 313) | @Override method getSdpDirection (line 318) | @Override method isInitiatedByRemote (line 323) | @Override method startSession (line 328) | @Override method removeSession (line 334) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/FileSharingError.java class FileSharingError (line 33) | public class FileSharingError extends ImsSessionBasedServiceError { method FileSharingError (line 76) | public FileSharingError(ImsServiceError error) { method FileSharingError (line 85) | public FileSharingError(int code) { method FileSharingError (line 95) | public FileSharingError(int code, String msg) { method FileSharingError (line 107) | public FileSharingError(int code, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/FileSharingSession.java class FileSharingSession (line 50) | public abstract class FileSharingSession extends ImsServiceSession { method FileSharingSession (line 95) | public FileSharingSession(InstantMessagingService imService, MmContent... method isHttpTransfer (line 111) | public abstract boolean isHttpTransfer(); method getContributionID (line 118) | public String getContributionID() { method setContributionID (line 127) | public void setContributionID(String id) { method getContent (line 136) | public MmContent getContent() { method getParticipants (line 145) | public Map getParticipants() { method setContent (line 154) | public void setContent(MmContent content) { method getFileTransferId (line 163) | public String getFileTransferId() { method setFileTransferred (line 170) | public void setFileTransferred() { method isFileTransferred (line 179) | public boolean isFileTransferred() { method setFileTransferPaused (line 186) | public void setFileTransferPaused() { method setFileTransferResumed (line 193) | public void setFileTransferResumed() { method isFileTransferPaused (line 202) | public boolean isFileTransferPaused() { method getFileicon (line 211) | public MmContent getFileicon() { method isFileCapacityAcceptable (line 222) | public static FileSharingError isFileCapacityAcceptable(long fileSize,... method handleInactivityEvent (line 245) | public void handleInactivityEvent() { method receiveCancel (line 249) | @Override method startSession (line 256) | @Override method removeSession (line 262) | @Override method getFileExpiration (line 272) | public abstract long getFileExpiration(); method getIconExpiration (line 279) | public abstract long getIconExpiration(); method getFileDisposition (line 286) | public String getFileDisposition() { method DispositionToString (line 297) | static String DispositionToString(FileTransfer.Disposition disposition) { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/FileSharingSessionListener.java type FileSharingSessionListener (line 35) | public interface FileSharingSessionListener extends ImsSessionListener { method onTransferProgress (line 43) | void onTransferProgress(ContactId contact, long currentSize, long tota... method onTransferNotAllowedToSend (line 50) | void onTransferNotAllowedToSend(ContactId contact); method onTransferError (line 58) | void onTransferError(FileSharingError error, ContactId contact); method onFileTransferred (line 72) | void onFileTransferred(MmContent content, ContactId contact, long file... method onFileTransferPausedByUser (line 80) | void onFileTransferPausedByUser(ContactId contact); method onFileTransferPausedBySystem (line 87) | void onFileTransferPausedBySystem(ContactId contact); method onFileTransferResumed (line 94) | void onFileTransferResumed(ContactId contact); method onSessionInvited (line 107) | void onSessionInvited(ContactId contact, MmContent file, MmContent fil... method onSessionAutoAccepted (line 121) | void onSessionAutoAccepted(ContactId contact, MmContent file, MmConten... method onHttpDownloadInfoAvailable (line 127) | void onHttpDownloadInfoAvailable(); FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/FileTransferUtils.java class FileTransferUtils (line 72) | public class FileTransferUtils { method isFileTransferHttpType (line 88) | public static boolean isFileTransferHttpType(String mime) { method createFileicon (line 102) | public static MmContent createFileicon(Uri file, String fileIconId, Rc... method buildFileiconUrl (line 171) | public static String buildFileiconUrl(String msgId, String mimeType) { method extractFileIcon (line 191) | public static MmContent extractFileIcon(SipRequest request, RcsSetting... method parseFileTransferHttpDocument (line 234) | public static FileTransferHttpInfoDocument parseFileTransferHttpDocume... method getHttpFTInfo (line 254) | public static FileTransferHttpInfoDocument getHttpFTInfo(SipRequest re... method createMmContent (line 273) | public static MmContent createMmContent(Uri uri, String mimeType, Disp... method createIconContent (line 289) | public static MmContent createIconContent(Uri uri) { method createHttpFileInfoXml (line 295) | private static String createHttpFileInfoXml(String fileType, Uri downl... method createHttpFileTransferXml (line 322) | public static String createHttpFileTransferXml(FileTransferHttpInfoDoc... FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/ImsFileSharingSession.java class ImsFileSharingSession (line 53) | public abstract class ImsFileSharingSession extends FileSharingSession { method ImsFileSharingSession (line 81) | public ImsFileSharingSession(InstantMessagingService imService, MmCont... method isHttpTransfer (line 88) | @Override method getFileTransferIdAttribute (line 98) | public String getFileTransferIdAttribute() { method getFileSelectorAttribute (line 107) | public String getFileSelectorAttribute() { method getFileLocationAttribute (line 117) | public Uri getFileLocationAttribute() { method createInvite (line 131) | public SipRequest createInvite() throws PayloadException { method handleError (line 156) | public void handleError(ImsServiceError error) { method msrpTransferError (line 181) | public void msrpTransferError(String msgId, String error, method getFileExpiration (line 227) | @Override method getIconExpiration (line 232) | @Override method receiveBye (line 237) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/DownloadFromAcceptFileSharingSession.java class DownloadFromAcceptFileSharingSession (line 39) | public class DownloadFromAcceptFileSharingSession extends TerminatingHtt... method DownloadFromAcceptFileSharingSession (line 54) | public DownloadFromAcceptFileSharingSession(InstantMessagingService im... method run (line 77) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/DownloadFromInviteFileSharingSession.java class DownloadFromInviteFileSharingSession (line 51) | public class DownloadFromInviteFileSharingSession extends TerminatingHtt... method DownloadFromInviteFileSharingSession (line 75) | public DownloadFromInviteFileSharingSession(InstantMessagingService im... method getFileIconExpiration (line 109) | private static long getFileIconExpiration(FileTransferHttpThumbnail th... method shouldBeAutoAccepted (line 122) | private boolean shouldBeAutoAccepted() { method downloadFileIcon (line 144) | public void downloadFileIcon() throws NetworkException, FileAccessExce... method run (line 148) | @Override method getRemoteSipId (line 288) | private static String getRemoteSipId(ChatSession session) { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/DownloadFromResumeFileSharingSession.java class DownloadFromResumeFileSharingSession (line 45) | public class DownloadFromResumeFileSharingSession extends TerminatingHtt... method DownloadFromResumeFileSharingSession (line 62) | public DownloadFromResumeFileSharingSession(InstantMessagingService im... method run (line 86) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/FileNotDownloadedException.java class FileNotDownloadedException (line 23) | public class FileNotDownloadedException extends Exception { method FileNotDownloadedException (line 32) | public FileNotDownloadedException(String message) { method FileNotDownloadedException (line 44) | public FileNotDownloadedException(String message, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/FileTransferHttpInfoDocument.java class FileTransferHttpInfoDocument (line 39) | public class FileTransferHttpInfoDocument { method FileTransferHttpInfoDocument (line 60) | public FileTransferHttpInfoDocument(RcsSettings rcsSettings) { method FileTransferHttpInfoDocument (line 64) | public FileTransferHttpInfoDocument(RcsSettings rcsSettings, Uri file,... method setFileThumbnail (line 80) | public void setFileThumbnail(FileTransferHttpThumbnail thumbnail) { method getFileThumbnail (line 89) | public FileTransferHttpThumbnail getFileThumbnail() { method getExpiration (line 98) | public long getExpiration() { method setExpiration (line 107) | public void setExpiration(long expiration) { method getUri (line 116) | public Uri getUri() { method setUri (line 125) | public void setUri(Uri file) { method getMimeType (line 134) | public String getMimeType() { method setMimeType (line 143) | public void setMimeType(String mimeType) { method getSize (line 152) | public int getSize() { method setSize (line 161) | public void setSize(int size) { method setFilename (line 170) | public void setFilename(String fileName) { method getFilename (line 179) | public String getFilename() { method setFileDisposition (line 188) | public void setFileDisposition(Disposition disposition) { method getFileDisposition (line 197) | public Disposition getFileDisposition() { method setPlayingLength (line 206) | public void setPlayingLength(int length) { method getPlayingLength (line 215) | public int getPlayingLength() { method getLocalMmContent (line 224) | public MmContent getLocalMmContent() { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/FileTransferHttpResumeInfo.java class FileTransferHttpResumeInfo (line 32) | public class FileTransferHttpResumeInfo { method getStart (line 51) | protected int getStart() { method setStart (line 58) | protected void setStart(int start) { method getEnd (line 65) | protected int getEnd() { method setEnd (line 72) | protected void setEnd(int end) { method getUri (line 79) | protected Uri getUri() { method setUri (line 86) | protected void setUri(Uri file) { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/FileTransferHttpThumbnail.java class FileTransferHttpThumbnail (line 40) | public class FileTransferHttpThumbnail { method FileTransferHttpThumbnail (line 57) | public FileTransferHttpThumbnail(RcsSettings rcsSettings) { method FileTransferHttpThumbnail (line 61) | public FileTransferHttpThumbnail(RcsSettings rcsSettings, Uri fileIcon... method getExpiration (line 75) | public long getExpiration() { method setExpiration (line 84) | public void setExpiration(long expiration) { method getUri (line 93) | public Uri getUri() { method setUri (line 102) | public void setUri(Uri fileIcon) { method getMimeType (line 111) | public String getMimeType() { method setMimeType (line 120) | public void setMimeType(String mimetype) { method getSize (line 129) | public int getSize() { method setSize (line 138) | public void setSize(int size) { method getLocalMmContent (line 148) | public MmContent getLocalMmContent(String fileTransferId) { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/FileTransferXmlParser.java class FileTransferXmlParser (line 49) | public class FileTransferXmlParser { method FileTransferXmlParser (line 88) | public FileTransferXmlParser(byte[] xml, RcsSettings rcsSettings) { method parse (line 102) | public FileTransferXmlParser parse() throws ParserConfigurationExcepti... method getFileTransferInfo (line 210) | public FileTransferHttpInfoDocument getFileTransferInfo() { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/FtHttpResumeManager.java class FtHttpResumeManager (line 48) | public class FtHttpResumeManager implements Runnable { method FtHttpResumeManager (line 69) | public FtHttpResumeManager(InstantMessagingService instantMessagingSer... method run (line 77) | @Override method processNext (line 99) | private void processNext() { method getFileSharingSessionListener (line 156) | private FileSharingSessionListener getFileSharingSessionListener() { FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/HttpDownloadManager.java class HttpDownloadManager (line 56) | public class HttpDownloadManager extends HttpTransferManager { method HttpDownloadManager (line 94) | public HttpDownloadManager(MmContent content, HttpTransferEventListene... method openStreamForFile (line 113) | private BufferedOutputStream openStreamForFile(File file) throws FileN... method getDownloadedFileUri (line 122) | public Uri getDownloadedFileUri() { method downloadFile (line 133) | public void downloadFile() throws IOException, FileNotDownloadedExcept... method writeHttpContentToFile (line 191) | private void writeHttpContentToFile(URL url, Map prope... method downloadThumbnail (line 262) | public void downloadThumbnail(Uri iconUri, MmContent fileIcon) throws ... method getThumbnail (line 294) | private ByteArrayOutputStream getThumbnail(URL url) throws NetworkExce... method resumeDownload (line 341) | public void resumeDownload() throws IOException, FileNotDownloadedExce... FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/HttpFileTransferSession.java class HttpFileTransferSession (line 50) | public abstract class HttpFileTransferSession extends FileSharingSession... type State (line 56) | public enum State { method HttpFileTransferSession (line 97) | public HttpFileTransferSession(InstantMessagingService imService, MmCo... method isHttpTransfer (line 111) | @Override method getFileExpiration (line 116) | @Override method getIconExpiration (line 121) | @Override method createInvite (line 126) | @Override method closeHttpSession (line 132) | protected void closeHttpSession(TerminationReason reason) throws Paylo... method handleError (line 139) | @Override method prepareMediaSession (line 156) | @Override method openMediaSession (line 161) | @Override method startMediaTransfer (line 166) | @Override method closeMediaSession (line 171) | @Override method handleFileTransferred (line 181) | public void handleFileTransferred() { method onHttpTransferProgress (line 195) | @Override method onHttpTransferNotAllowedToSend (line 204) | @Override method onHttpTransferStarted (line 212) | @Override method onHttpTransferPausedByUser (line 221) | @Override method onHttpTransferPausedBySystem (line 229) | @Override method onHttpTransferResumed (line 237) | @Override method handleHttpDownloadInfoAvailable (line 248) | public void handleHttpDownloadInfoAvailable() { method getSessionState (line 259) | public State getSessionState() { method onPause (line 266) | public abstract void onPause(); method onResume (line 271) | public abstract void onResume(); method receiveBye (line 273) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/HttpTransferEventListener.java type HttpTransferEventListener (line 30) | public interface HttpTransferEventListener { method onHttpTransferStarted (line 34) | void onHttpTransferStarted(); method onHttpTransferPausedByUser (line 39) | void onHttpTransferPausedByUser(); method onHttpTransferPausedBySystem (line 44) | void onHttpTransferPausedBySystem(); method onHttpTransferResumed (line 49) | void onHttpTransferResumed(); method onHttpTransferProgress (line 57) | void onHttpTransferProgress(long currentSize, long totalSize); method onHttpTransferNotAllowedToSend (line 62) | void onHttpTransferNotAllowedToSend(); FILE: core/src/com/gsma/rcs/core/ims/service/im/filetransfer/http/HttpTransferManager.java class HttpTransferManager (line 45) | public abstract class HttpTransferManager { method HttpTransferManager (line 85) | public HttpTransferManager(HttpTransferEventListener listener, RcsSett... method HttpTransferManager (line 96) | public HttpTransferManager(HttpTransferEventListener listener, Uri add... method getListener (line 112) | public HttpTransferEventListener getListener() { method getHttpServerAddr (line 121) | public Uri getHttpServerAddr() { method getHttpServerLogin (line 130) | public String getHttpServerLogin() { method getHttpServerPwd (line 139) | public String getHttpServerPwd() { method interrupt (line 146) | public void interrupt() { method pauseTransferByUser (line 156) | public void pauseTransferByUser() { method pauseTransferBySystem (line 167) | public void pauseTransferBySystem() { method resumeTransfer (line 178) | public void resumeTransfer() { method isCancelled (line 192) | public boolean isCancelled() { method isPaused (line 201) | public boolean isPaused() { method openHttpConnection (line 213) | protected HttpURLConnection openHttpConnection(URL url, Map grantedCo... method stop (line 281) | @Override method check (line 314) | public void check() { method isPermanentState (line 359) | public boolean isPermanentState() { method setPresenceInfo (line 368) | public void setPresenceInfo(PresenceInfo info) { method getPresenceInfo (line 377) | public PresenceInfo getPresenceInfo() { method getPublishManager (line 386) | public PublishManager getPublishManager() { method getWatcherInfoSubscriber (line 395) | public SubscribeManager getWatcherInfoSubscriber() { method getPresenceSubscriber (line 404) | public SubscribeManager getPresenceSubscriber() { method getXdmManager (line 413) | public XdmManager getXdmManager() { method buildBooleanStatus (line 423) | private String buildBooleanStatus(boolean state) { method buildCapabilities (line 437) | private String buildCapabilities(String timestamp, Capabilities capabi... method buildGeoloc (line 504) | private String buildGeoloc(String timestamp, Geoloc geolocInfo) { method buildPersonInfo (line 528) | private String buildPersonInfo(PresenceInfo info) { method buildPresenceInfoDocument (line 567) | private String buildPresenceInfoDocument(PresenceInfo info) { method buildPartialPresenceInfoDocument (line 607) | private String buildPartialPresenceInfoDocument(PresenceInfo info) { method buildPermanentPresenceInfoDocument (line 642) | private String buildPermanentPresenceInfoDocument(PresenceInfo info) { method updatePhotoIcon (line 676) | private boolean updatePhotoIcon(PhotoIcon photoIcon) throws PayloadExc... method publishPresenceInfo (line 718) | public boolean publishPresenceInfo(PresenceInfo info) throws PayloadEx... method uploadPhotoIcon (line 769) | public boolean uploadPhotoIcon(PhotoIcon photo) throws PayloadExceptio... method deletePhotoIcon (line 797) | public boolean deletePhotoIcon() throws PayloadException, NetworkExcep... method inviteContactToSharePresence (line 815) | public boolean inviteContactToSharePresence(ContactId contact) throws ... method revokeSharedContact (line 839) | public boolean revokeSharedContact(ContactId contact) throws PayloadEx... method removeRevokedContact (line 863) | public boolean removeRevokedContact(ContactId contact) throws PayloadE... method removeBlockedContact (line 882) | public boolean removeBlockedContact(ContactId contact) throws PayloadE... method handleAddressBookHasChanged (line 899) | public void handleAddressBookHasChanged() throws PayloadException, Net... method handlePresenceSharingNotification (line 986) | public void handlePresenceSharingNotification(ContactId contact, Strin... method handlePresenceInfoNotification (line 1000) | public void handlePresenceInfoNotification(ContactId contact, PidfDocu... method handlePresenceSharingInvitation (line 1012) | public void handlePresenceSharingInvitation(ContactId contact) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/PresenceSubscribeManager.java class PresenceSubscribeManager (line 67) | public class PresenceSubscribeManager extends SubscribeManager { method PresenceSubscribeManager (line 80) | public PresenceSubscribeManager(ImsModule parent, RcsSettings rcsSetti... method getPresentity (line 89) | public String getPresentity() { method createSubscribe (line 101) | @Override method receiveNotification (line 124) | public void receiveNotification(SipRequest notify) throws PayloadExcep... FILE: core/src/com/gsma/rcs/core/ims/service/presence/PresenceUtils.java class PresenceUtils (line 54) | public class PresenceUtils { method getContactIdOfAddressBook (line 112) | private static int getContactIdOfAddressBook(Context context, ContactI... method createContact (line 157) | private static Uri createContact(Context context, ContentValues values... method createRcsContactIfNeeded (line 219) | static Uri createRcsContactIfNeeded(Context context, ContactId contactId) method isNumberInAddressBook (line 241) | static boolean isNumberInAddressBook(ContactId contact) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/PublishManager.java class PublishManager (line 53) | public class PublishManager extends PeriodicRefresher { method PublishManager (line 96) | public PublishManager(ImsModule parent, RcsSettings rcsSettings) { method initialize (line 101) | public void initialize() { method isPublished (line 120) | public boolean isPublished() { method terminate (line 127) | public void terminate() { method periodicProcessing (line 150) | public void periodicProcessing() throws PayloadException, NetworkExcep... method publish (line 168) | public synchronized boolean publish(String info) throws PayloadException, method unPublish (line 184) | public synchronized void unPublish() throws PayloadException, NetworkE... method sendPublish (line 202) | private void sendPublish(SipRequest publish) throws PayloadException, ... method handle200OK (line 256) | private void handle200OK(SipTransactionContext ctx) { method handle200OkUnpublish (line 283) | private void handle200OkUnpublish(SipTransactionContext ctx) { method handle407Authentication (line 302) | private void handle407Authentication(SipTransactionContext ctx) throws... method handle412ConditionalRequestFailed (line 347) | private void handle412ConditionalRequestFailed(SipTransactionContext ctx) method handle423IntervalTooBrief (line 375) | private void handle423IntervalTooBrief(SipTransactionContext ctx) thro... method handleError (line 417) | private void handleError(PresenceError error) { method retrieveExpirePeriod (line 439) | private void retrieveExpirePeriod(SipResponse response) { method saveEntityTag (line 455) | private void saveEntityTag(SIPETagHeader etagHeader) { method readEntityTag (line 480) | private void readEntityTag() { method createDialogPath (line 494) | private SipDialogPath createDialogPath() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/SubscribeManager.java class SubscribeManager (line 51) | public abstract class SubscribeManager extends PeriodicRefresher { method SubscribeManager (line 100) | public SubscribeManager(ImsModule parent, RcsSettings rcsSettings) { method initialize (line 113) | public void initialize() { method getImsModule (line 122) | public ImsModule getImsModule() { method isSubscribed (line 131) | public boolean isSubscribed() { method getPresentity (line 140) | public abstract String getPresentity(); method receiveNotification (line 149) | public abstract void receiveNotification(SipRequest notify) throws Pay... method isNotifyForThisSubscriber (line 158) | public boolean isNotifyForThisSubscriber(SipRequest notify) { method terminatedByServer (line 169) | public void terminatedByServer() { method terminate (line 192) | public void terminate() { method createSubscribe (line 219) | public abstract SipRequest createSubscribe(SipDialogPath dialog, long ... method periodicProcessing (line 225) | public void periodicProcessing() { method subscribe (line 240) | public synchronized boolean subscribe() { method unSubscribe (line 290) | public synchronized void unSubscribe() { method resetDialogPath (line 330) | private void resetDialogPath() { method retrieveExpirePeriod (line 339) | private void retrieveExpirePeriod(SipResponse response) { method sendSubscribe (line 357) | private void sendSubscribe(SipRequest subscribe) throws PayloadException, method handle200OK (line 411) | private void handle200OK(SipTransactionContext ctx) { method handle200OkUnsubscribe (line 441) | private void handle200OkUnsubscribe(SipTransactionContext ctx) { method handle407Authentication (line 455) | private void handle407Authentication(SipTransactionContext ctx) throws... method handle423IntervalTooBrief (line 488) | private void handle423IntervalTooBrief(SipTransactionContext ctx) thro... method handleError (line 524) | private void handleError(PresenceError error) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/WatcherInfoSubscribeManager.java class WatcherInfoSubscribeManager (line 56) | public class WatcherInfoSubscribeManager extends SubscribeManager { method WatcherInfoSubscribeManager (line 68) | public WatcherInfoSubscribeManager(ImsModule parent, RcsSettings rcsSe... method getPresentity (line 77) | public String getPresentity() { method createSubscribe (line 89) | @Override method receiveNotification (line 110) | public void receiveNotification(SipRequest notify) throws PayloadExcep... FILE: core/src/com/gsma/rcs/core/ims/service/presence/directory/Entry.java class Entry (line 21) | public class Entry { method Entry (line 26) | public Entry(String uri) { method getUri (line 30) | public String getUri() { method getEtag (line 34) | public String getEtag() { method setEtag (line 38) | public void setEtag(String etag) { method getLastModified (line 42) | public long getLastModified() { method setLastModified (line 46) | public void setLastModified(long lastModified) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/directory/Folder.java class Folder (line 21) | public class Folder { method Folder (line 25) | public Folder(String auid) { method getAuid (line 29) | public String getAuid() { method getEntry (line 33) | public Entry getEntry() { method setEntry (line 37) | public void setEntry(Entry entry) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/directory/XcapDirectoryParser.java class XcapDirectoryParser (line 45) | public class XcapDirectoryParser extends DefaultHandler { method XcapDirectoryParser (line 66) | public XcapDirectoryParser(InputSource inputSource) throws ParserConfi... method startDocument (line 73) | public void startDocument() { method characters (line 80) | public void characters(char buffer[], int start, int length) { method startElement (line 84) | public void startElement(String namespaceURL, String localName, String... method endElement (line 107) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 125) | public void endDocument() { method getDocuments (line 131) | public Hashtable getDocuments() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Basic.java class Basic (line 21) | public class Basic { method Basic (line 25) | public Basic(String value) { method getValue (line 29) | public String getValue() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Contact.java class Contact (line 21) | public class Contact { method Contact (line 27) | public Contact() { method Contact (line 30) | public Contact(String priority) { method getPriority (line 34) | public String getPriority() { method setPriority (line 38) | public void setPriority(String priority) { method getUri (line 42) | public String getUri() { method setUri (line 46) | public void setUri(String uri) { method getContactType (line 50) | public String getContactType() { method setContactType (line 54) | public void setContactType(String contactType) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Note.java class Note (line 21) | public class Note { method Note (line 26) | public Note() { method Note (line 29) | public Note(String lang, String value) { method getLang (line 34) | public String getLang() { method setLang (line 38) | public void setLang(String lang) { method getValue (line 42) | public String getValue() { method setValue (line 46) | public void setValue(String value) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/OverridingWillingness.java class OverridingWillingness (line 23) | public class OverridingWillingness { method OverridingWillingness (line 29) | public OverridingWillingness(Basic basic) { method OverridingWillingness (line 33) | public OverridingWillingness() { method getBasic (line 36) | public Basic getBasic() { method setBasic (line 40) | public void setBasic(Basic basic) { method getUntilTimestamp (line 44) | public long getUntilTimestamp() { method setUntilTimestamp (line 48) | public void setUntilTimestamp(String ts) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Person.java class Person (line 21) | public class Person { method Person (line 29) | public Person(String id) { method getId (line 33) | public String getId() { method setId (line 37) | public void setId(String id) { method getNote (line 41) | public Note getNote() { method setNote (line 45) | public void setNote(Note note) { method getOverridingWillingness (line 49) | public OverridingWillingness getOverridingWillingness() { method setOverridingWillingness (line 53) | public void setOverridingWillingness(OverridingWillingness status) { method getStatusIcon (line 57) | public StatusIcon getStatusIcon() { method setStatusIcon (line 61) | public void setStatusIcon(StatusIcon statusIcon) { method getHomePage (line 65) | public String getHomePage() { method setHomePage (line 69) | public void setHomePage(String homePage) { method getTimestamp (line 73) | public long getTimestamp() { method setTimestamp (line 77) | public void setTimestamp(long ts) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/PidfDocument.java class PidfDocument (line 30) | public class PidfDocument { method PidfDocument (line 36) | public PidfDocument(String entity) { method getEntity (line 40) | public String getEntity() { method getPerson (line 44) | public Person getPerson() { method setPerson (line 48) | public void setPerson(Person newPerson) { method addTuple (line 54) | public void addTuple(Tuple newTuple) { method getTuplesList (line 74) | public Vector getTuplesList() { method setTuplesList (line 78) | public void setTuplesList(Vector tuplesList) { method setGeopriv (line 82) | public void setGeopriv(Geopriv geopriv) { method getGeopriv (line 86) | public Geopriv getGeopriv() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/PidfParser.java class PidfParser (line 48) | public class PidfParser extends DefaultHandler { method PidfParser (line 101) | public PidfParser(InputSource inputSource) { method parse (line 113) | public PidfParser parse() throws ParserConfigurationException, SAXExce... method getPresence (line 126) | public PidfDocument getPresence() { method startDocument (line 130) | public void startDocument() { method characters (line 137) | public void characters(char buffer[], int start, int length) { method startElement (line 141) | public void startElement(String namespaceURL, String localName, String... method endElement (line 199) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 302) | public void endDocument() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Service.java class Service (line 21) | public class Service { method Service (line 24) | public Service(String id) { method Service (line 28) | public Service() { method getId (line 31) | public String getId() { method setId (line 35) | public void setId(String id) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Status.java class Status (line 21) | public class Status { method Status (line 25) | public Status(Basic basic) { method Status (line 29) | public Status() { method getBasic (line 32) | public Basic getBasic() { method setBasic (line 36) | public void setBasic(Basic basic) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/StatusIcon.java class StatusIcon (line 26) | public class StatusIcon { method StatusIcon (line 30) | public StatusIcon() { method getUrl (line 34) | public String getUrl() { method setUrl (line 38) | public void setUrl(String url) { method getEtag (line 42) | public String getEtag() { method setEtag (line 46) | public void setEtag(String etag) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/Tuple.java class Tuple (line 23) | public class Tuple { method Tuple (line 31) | public Tuple(String id) { method getContactList (line 35) | public Vector getContactList() { method addContact (line 39) | public void addContact(Contact contact) { method getId (line 43) | public String getId() { method setId (line 47) | public void setId(String id) { method getStatus (line 51) | public Status getStatus() { method setStatus (line 55) | public void setStatus(Status status) { method getService (line 59) | public Service getService() { method setService (line 63) | public void setService(Service service) { method getTimestamp (line 67) | public long getTimestamp() { method setTimestamp (line 71) | public void setTimestamp(long ts) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/pidf/geoloc/Geopriv.java class Geopriv (line 21) | public class Geopriv { method Geopriv (line 27) | public Geopriv() { method getMethod (line 30) | public String getMethod() { method setMethod (line 34) | public void setMethod(String met) { method getLatitude (line 38) | public double getLatitude() { method setLatitude (line 42) | public void setLatitude(double l) { method getLongitude (line 46) | public double getLongitude() { method setLongitude (line 50) | public void setLongitude(double l) { method getAltitude (line 54) | public double getAltitude() { method setAltitude (line 58) | public void setAltitude(double a) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/rlmi/ResourceInstance.java class ResourceInstance (line 21) | public class ResourceInstance { method ResourceInstance (line 27) | public ResourceInstance(String uri) { method getUri (line 31) | public String getUri() { method getState (line 35) | public String getState() { method getReason (line 39) | public String getReason() { method setState (line 43) | public void setState(String state) { method setReason (line 47) | public void setReason(String reason) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/rlmi/RlmiDocument.java class RlmiDocument (line 28) | public class RlmiDocument { method RlmiDocument (line 33) | public RlmiDocument(String uri) { method getUri (line 37) | public String getUri() { method addResource (line 41) | public void addResource(ResourceInstance res) { method getResourceList (line 45) | public Vector getResourceList() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/rlmi/RlmiParser.java class RlmiParser (line 44) | public class RlmiParser extends DefaultHandler { method RlmiParser (line 68) | public RlmiParser(InputSource inputSource) { method parse (line 80) | public RlmiParser parse() throws ParserConfigurationException, SAXExce... method getResourceInfo (line 93) | public RlmiDocument getResourceInfo() { method startDocument (line 97) | public void startDocument() { method characters (line 104) | public void characters(char buffer[], int start, int length) { method startElement (line 108) | public void startElement(String namespaceURL, String localName, String... method endElement (line 129) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 142) | public void endDocument() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/watcherinfo/Watcher.java class Watcher (line 21) | public class Watcher { method Watcher (line 29) | public Watcher(String id) { method getId (line 33) | public String getId() { method setId (line 37) | public void setId(String id) { method getStatus (line 41) | public String getStatus() { method setStatus (line 45) | public void setStatus(String status) { method getEvent (line 49) | public String getEvent() { method setEvent (line 53) | public void setEvent(String event) { method getUri (line 57) | public String getUri() { method setUri (line 61) | public void setUri(String uri) { method getDisplayName (line 65) | public String getDisplayName() { method setDisplayName (line 69) | public void setDisplayName(String name) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/watcherinfo/WatcherInfoDocument.java class WatcherInfoDocument (line 28) | public class WatcherInfoDocument { method WatcherInfoDocument (line 35) | public WatcherInfoDocument(String resource, String packageId) { method addWatcher (line 40) | public void addWatcher(Watcher watcher) { method getWatcherList (line 44) | public Vector getWatcherList() { method getResource (line 48) | public String getResource() { method getPackageId (line 52) | public String getPackageId() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/watcherinfo/WatcherInfoParser.java class WatcherInfoParser (line 44) | public class WatcherInfoParser extends DefaultHandler { method WatcherInfoParser (line 69) | public WatcherInfoParser(InputSource inputSource) throws ParserConfigu... method startDocument (line 76) | public void startDocument() { method characters (line 83) | public void characters(char buffer[], int start, int length) { method startElement (line 87) | public void startElement(String namespaceURL, String localName, String... method endElement (line 117) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 134) | public void endDocument() { method warning (line 140) | public void warning(SAXParseException exception) { method error (line 147) | public void error(SAXParseException exception) { method fatalError (line 153) | public void fatalError(SAXParseException exception) throws SAXException { method getWatcherInfo (line 160) | public WatcherInfoDocument getWatcherInfo() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/xdm/HttpAuthenticationAgent.java class HttpAuthenticationAgent (line 36) | public class HttpAuthenticationAgent { method HttpAuthenticationAgent (line 46) | public HttpAuthenticationAgent() { method generateAuthorizationHeader (line 58) | private String generateAuthorizationHeader(String method, String reque... method readWwwAuthenticateHeader (line 87) | public void readWwwAuthenticateHeader(String header) { FILE: core/src/com/gsma/rcs/core/ims/service/presence/xdm/XcapResponseParser.java class XcapResponseParser (line 46) | public class XcapResponseParser extends DefaultHandler { method XcapResponseParser (line 65) | public XcapResponseParser(InputSource inputSource) throws ParserConfig... method startDocument (line 72) | public void startDocument() { method characters (line 79) | public void characters(char buffer[], int start, int length) { method startElement (line 83) | public void startElement(String namespaceURL, String localName, String... method endElement (line 92) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 95) | public void endDocument() { method warning (line 101) | public void warning(SAXParseException exception) { method error (line 108) | public void error(SAXParseException exception) { method fatalError (line 114) | public void fatalError(SAXParseException exception) throws SAXException { method getUris (line 121) | public List getUris() { FILE: core/src/com/gsma/rcs/core/ims/service/presence/xdm/XdmManager.java class XdmManager (line 79) | public class XdmManager { method XdmManager (line 133) | public XdmManager(Context ctx) { method sendRequestToXDMS (line 145) | private HttpResponse sendRequestToXDMS(HttpRequest request) throws Pay... method sendRequestToXDMS (line 159) | private HttpResponse sendRequestToXDMS(HttpRequest request, method sendHttpRequest (line 200) | private HttpResponse sendHttpRequest(HttpRequest request, method initialize (line 374) | public void initialize() throws PayloadException, NetworkException { method getXcapDocuments (line 453) | private HttpResponse getXcapDocuments() throws PayloadException, Netwo... method setRcsList (line 466) | private HttpResponse setRcsList() throws PayloadException, NetworkExce... method setResourcesList (line 496) | private HttpResponse setResourcesList() throws PayloadException, Netwo... method setPresenceRules (line 538) | private HttpResponse setPresenceRules() throws PayloadException, Netwo... method addContactToGrantedList (line 610) | public HttpResponse addContactToGrantedList(ContactId contact) throws ... method removeContactFromGrantedList (line 651) | public HttpResponse removeContactFromGrantedList(ContactId contact) th... method convertListOfUrisToSetOfContactId (line 681) | private Set convertListOfUrisToSetOfContactId(List ... method getGrantedContacts (line 705) | public Set getGrantedContacts() throws PayloadException, Ne... method removeContactFromBlockedList (line 745) | public HttpResponse removeContactFromBlockedList(ContactId contact) th... method getBlockedContacts (line 764) | public Set getBlockedContacts() throws PayloadException, Ne... method addContactToRevokedList (line 804) | public HttpResponse addContactToRevokedList(ContactId contact) throws ... method removeContactFromRevokedList (line 825) | public HttpResponse removeContactFromRevokedList(ContactId contact) th... method getEndUserPhotoIconUrl (line 842) | public String getEndUserPhotoIconUrl() { method uploadEndUserPhoto (line 856) | public HttpResponse uploadEndUserPhoto(PhotoIcon photo) throws Payload... method deleteEndUserPhoto (line 882) | public HttpResponse deleteEndUserPhoto() throws PayloadException, Netw... method setPresenceInfo (line 900) | public HttpResponse setPresenceInfo(String info) throws PayloadExcepti... FILE: core/src/com/gsma/rcs/core/ims/service/richcall/ContentSharingError.java class ContentSharingError (line 29) | public class ContentSharingError extends ImsSessionBasedServiceError { method ContentSharingError (line 72) | public ContentSharingError(ImsServiceError error) { method ContentSharingError (line 81) | public ContentSharingError(int code) { method ContentSharingError (line 94) | public ContentSharingError(int code, String msg) { method ContentSharingError (line 106) | public ContentSharingError(int code, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/richcall/ContentSharingSession.java class ContentSharingSession (line 45) | public abstract class ContentSharingSession extends ImsServiceSession { method ContentSharingSession (line 66) | public ContentSharingSession(RichcallService parent, MmContent content... method getContent (line 81) | public MmContent getContent() { method setContent (line 90) | public void setContent(MmContent content) { method getFileSelectorAttribute (line 99) | public String getFileSelectorAttribute() { method getFileLocationAttribute (line 109) | public Uri getFileLocationAttribute() { method getFileTransferId (line 122) | public String getFileTransferId() { method receiveBye (line 126) | @Override method receiveCancel (line 136) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/RichcallService.java class RichcallService (line 90) | public class RichcallService extends ImsService { method RichcallService (line 183) | public RichcallService(ImsModule parent, RichCallHistory richCallHistory, method allocateBgHandler (line 201) | private Handler allocateBgHandler(String threadName) { method register (line 207) | public void register(ImageSharingServiceImpl service) { method register (line 214) | public void register(VideoSharingServiceImpl service) { method register (line 221) | public void register(GeolocSharingServiceImpl service) { method initialize (line 231) | public void initialize() { method scheduleImageShareOperation (line 234) | public void scheduleImageShareOperation(Runnable runnable) { method scheduleVideoShareOperation (line 238) | public void scheduleVideoShareOperation(Runnable runnable) { method scheduleGeolocShareOperation (line 242) | public void scheduleGeolocShareOperation(Runnable runnable) { method onCoreLayerStarted (line 246) | public void onCoreLayerStarted() { method start (line 255) | @Override method stop (line 264) | @Override method check (line 288) | @Override method getUnidirectionalImageSharingSession (line 292) | private ImageTransferSession getUnidirectionalImageSharingSession() { method isCurrentlyImageSharingUniDirectional (line 301) | private boolean isCurrentlyImageSharingUniDirectional() { method isCurrentlyImageSharingBiDirectional (line 307) | private boolean isCurrentlyImageSharingBiDirectional() { method assertMaximumImageTransferSize (line 313) | private void assertMaximumImageTransferSize(long size, String errorMes... method getUnidirectionalVideoSharingSession (line 324) | private VideoStreamingSession getUnidirectionalVideoSharingSession() { method isCurrentlyVideoSharingUniDirectional (line 333) | private boolean isCurrentlyVideoSharingUniDirectional() { method isCurrentlyVideoSharingBiDirectional (line 339) | private boolean isCurrentlyVideoSharingBiDirectional() { method getUnidirectionalGeolocSharingSession (line 345) | private GeolocTransferSession getUnidirectionalGeolocSharingSession() { method isCurrentlyGeolocSharingUniDirectional (line 354) | private boolean isCurrentlyGeolocSharingUniDirectional() { method isCurrentlyGeolocSharingBiDirectional (line 360) | private boolean isCurrentlyGeolocSharingBiDirectional() { method addSession (line 366) | public void addSession(ImageTransferSession session) { method removeSession (line 377) | public void removeSession(final ImageTransferSession session) { method getImageTransferSession (line 388) | public ImageTransferSession getImageTransferSession(String sessionId) { method addSession (line 397) | public void addSession(VideoStreamingSession session) { method removeSession (line 408) | public void removeSession(final VideoStreamingSession session) { method getVideoSharingSession (line 419) | public VideoStreamingSession getVideoSharingSession(String sessionId) { method addSession (line 428) | public void addSession(GeolocTransferSession session) { method removeSession (line 439) | public void removeSession(final GeolocTransferSession session) { method getGeolocTransferSession (line 450) | public GeolocTransferSession getGeolocTransferSession(String sessionId) { method isCallConnectedWith (line 465) | public boolean isCallConnectedWith(ContactId contact) { method createImageSharingSession (line 479) | public ImageTransferSession createImageSharingSession(ContactId contac... method onImageSharingInvitationReceived (line 535) | public void onImageSharingInvitationReceived(final SipRequest invite, ... method createLiveVideoSharingSession (line 679) | public VideoStreamingSession createLiveVideoSharingSession(ContactId c... method onVideoSharingInvitationReceived (line 736) | public void onVideoSharingInvitationReceived(final SipRequest invite, ... method createGeolocSharingSession (line 864) | public GeolocTransferSession createGeolocSharingSession(ContactId cont... method onGeolocSharingInvitationReceived (line 885) | public void onGeolocSharingInvitationReceived(final SipRequest invite,... method terminateAllSessions (line 1006) | public void terminateAllSessions() throws PayloadException, NetworkExc... method isSessionOriginating (line 1019) | private boolean isSessionOriginating(ContentSharingSession session) { method isSessionTerminating (line 1029) | private boolean isSessionTerminating(ContentSharingSession session) { method addImageSharingInvitationRejected (line 1041) | public void addImageSharingInvitationRejected(ContactId remoteContact,... method addVideoSharingInvitationRejected (line 1055) | public void addVideoSharingInvitationRejected(ContactId remoteContact,... method addGeolocSharingInvitationRejected (line 1068) | public void addGeolocSharingInvitationRejected(ContactId remoteContact, method tryToDeleteImageSharings (line 1078) | public void tryToDeleteImageSharings() { method tryToDeleteImageSharings (line 1089) | public void tryToDeleteImageSharings(ContactId contact) { method tryToDeleteImageSharing (line 1100) | public void tryToDeleteImageSharing(String sharingId) { method tryToDeleteVideoSharings (line 1109) | public void tryToDeleteVideoSharings() { method tryToDeleteVideoSharings (line 1120) | public void tryToDeleteVideoSharings(ContactId contact) { method tryToDeleteVideoSharing (line 1131) | public void tryToDeleteVideoSharing(String sharingId) { method tryToDeleteGeolocSharings (line 1140) | public void tryToDeleteGeolocSharings() { method tryToDeleteGeolocSharings (line 1151) | public void tryToDeleteGeolocSharings(ContactId contact) { method tryToDeleteGeolocSharing (line 1162) | public void tryToDeleteGeolocSharing(String sharingId) { FILE: core/src/com/gsma/rcs/core/ims/service/richcall/geoloc/GeolocTransferSession.java class GeolocTransferSession (line 46) | public abstract class GeolocTransferSession extends ContentSharingSession { method GeolocTransferSession (line 70) | public GeolocTransferSession(RichcallService parent, MmContent content... method setGeoloc (line 81) | public void setGeoloc(Geoloc geoloc) { method getGeoloc (line 90) | public Geoloc getGeoloc() { method setGeolocTransferred (line 97) | public void setGeolocTransferred() { method isGeolocTransferred (line 106) | public boolean isGeolocTransferred() { method createInvite (line 116) | public SipRequest createInvite() throws PayloadException { method handleInactivityEvent (line 124) | public void handleInactivityEvent() { method handleError (line 133) | public void handleError(ImsServiceError error) { method startSession (line 150) | @Override method removeSession (line 156) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/geoloc/GeolocTransferSessionListener.java type GeolocTransferSessionListener (line 35) | public interface GeolocTransferSessionListener extends ImsSessionListener { method onSharingError (line 42) | public void onSharingError(ContactId contact, ContentSharingError error); method onContentTransferred (line 51) | public void onContentTransferred(ContactId contact, Geoloc geoloc, boo... method onSessionRinging (line 58) | public void onSessionRinging(ContactId contact); method onInvitationReceived (line 66) | public void onInvitationReceived(ContactId contact, long timestamp); FILE: core/src/com/gsma/rcs/core/ims/service/richcall/geoloc/OriginatingGeolocTransferSession.java class OriginatingGeolocTransferSession (line 63) | public class OriginatingGeolocTransferSession extends GeolocTransferSess... method OriginatingGeolocTransferSession (line 83) | public OriginatingGeolocTransferSession(RichcallService parent, MmCont... method run (line 91) | @Override method prepareMediaSession (line 175) | @Override method openMediaSession (line 188) | @Override method startMediaTransfer (line 193) | @Override method closeMediaSession (line 203) | @Override method msrpDataTransferred (line 213) | @Override method receiveMsrpData (line 250) | @Override method msrpTransferProgress (line 255) | @Override method msrpTransferProgress (line 260) | @Override method msrpTransferAborted (line 266) | @Override method msrpTransferError (line 273) | @Override method isInitiatedByRemote (line 313) | @Override method handle180Ringing (line 318) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/geoloc/TerminatingGeolocTransferSession.java class TerminatingGeolocTransferSession (line 64) | public class TerminatingGeolocTransferSession extends GeolocTransferSess... method TerminatingGeolocTransferSession (line 84) | public TerminatingGeolocTransferSession(RichcallService parent, SipReq... method run (line 93) | @Override method sendEmptyDataChunk (line 312) | public void sendEmptyDataChunk() throws NetworkException { method msrpDataTransferred (line 316) | @Override method receiveMsrpData (line 321) | @Override method msrpTransferProgress (line 338) | @Override method msrpTransferProgress (line 343) | @Override method msrpTransferAborted (line 349) | @Override method msrpTransferError (line 356) | @Override method prepareMediaSession (line 405) | @Override method openMediaSession (line 410) | @Override method startMediaTransfer (line 415) | @Override method closeMediaSession (line 420) | @Override method isInitiatedByRemote (line 431) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/image/ImageTransferSession.java class ImageTransferSession (line 46) | public abstract class ImageTransferSession extends ContentSharingSession { method ImageTransferSession (line 74) | public ImageTransferSession(RichcallService parent, MmContent content,... method setImageTransferred (line 84) | public void setImageTransferred() { method isImageTransferred (line 93) | public boolean isImageTransferred() { method getMaxImageSharingSize (line 103) | public static long getMaxImageSharingSize(RcsSettings rcsSettings) { method createInvite (line 113) | public SipRequest createInvite() throws PayloadException { method handleError (line 123) | @Override method getThumbnail (line 146) | public MmContent getThumbnail() { method isImageCapacityAcceptable (line 157) | public static ContentSharingError isImageCapacityAcceptable(long image... method handleInactivityEvent (line 178) | @Override method startSession (line 183) | @Override method removeSession (line 189) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/image/ImageTransferSessionListener.java type ImageTransferSessionListener (line 37) | public interface ImageTransferSessionListener extends ImsSessionListener { method onSharingProgress (line 45) | public void onSharingProgress(ContactId contact, long currentSize, lon... method onSharingError (line 53) | public void onSharingError(ContactId contact, ContentSharingError error); method onContentTransferred (line 61) | public void onContentTransferred(ContactId contact, Uri file); method onSessionRinging (line 68) | public void onSessionRinging(ContactId contact); method onInvitationReceived (line 77) | public void onInvitationReceived(ContactId contact, MmContent content,... FILE: core/src/com/gsma/rcs/core/ims/service/richcall/image/OriginatingImageTransferSession.java class OriginatingImageTransferSession (line 72) | public class OriginatingImageTransferSession extends ImageTransferSessio... method OriginatingImageTransferSession (line 94) | public OriginatingImageTransferSession(RichcallService parent, MmConte... method getFileData (line 102) | private byte[] getFileData(Uri file, int size) throws IOException { method run (line 117) | @Override method prepareMediaSession (line 224) | @Override method openMediaSession (line 235) | @Override method startMediaTransfer (line 240) | @Override method closeMediaSession (line 254) | @Override method msrpDataTransferred (line 264) | @Override method receiveMsrpData (line 289) | @Override method msrpTransferProgress (line 294) | @Override method msrpTransferProgress (line 303) | @Override method msrpTransferAborted (line 309) | @Override method msrpTransferError (line 316) | @Override method isInitiatedByRemote (line 344) | @Override method handle180Ringing (line 349) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/image/TerminatingImageTransferSession.java class TerminatingImageTransferSession (line 70) | public class TerminatingImageTransferSession extends ImageTransferSessio... method TerminatingImageTransferSession (line 91) | public TerminatingImageTransferSession(RichcallService parent, SipRequ... method run (line 101) | @Override method sendEmptyDataChunk (line 336) | public void sendEmptyDataChunk() throws NetworkException { method msrpDataTransferred (line 340) | @Override method receiveMsrpData (line 345) | @Override method msrpTransferProgress (line 371) | @Override method msrpTransferProgress (line 376) | @Override method msrpTransferAborted (line 396) | @Override method msrpTransferError (line 406) | @Override method prepareMediaSession (line 455) | @Override method openMediaSession (line 460) | @Override method startMediaTransfer (line 465) | @Override method closeMediaSession (line 470) | @Override method deleteFile (line 486) | private void deleteFile() { method isInitiatedByRemote (line 499) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/video/OriginatingVideoStreamingSession.java class OriginatingVideoStreamingSession (line 61) | public class OriginatingVideoStreamingSession extends VideoStreamingSess... method OriginatingVideoStreamingSession (line 78) | public OriginatingVideoStreamingSession(RichcallService parent, IVideo... method run (line 86) | @Override method prepareMediaSession (line 153) | @Override method openMediaSession (line 198) | @Override method startMediaTransfer (line 203) | @Override method closeMediaSession (line 208) | @Override method isInitiatedByRemote (line 213) | @Override method handle180Ringing (line 218) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/video/SdpOrientationExtension.java class SdpOrientationExtension (line 33) | public class SdpOrientationExtension { method SdpOrientationExtension (line 66) | private SdpOrientationExtension(int extensionId, String uri) { method getExtensionId (line 76) | public int getExtensionId() { method isValid (line 85) | public boolean isValid() { method create (line 97) | public static SdpOrientationExtension create(MediaAttribute mediaAttri... method create (line 112) | public static SdpOrientationExtension create(MediaDescription videoMed... FILE: core/src/com/gsma/rcs/core/ims/service/richcall/video/TerminatingVideoStreamingSession.java class TerminatingVideoStreamingSession (line 61) | public class TerminatingVideoStreamingSession extends VideoStreamingSess... method TerminatingVideoStreamingSession (line 77) | public TerminatingVideoStreamingSession(RichcallService parent, SipReq... method run (line 85) | @Override method handleError (line 310) | public void handleError(ContentSharingError error) { method prepareMediaSession (line 327) | @Override method openMediaSession (line 332) | @Override method startMediaTransfer (line 337) | @Override method closeMediaSession (line 342) | @Override method isInitiatedByRemote (line 347) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/richcall/video/VideoCodecManager.java class VideoCodecManager (line 37) | public class VideoCodecManager { method negociateVideoCodec (line 46) | public static VideoCodec negociateVideoCodec(VideoCodec[] supportedCod... method compareVideoCodec (line 97) | private static boolean compareVideoCodec(VideoCodec codec1, VideoCodec... method createVideoCodecFromSdp (line 123) | public static VideoCodec createVideoCodecFromSdp(MediaDescription medi... method extractVideoCodecsFromSdp (line 201) | public static Vector extractVideoCodecsFromSdp(Vector featureTags) { method getSipService (line 210) | public SipService getSipService() { FILE: core/src/com/gsma/rcs/core/ims/service/sip/ImmManager.java class ImmManager (line 51) | public class ImmManager extends Thread { method ImmManager (line 67) | public ImmManager(SipService sipService, RcsSettings rcsSettings) { method terminate (line 75) | public void terminate() { method run (line 85) | public void run() { method sendMessage (line 110) | public void sendMessage(ContactId remote, String featureTag, byte[] co... method analyzeSipResponse (line 117) | private void analyzeSipResponse(SipTransactionContext ctx, method sendSipMessage (line 161) | private void sendSipMessage(InstantMultimediaMessage imm, String remot... class InstantMultimediaMessage (line 200) | private static class InstantMultimediaMessage { method InstantMultimediaMessage (line 206) | public InstantMultimediaMessage(ContactId remote, String featureTag,... method getRemote (line 214) | public ContactId getRemote() { method getFeatureTag (line 218) | public String getFeatureTag() { method getContent (line 222) | public byte[] getContent() { method getContentType (line 226) | public String getContentType() { FILE: core/src/com/gsma/rcs/core/ims/service/sip/SipService.java class SipService (line 64) | public class SipService extends ImsService { method SipService (line 108) | public SipService(ImsModule parent, ContactManager contactManager, Rcs... method allocateBgHandler (line 117) | private Handler allocateBgHandler(String threadName) { method register (line 123) | public void register(MultimediaSessionServiceImpl service) { method scheduleMultimediaMessagingOperation (line 130) | public void scheduleMultimediaMessagingOperation(Runnable runnable) { method scheduleMultimediaStreamingOperation (line 134) | public void scheduleMultimediaStreamingOperation(Runnable runnable) { method scheduleMultimediaMessageOperation (line 138) | public void scheduleMultimediaMessageOperation(Runnable runnable) { method start (line 142) | @Override method stop (line 153) | @Override method check (line 169) | @Override method createMsrpSession (line 182) | public GenericSipMsrpSession createMsrpSession(ContactId contact, Stri... method onMsrpSessionInvitationReceived (line 198) | public void onMsrpSessionInvitationReceived(final Intent sessionInvite... method createRtpSession (line 262) | public GenericSipRtpSession createRtpSession(ContactId contact, String... method onRtpSessionInvitationReceived (line 278) | public void onRtpSessionInvitationReceived(final Intent sessionInvite,... method addSession (line 334) | public void addSession(GenericSipMsrpSession session) { method removeSession (line 345) | public void removeSession(final GenericSipMsrpSession session) { method getGenericSipMsrpSession (line 356) | public GenericSipMsrpSession getGenericSipMsrpSession(String sessionId) { method addSession (line 365) | public void addSession(GenericSipRtpSession session) { method removeSession (line 376) | public void removeSession(final GenericSipRtpSession session) { method getGenericSipRtpSession (line 387) | public GenericSipRtpSession getGenericSipRtpSession(String sessionId) { method sendInstantMultimediaMessage (line 396) | public void sendInstantMultimediaMessage(ContactId contact, String fea... method onInstantMessageReceived (line 413) | public void onInstantMessageReceived(final Intent intent, final SipReq... FILE: core/src/com/gsma/rcs/core/ims/service/sip/SipSessionError.java class SipSessionError (line 33) | public class SipSessionError extends ImsSessionBasedServiceError { method SipSessionError (line 46) | public SipSessionError(ImsServiceError error) { method SipSessionError (line 55) | public SipSessionError(int code) { method SipSessionError (line 65) | public SipSessionError(int code, String msg) { method SipSessionError (line 77) | public SipSessionError(int code, Throwable cause) { FILE: core/src/com/gsma/rcs/core/ims/service/sip/SipSessionListener.java type SipSessionListener (line 31) | public interface SipSessionListener extends ImsSessionListener { method onSessionError (line 38) | public void onSessionError(ContactId contact, SipSessionError error); method onDataReceived (line 47) | public void onDataReceived(ContactId contact, byte[] data, String cont... method onSessionRinging (line 54) | public void onSessionRinging(ContactId contact); method onInvitationReceived (line 62) | public void onInvitationReceived(ContactId contact, Intent sessionInvi... method onDataFlushed (line 69) | public void onDataFlushed(ContactId contact); FILE: core/src/com/gsma/rcs/core/ims/service/sip/messaging/GenericSipMsrpSession.java class GenericSipMsrpSession (line 64) | public abstract class GenericSipMsrpSession extends GenericSipSession im... method GenericSipMsrpSession (line 91) | public GenericSipMsrpSession(SipService parent, ContactId contact, Str... method getMaxMessageSize (line 118) | public int getMaxMessageSize() { method getMsrpMgr (line 127) | public MsrpManager getMsrpMgr() { method getActivityManager (line 136) | public SessionActivityManager getActivityManager() { method generateSdp (line 148) | public String generateSdp(String setup, String[] acceptTypes, String[]... method prepareMediaSession (line 196) | @Override method startMediaTransfer (line 214) | @Override method openMediaSession (line 219) | @Override method closeMediaSession (line 224) | @Override method handleInactivityEvent (line 235) | @Override method handle200OK (line 243) | @Override method sendMessage (line 257) | public void sendMessage(byte[] content, String contentType) throws Net... method flushMessages (line 267) | public void flushMessages() { method onMessagesFlushed (line 278) | private void onMessagesFlushed() { method msrpDataTransferred (line 286) | @Override method receiveMsrpData (line 298) | @Override method msrpTransferProgress (line 317) | @Override method msrpTransferProgress (line 322) | @Override method msrpTransferAborted (line 328) | @Override method msrpTransferError (line 333) | @Override method startSession (line 352) | @Override method removeSession (line 358) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/sip/messaging/OriginatingSipMsrpSession.java class OriginatingSipMsrpSession (line 48) | public class OriginatingSipMsrpSession extends GenericSipMsrpSession { method OriginatingSipMsrpSession (line 69) | public OriginatingSipMsrpSession(SipService parent, ContactId contact,... method run (line 80) | @Override method isInitiatedByRemote (line 123) | @Override method handle180Ringing (line 128) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/sip/messaging/TerminatingSipMsrpSession.java class TerminatingSipMsrpSession (line 63) | public class TerminatingSipMsrpSession extends GenericSipMsrpSession { method TerminatingSipMsrpSession (line 84) | public TerminatingSipMsrpSession(SipService parent, SipRequest invite,... method run (line 94) | @Override method isInitiatedByRemote (line 323) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/sip/streaming/DataReceiver.java class DataReceiver (line 30) | public class DataReceiver implements MediaOutput { method DataReceiver (line 40) | public DataReceiver(GenericSipRtpSession parent) { method open (line 47) | public void open() { method close (line 54) | public void close() { method writeSample (line 63) | public void writeSample(MediaSample sample) { FILE: core/src/com/gsma/rcs/core/ims/service/sip/streaming/DataSender.java class DataSender (line 34) | public class DataSender implements MediaInput { method DataSender (line 43) | public DataSender() { method addFrame (line 52) | public void addFrame(byte[] data, long timestamp) { method open (line 62) | public void open() { method close (line 69) | public void close() { method readSample (line 81) | public MediaSample readSample() { FILE: core/src/com/gsma/rcs/core/ims/service/sip/streaming/GenericSipRtpSession.java class GenericSipRtpSession (line 55) | public abstract class GenericSipRtpSession extends GenericSipSession imp... method GenericSipRtpSession (line 90) | public GenericSipRtpSession(SipService parent, ContactId contact, Stri... method getLocalRtpPort (line 109) | public int getLocalRtpPort() { method getRtpReceiver (line 118) | public MediaRtpReceiver getRtpReceiver() { method getRtpSender (line 127) | public MediaRtpSender getRtpSender() { method getRtpFormat (line 136) | public Format getRtpFormat() { method generateSdp (line 145) | public String generateSdp() { method prepareMediaSession (line 158) | @Override method getEncoding (line 184) | public static String getEncoding(String content) { method openMediaSession (line 193) | @Override method startMediaTransfer (line 198) | @Override method closeMediaSession (line 207) | @Override method sendPlayload (line 222) | public void sendPlayload(byte[] content) throws SessionNotEstablishedE... method rtpStreamAborted (line 229) | @Override method receiveData (line 272) | public void receiveData(byte[] data, String mimeType) { method startSession (line 279) | @Override method removeSession (line 285) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/sip/streaming/OriginatingSipRtpSession.java class OriginatingSipRtpSession (line 48) | public class OriginatingSipRtpSession extends GenericSipRtpSession { method OriginatingSipRtpSession (line 64) | public OriginatingSipRtpSession(SipService parent, ContactId contact, ... method run (line 74) | public void run() { method isInitiatedByRemote (line 137) | @Override method handle180Ringing (line 142) | @Override method handleInactivityEvent (line 153) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/sip/streaming/TerminatingSipRtpSession.java class TerminatingSipRtpSession (line 53) | public class TerminatingSipRtpSession extends GenericSipRtpSession { method TerminatingSipRtpSession (line 74) | public TerminatingSipRtpSession(SipService parent, SipRequest invite, ... method run (line 87) | @Override method isInitiatedByRemote (line 254) | @Override method handleInactivityEvent (line 259) | @Override FILE: core/src/com/gsma/rcs/core/ims/service/terms/EndUserNotificationParser.java class EndUserNotificationParser (line 46) | public class EndUserNotificationParser extends DefaultHandler { method EndUserNotificationParser (line 110) | public EndUserNotificationParser(InputSource inputSource, String reque... method parse (line 124) | public EndUserNotificationParser parse() throws ParserConfigurationExc... method getId (line 137) | public String getId() { method getSubject (line 141) | public String getSubject() { method getText (line 145) | public String getText() { method getButtonOk (line 149) | public String getButtonOk() { method startDocument (line 153) | public void startDocument() { method characters (line 160) | public void characters(char buffer[], int start, int length) { method startElement (line 164) | public void startElement(String namespaceURL, String localName, String... method endElement (line 190) | public void endElement(String namespaceURL, String localName, String q... method giveTextInBestLanguage (line 208) | private String giveTextInBestLanguage(String elementName) { method endDocument (line 223) | public void endDocument() { FILE: core/src/com/gsma/rcs/core/ims/service/terms/TermsAckParser.java class TermsAckParser (line 44) | public class TermsAckParser extends DefaultHandler { method TermsAckParser (line 75) | public TermsAckParser(InputSource inputSource) { method parse (line 87) | public TermsAckParser parse() throws ParserConfigurationException, SAX... method getId (line 100) | public String getId() { method getStatus (line 104) | public String getStatus() { method getSubject (line 108) | public String getSubject() { method getText (line 112) | public String getText() { method startDocument (line 116) | public void startDocument() { method characters (line 123) | public void characters(char buffer[], int start, int length) { method startElement (line 127) | public void startElement(String namespaceURL, String localName, String... method endElement (line 136) | public void endElement(String namespaceURL, String localName, String q... method endDocument (line 148) | public void endDocument() { FILE: core/src/com/gsma/rcs/core/ims/service/terms/TermsConditionsService.java class TermsConditionsService (line 63) | public class TermsConditionsService extends ImsService { method TermsConditionsService (line 104) | public TermsConditionsService(ImsModule parent, RcsSettings rcsSetting... method start (line 109) | @Override method stop (line 117) | @Override method check (line 128) | public void check() { method onMessageReceived (line 136) | public void onMessageReceived(SipRequest message) { method acceptTerms (line 224) | public void acceptTerms(String requestId, String pin) throws PayloadEx... method rejectTerms (line 243) | public void rejectTerms(String requestId, String pin) throws PayloadEx... method sendSipMessage (line 254) | private void sendSipMessage(Uri eucr, String requestId, String respons... method getRemoteIdentity (line 304) | private String getRemoteIdentity(SipRequest request) { method isTermsRequest (line 314) | public static boolean isTermsRequest(SipRequest request) { method handle407Authentication (line 319) | private void handle407Authentication(SipDialogPath dialogPath, SipResp... FILE: core/src/com/gsma/rcs/core/ims/service/terms/TermsRequestParser.java class TermsRequestParser (line 49) | public class TermsRequestParser extends DefaultHandler { method TermsRequestParser (line 146) | public TermsRequestParser(InputSource inputSource, String requestedLan... method parse (line 161) | public TermsRequestParser parse() throws ParserConfigurationException,... method getId (line 174) | public String getId() { method getType (line 178) | public String getType() { method getTimeout (line 182) | public long getTimeout() { method getPin (line 186) | public boolean getPin() { method getSubject (line 190) | public String getSubject() { method getText (line 194) | public String getText() { method getButtonAccept (line 198) | public String getButtonAccept() { method getButtonReject (line 202) | public String getButtonReject() { method startDocument (line 206) | public void startDocument() { method characters (line 213) | @Override method startElement (line 218) | @Override method endElement (line 259) | @Override method giveTextInBestLanguage (line 281) | private String giveTextInBestLanguage(String elementName) { method endDocument (line 293) | public void endDocument() { FILE: core/src/com/gsma/rcs/core/ims/service/upload/FileUploadSession.java class FileUploadSession (line 46) | public class FileUploadSession extends Thread implements HttpUploadTrans... type State (line 67) | public enum State { method FileUploadSession (line 89) | public FileUploadSession(MmContent file, boolean fileIcon, RcsSettings... method addListener (line 103) | public void addListener(FileUploadSessionListener listener) { method getUploadID (line 112) | public String getUploadID() { method getSessionState (line 121) | public State getSessionState() { method getContent (line 130) | public MmContent getContent() { method getFileInfoDocument (line 139) | public FileTransferHttpInfoDocument getFileInfoDocument() { method run (line 146) | public void run() { method storeResult (line 208) | private void storeResult(byte[] result) throws PayloadException { method interrupt (line 257) | public void interrupt() { method uploadStarted (line 273) | public void uploadStarted() { method onHttpTransferStarted (line 280) | public void onHttpTransferStarted() { method onHttpTransferPausedByUser (line 288) | public void onHttpTransferPausedByUser() { method onHttpTransferPausedBySystem (line 295) | public void onHttpTransferPausedBySystem() { method httpTransferPausedByRemote (line 307) | public void httpTransferPausedByRemote() { method onHttpTransferResumed (line 314) | public void onHttpTransferResumed() { method onHttpTransferProgress (line 324) | public void onHttpTransferProgress(long currentSize, long totalSize) { method onHttpTransferNotAllowedToSend (line 329) | @Override method startSession (line 338) | public void startSession() { method removeSession (line 346) | public void removeSession() { FILE: core/src/com/gsma/rcs/core/ims/service/upload/FileUploadSessionListener.java type FileUploadSessionListener (line 28) | public interface FileUploadSessionListener { method handleUploadStarted (line 32) | public void handleUploadStarted(); method handleUploadProgress (line 40) | public void handleUploadProgress(long currentSize, long totalSize); method handleUploadTerminated (line 47) | public void handleUploadTerminated(FileTransferHttpInfoDocument info); method handleUploadError (line 54) | public void handleUploadError(int error); method handleUploadAborted (line 59) | public void handleUploadAborted(); method handleUploadNotAllowedToSend (line 64) | public void handleUploadNotAllowedToSend(); FILE: core/src/com/gsma/rcs/core/ims/userprofile/GibaUserProfileInterface.java class GibaUserProfileInterface (line 28) | public class GibaUserProfileInterface extends UserProfileInterface { method GibaUserProfileInterface (line 37) | public GibaUserProfileInterface(RcsSettings rcsSettings) { method read (line 47) | public UserProfile read() { FILE: core/src/com/gsma/rcs/core/ims/userprofile/SettingsUserProfileInterface.java class SettingsUserProfileInterface (line 30) | public class SettingsUserProfileInterface extends UserProfileInterface { method SettingsUserProfileInterface (line 42) | public SettingsUserProfileInterface(RcsSettings rcsSettings) { method read (line 52) | public UserProfile read() { FILE: core/src/com/gsma/rcs/core/ims/userprofile/UserProfile.java class UserProfile (line 45) | public class UserProfile { method UserProfile (line 111) | public UserProfile(ContactId contact, String homeDomain, String privat... method getUsername (line 132) | public ContactId getUsername() { method setUsername (line 141) | public void setUsername(ContactId contact) { method getPreferredUri (line 150) | public Uri getPreferredUri() { method getPublicUri (line 160) | public String getPublicUri() { method formatAddressWithDisplayName (line 167) | private String formatAddressWithDisplayName(String displayName, String... method formatAddressWithDisplayName (line 171) | private String formatAddressWithDisplayName(String displayName, Contac... method getPublicAddress (line 180) | public String getPublicAddress() { method setAssociatedUri (line 203) | public void setAssociatedUri(ListIterator
uris) { method getPrivateID (line 234) | public String getPrivateID() { method getPassword (line 243) | public String getPassword() { method getRealm (line 252) | public String getRealm() { method getHomeDomain (line 261) | public String getHomeDomain() { method setHomeDomain (line 270) | public void setHomeDomain(String domain) { method getXdmServerAddr (line 279) | public Uri getXdmServerAddr() { method setXdmServerLogin (line 288) | public void setXdmServerLogin(String login) { method getXdmServerLogin (line 297) | public String getXdmServerLogin() { method getXdmServerPassword (line 306) | public String getXdmServerPassword() { method getImConferenceUri (line 315) | public Uri getImConferenceUri() { method toString (line 324) | public String toString() { FILE: core/src/com/gsma/rcs/core/ims/userprofile/UserProfileInterface.java class UserProfileInterface (line 26) | public abstract class UserProfileInterface { method UserProfileInterface (line 30) | public UserProfileInterface() { method read (line 38) | public abstract UserProfile read(); FILE: core/src/com/gsma/rcs/platform/AndroidFactory.java class AndroidFactory (line 37) | public class AndroidFactory { method getApplicationContext (line 49) | public static Context getApplicationContext() { method setApplicationContext (line 59) | public static void setApplicationContext(Context context, RcsSettings ... FILE: core/src/com/gsma/rcs/platform/FactoryException.java class FactoryException (line 26) | public class FactoryException extends java.lang.Exception { method FactoryException (line 35) | public FactoryException(String message, Throwable throwable) { FILE: core/src/com/gsma/rcs/platform/file/AndroidFileFactory.java class AndroidFileFactory (line 41) | public class AndroidFileFactory extends FileFactory { method getFileDescription (line 52) | public FileDescription getFileDescription(Uri file) { method fileExists (line 65) | public boolean fileExists(String url) { method updateMediaStorage (line 75) | public void updateMediaStorage(String url) { class MyMediaScannerClient (line 86) | private class MyMediaScannerClient implements MediaScannerConnectionCl... method MyMediaScannerClient (line 91) | public MyMediaScannerClient(String filename) { method onMediaScannerConnected (line 96) | public void onMediaScannerConnected() { method onScanCompleted (line 103) | public void onScanCompleted(String path, Uri uri) { method scan (line 112) | public void scan() { FILE: core/src/com/gsma/rcs/platform/file/FileDescription.java class FileDescription (line 30) | public class FileDescription { method FileDescription (line 41) | public FileDescription(String name, long size) { method FileDescription (line 49) | public FileDescription(String name, long size, boolean directory) { method getSize (line 60) | public long getSize() { method getName (line 69) | public String getName() { method isDirectory (line 78) | public boolean isDirectory() { FILE: core/src/com/gsma/rcs/platform/file/FileFactory.java class FileFactory (line 37) | public abstract class FileFactory { method loadFactory (line 53) | public static void loadFactory(String classname) throws FactoryExcepti... method getFactory (line 75) | public static FileFactory getFactory() { method getFileDescription (line 85) | public abstract FileDescription getFileDescription(Uri file); method updateMediaStorage (line 92) | public abstract void updateMediaStorage(String url); method fileExists (line 100) | public abstract boolean fileExists(String url); method createDirectory (line 108) | public static boolean createDirectory(String path) { method setNoMedia (line 124) | public static void setNoMedia(String path) throws IOException { FILE: core/src/com/gsma/rcs/platform/logger/AndroidAppender.java class AndroidAppender (line 31) | public class AndroidAppender extends Appender { method AndroidAppender (line 35) | public AndroidAppender() { method printTrace (line 46) | public synchronized void printTrace(String classname, int level, Strin... FILE: core/src/com/gsma/rcs/platform/network/AndroidDatagramConnection.java class AndroidDatagramConnection (line 37) | public class AndroidDatagramConnection implements DatagramConnection { method AndroidDatagramConnection (line 56) | public AndroidDatagramConnection() { method AndroidDatagramConnection (line 66) | public AndroidDatagramConnection(int timeout) { method open (line 76) | public void open() throws IOException { method open (line 87) | public void open(int port) throws IOException { method close (line 97) | public void close() throws IOException { method receive (line 110) | public byte[] receive() throws NetworkException { method send (line 131) | public void send(String remoteAddr, int remotePort, byte[] data) throw... method getLocalAddress (line 149) | public String getLocalAddress() throws IOException { method getLocalPort (line 162) | public int getLocalPort() throws IOException { FILE: core/src/com/gsma/rcs/platform/network/AndroidHttpConnection.java class AndroidHttpConnection (line 32) | public class AndroidHttpConnection implements HttpConnection { method open (line 44) | public void open(String url) throws IOException { method close (line 55) | public void close() throws IOException { method get (line 67) | public ByteArrayOutputStream get() throws IOException { method post (line 80) | public ByteArrayOutputStream post() throws IOException { method sendHttpRequest (line 94) | private ByteArrayOutputStream sendHttpRequest(String method) throws IO... FILE: core/src/com/gsma/rcs/platform/network/AndroidNetworkFactory.java class AndroidNetworkFactory (line 42) | public class AndroidNetworkFactory extends NetworkFactory { method AndroidNetworkFactory (line 51) | public AndroidNetworkFactory(RcsSettings rcsSettings) { method getLocalIpAddress (line 66) | public String getLocalIpAddress(DnsResolvedFields dnsEntry, int type) ... method createDatagramConnection (line 97) | public DatagramConnection createDatagramConnection() { method createDatagramConnection (line 107) | public DatagramConnection createDatagramConnection(int timeout) { method createSocketClientConnection (line 116) | public SocketConnection createSocketClientConnection() { method createSecureSocketClientConnection (line 125) | public SocketConnection createSecureSocketClientConnection() { method createSimpleSecureSocketClientConnection (line 136) | public SocketConnection createSimpleSecureSocketClientConnection(Strin... method createSocketServerConnection (line 145) | public SocketServerConnection createSocketServerConnection() { method createHttpConnection (line 154) | public HttpConnection createHttpConnection() { FILE: core/src/com/gsma/rcs/platform/network/AndroidSecureSocketConnection.java class AndroidSecureSocketConnection (line 63) | public class AndroidSecureSocketConnection extends AndroidSocketConnecti... method AndroidSecureSocketConnection (line 96) | public AndroidSecureSocketConnection(RcsSettings rcsSettings) { method AndroidSecureSocketConnection (line 108) | public AndroidSecureSocketConnection(String fingerprint, RcsSettings r... method AndroidSecureSocketConnection (line 121) | public AndroidSecureSocketConnection(SSLSocket socket, RcsSettings rcs... method open (line 134) | public void open(String remoteAddr, int remotePort) throws NetworkExce... method getFingerprint (line 183) | private String getFingerprint(String algorithm, SSLSocket socket) method getSslFactory (line 217) | private synchronized SSLSocketFactory getSslFactory() throws IOExcepti... FILE: core/src/com/gsma/rcs/platform/network/AndroidSocketConnection.java class AndroidSocketConnection (line 38) | public class AndroidSocketConnection implements SocketConnection { method AndroidSocketConnection (line 47) | public AndroidSocketConnection() { method AndroidSocketConnection (line 55) | public AndroidSocketConnection(Socket socket) { method open (line 67) | public void open(String remoteAddr, int remotePort) throws NetworkExce... method setSocket (line 81) | public void setSocket(Socket socket) { method getSocket (line 90) | public Socket getSocket() { method close (line 99) | public void close() throws IOException { method getInputStream (line 112) | public InputStream getInputStream() throws NetworkException { method getOutputStream (line 127) | public OutputStream getOutputStream() throws NetworkException { method getRemoteAddress (line 141) | public String getRemoteAddress() { method getRemotePort (line 150) | public int getRemotePort() { method getLocalAddress (line 159) | public String getLocalAddress() { method getLocalPort (line 168) | public int getLocalPort() { method getSoTimeout (line 179) | public int getSoTimeout() throws NetworkException { method setSoTimeout (line 195) | public void setSoTimeout(long timeout) throws NetworkException { FILE: core/src/com/gsma/rcs/platform/network/AndroidSocketServerConnection.java class AndroidSocketServerConnection (line 32) | public class AndroidSocketServerConnection implements SocketServerConnec... method AndroidSocketServerConnection (line 44) | public AndroidSocketServerConnection() { method open (line 53) | public void open(int port) throws IOException { method close (line 62) | public void close() throws IOException { method acceptConnection (line 75) | public SocketConnection acceptConnection() throws IOException { FILE: core/src/com/gsma/rcs/platform/network/DatagramConnection.java type DatagramConnection (line 31) | public interface DatagramConnection extends Closeable { method open (line 42) | public void open() throws IOException; method open (line 50) | public void open(int port) throws IOException; method close (line 57) | public void close() throws IOException; method send (line 67) | public void send(String remoteAddr, int remotePort, byte[] data) throw... method receive (line 75) | public byte[] receive() throws NetworkException; method getLocalAddress (line 83) | public String getLocalAddress() throws IOException; method getLocalPort (line 91) | public int getLocalPort() throws IOException; FILE: core/src/com/gsma/rcs/platform/network/HttpConnection.java type HttpConnection (line 29) | public interface HttpConnection { method open (line 46) | public void open(String url) throws IOException; method close (line 53) | public void close() throws IOException; method get (line 61) | public ByteArrayOutputStream get() throws IOException; method post (line 69) | public ByteArrayOutputStream post() throws IOException; FILE: core/src/com/gsma/rcs/platform/network/NetworkFactory.java class NetworkFactory (line 37) | public abstract class NetworkFactory { method loadFactory (line 50) | public static void loadFactory(String classname, RcsSettings rcsSettings) method getFactory (line 91) | public static NetworkFactory getFactory() { method getLocalIpAddress (line 106) | public abstract String getLocalIpAddress(DnsResolvedFields dnsEntry, i... method createDatagramConnection (line 114) | public abstract DatagramConnection createDatagramConnection(); method createDatagramConnection (line 122) | public abstract DatagramConnection createDatagramConnection(int timeout); method createSocketClientConnection (line 129) | public abstract SocketConnection createSocketClientConnection(); method createSecureSocketClientConnection (line 136) | public abstract SocketConnection createSecureSocketClientConnection(); method createSimpleSecureSocketClientConnection (line 145) | public abstract SocketConnection createSimpleSecureSocketClientConnect... method createSocketServerConnection (line 152) | public abstract SocketServerConnection createSocketServerConnection(); method createHttpConnection (line 159) | public abstract HttpConnection createHttpConnection(); FILE: core/src/com/gsma/rcs/platform/network/SocketConnection.java type SocketConnection (line 38) | public interface SocketConnection extends Closeable { method open (line 47) | public void open(String remoteAddr, int remotePort) throws PayloadExce... method close (line 54) | public void close() throws IOException; method getInputStream (line 62) | public InputStream getInputStream() throws NetworkException; method getOutputStream (line 70) | public OutputStream getOutputStream() throws NetworkException; method getRemoteAddress (line 77) | public String getRemoteAddress(); method getRemotePort (line 84) | public int getRemotePort(); method getLocalAddress (line 91) | public String getLocalAddress(); method getLocalPort (line 98) | public int getLocalPort(); method getSoTimeout (line 107) | public int getSoTimeout() throws NetworkException; method setSoTimeout (line 116) | public void setSoTimeout(long timeout) throws NetworkException; FILE: core/src/com/gsma/rcs/platform/network/SocketServerConnection.java type SocketServerConnection (line 29) | public interface SocketServerConnection extends Closeable { method open (line 36) | public void open(int port) throws IOException; method close (line 43) | public void close() throws IOException; method acceptConnection (line 51) | public SocketConnection acceptConnection() throws IOException; FILE: core/src/com/gsma/rcs/platform/registry/AndroidRegistryFactory.java class AndroidRegistryFactory (line 32) | public class AndroidRegistryFactory extends RegistryFactory { method AndroidRegistryFactory (line 48) | public AndroidRegistryFactory() throws CoreException { method readString (line 66) | public String readString(String key, String defaultValue) { method writeString (line 76) | public void writeString(String key, String value) { method readInteger (line 89) | public int readInteger(String key, int defaultValue) { method writeInteger (line 99) | public void writeInteger(String key, int value) { method readLong (line 112) | public long readLong(String key, long defaultValue) { method writeLong (line 122) | public void writeLong(String key, long value) { method readBoolean (line 135) | public boolean readBoolean(String key, boolean defaultValue) { method writeBoolean (line 145) | public void writeBoolean(String key, boolean value) { method removeParameter (line 156) | public void removeParameter(String key) { FILE: core/src/com/gsma/rcs/platform/registry/RegistryFactory.java class RegistryFactory (line 32) | public abstract class RegistryFactory { method loadFactory (line 44) | public static void loadFactory(String classname) throws FactoryExcepti... method getFactory (line 69) | public static RegistryFactory getFactory() { method readString (line 80) | public abstract String readString(String key, String defaultValue); method writeString (line 88) | public abstract void writeString(String key, String value); method readInteger (line 97) | public abstract int readInteger(String key, int defaultValue); method writeInteger (line 105) | public abstract void writeInteger(String key, int value); method readLong (line 114) | public abstract long readLong(String key, long defaultValue); method writeLong (line 122) | public abstract void writeLong(String key, long value); method readBoolean (line 131) | public abstract boolean readBoolean(String key, boolean defaultValue); method writeBoolean (line 139) | public abstract void writeBoolean(String key, boolean value); method removeParameter (line 146) | public abstract void removeParameter(String key); FILE: core/src/com/gsma/rcs/provider/ContentProviderBaseIdCreator.java class ContentProviderBaseIdCreator (line 33) | public class ContentProviderBaseIdCreator { method createUniqueId (line 48) | public static long createUniqueId(Context ctx, Uri providerUri) { FILE: core/src/com/gsma/rcs/provider/CursorUtil.java class CursorUtil (line 24) | public class CursorUtil { method assertCursorIsNotNull (line 26) | public static void assertCursorIsNotNull(Cursor cursor, Uri requestedU... method assertCursorIsNotNull (line 32) | public static void assertCursorIsNotNull(Cursor cursor, String queried... method close (line 38) | public static void close(Cursor cursor) { FILE: core/src/com/gsma/rcs/provider/DeleteTask.java class DeleteTask (line 39) | public abstract class DeleteTask implements Runnable { class GroupedByContactId (line 59) | public abstract static class GroupedByContactId extends DeleteTask { method GroupedByChatId (line 113) | public GroupedByChatId(LocalContentResolver contentResolver, Uri con... method getGroupAsKey (line 120) | @Override class NotGrouped (line 127) | public abstract static class NotGrouped extends DeleteTask { method NotGrouped (line 131) | public NotGrouped(LocalContentResolver contentResolver, Uri contentUri, method onRowDelete (line 136) | @Override method onCompleted (line 141) | @Override method onRowDelete (line 146) | protected abstract void onRowDelete(String itemId) throws PayloadExc... method onCompleted (line 148) | protected abstract void onCompleted(Set deletedIds); method getGroupAsKey (line 150) | @Override method DeleteTask (line 171) | public DeleteTask(LocalContentResolver contentResolver, Uri contentUri, method getGroupedItemIds (line 206) | private Map> getGroupedItemIds() { method tryDelete (line 245) | private Map> tryDelete() throws PayloadException { method isSingleRowDelete (line 264) | protected boolean isSingleRowDelete() { method getAppendedPathUri (line 268) | protected Uri getAppendedPathUri(String itemKey) { method getGroupAsKey (line 275) | protected abstract T getGroupAsKey(String groupIdfromDatabase); method onRowDelete (line 282) | protected abstract void onRowDelete(T groupId, String itemId) throws P... method onCompleted (line 289) | protected abstract void onCompleted(T groupId, Set deletedIds); method setAllAtOnce (line 297) | public void setAllAtOnce(boolean deleteAllAtOnce) { method run (line 301) | @Override FILE: core/src/com/gsma/rcs/provider/LocalContentResolver.java class LocalContentResolver (line 42) | public class LocalContentResolver { method LocalContentResolver (line 51) | public LocalContentResolver(ContentResolver contentResolver) { method LocalContentResolver (line 60) | public LocalContentResolver(Context context) { method query (line 74) | public final Cursor query(Uri uri, String[] projection, String selection, method insert (line 96) | public final Uri insert(Uri uri, ContentValues values) { method update (line 118) | public final int update(Uri uri, ContentValues values, String selectio... method delete (line 140) | public final int delete(Uri uri, String selection, String[] selectionA... method openContentInputStream (line 161) | public final InputStream openContentInputStream(Uri uri) throws FileNo... method openContentOutputStream (line 184) | public final OutputStream openContentOutputStream(Uri uri) throws File... method applyBatch (line 208) | public final ContentProviderResult[] applyBatch(Uri uri, FILE: core/src/com/gsma/rcs/provider/UserProfilePersistedStorageUtil.java class UserProfilePersistedStorageUtil (line 43) | public class UserProfilePersistedStorageUtil { method accept (line 70) | @Override method listOfSavedAccounts (line 82) | private static File[] listOfSavedAccounts(final File databasesDir) { method saveUserProfile (line 109) | private static void saveUserProfile(final File databasesDir, final Str... method restoreUserProfile (line 138) | private static void restoreUserProfile(final File databasesDir, final ... method normalizeFileBackup (line 159) | private static void normalizeFileBackup(final File databasesDir, final... method normalizeFileBackup (line 195) | public static void normalizeFileBackup(String currentUserAccount) thro... method tryToBackupAccount (line 210) | public static void tryToBackupAccount(String account) { method tryToRestoreAccount (line 262) | public static void tryToRestoreAccount(String account) { FILE: core/src/com/gsma/rcs/provider/contact/ContactData.java class ContactData (line 34) | final class ContactData { class AggregationData (line 266) | static final class AggregationData { FILE: core/src/com/gsma/rcs/provider/contact/ContactManager.java class ContactManager (line 141) | public final class ContactManager { type MimeType (line 216) | private enum MimeType { method MimeType (line 235) | MimeType(String value) { method getMimeType (line 251) | public final String getMimeType() { method getMimeType (line 261) | public static MimeType getMimeType(String value) { method getInstance (line 442) | public static ContactManager getInstance(Context ctx, ContentResolver ... method ContactManager (line 464) | private ContactManager(Context context, ContentResolver contentResolver, method getMyPresenceInfo (line 478) | public PresenceInfo getMyPresenceInfo() { method setContactInfoInternal (line 496) | private void setContactInfoInternal(ContactInfo newInfo, ContactInfo o... method getContactInfoFromProvider (line 786) | private ContactInfo getContactInfoFromProvider(ContactId contact) { method getContactInfoInternal (line 920) | private ContactInfo getContactInfoInternal(ContactId contact) { method savePhotoIcon (line 936) | private void savePhotoIcon(PhotoIcon photoIcon, ContactId contact) thr... method getPhotoIcon (line 964) | private PhotoIcon getPhotoIcon(Cursor cursor, ContactId contact) throw... method getContactSharingStatus (line 983) | private RcsStatus getContactSharingStatus(ContactId contact) { method blockContact (line 994) | public void blockContact(ContactId contact) throws ContactManagerExcep... method flushRcsContactProvider (line 1009) | public void flushRcsContactProvider() { method updateRcsStatusOrCreateNewContact (line 1026) | public void updateRcsStatusOrCreateNewContact(ContactId contact, RcsSt... method getRcsContactsWithSocialPresence (line 1074) | public Set getRcsContactsWithSocialPresence() { method getRcsContactsFromRcsContactProvider (line 1102) | public Set getRcsContactsFromRcsContactProvider() { method getAllContactsFromRcsContactProvider (line 1130) | public Set getAllContactsFromRcsContactProvider() { method isNumberBlocked (line 1159) | public boolean isNumberBlocked(ContactId contact) { method isNumberShared (line 1169) | public boolean isNumberShared(ContactId contact) { method isNumberInvited (line 1179) | public boolean isNumberInvited(ContactId contact) { method isNumberWilling (line 1189) | public boolean isNumberWilling(ContactId contact) { method isNumberCancelled (line 1199) | public boolean isNumberCancelled(ContactId contact) { method modifyMimeTypeForContact (line 1213) | private ContentProviderOperation modifyMimeTypeForContact(long rawCont... method createMimeTypeForContact (line 1227) | private ContentProviderOperation createMimeTypeForContact(int rawConta... method insertMimeTypeForContact (line 1245) | private ContentProviderOperation insertMimeTypeForContact(long rawCont... method deleteMimeTypeForContact (line 1262) | private ContentProviderOperation deleteMimeTypeForContact(long rawCont... method modifyContactRegistrationState (line 1271) | private List modifyContactRegistrationState(... method modifyContactRegistrationStateForMyself (line 1336) | private List modifyContactRegistrationStateF... method modifyExtensionsCapabilityForContact (line 1393) | private ContentProviderOperation modifyExtensionsCapabilityForContact(... method modifyBlockingStateForContact (line 1421) | private ContentProviderOperation modifyBlockingStateForContact(long ra... method modifyBlockingTimestampForContact (line 1441) | private ContentProviderOperation modifyBlockingTimestampForContact(lon... method modifyPresenceForContact (line 1456) | private List modifyPresenceForContact(long r... method getCurrentNativeWebLinkDataId (line 1614) | private long getCurrentNativeWebLinkDataId(long rawContactId) { method getMimeTypeDescriptionSummary (line 1638) | private String getMimeTypeDescriptionSummary(String mimeType) { method getMimeTypeDescriptionDetails (line 1666) | private String getMimeTypeDescriptionDetails(String mimeType) { method getContactInfo (line 1697) | public ContactInfo getContactInfo(ContactId contact) { method setContactCapabilities (line 1711) | public void setContactCapabilities(ContactId contact, Capabilities cap... method setContactCapabilities (line 1727) | public void setContactCapabilities(ContactId contact, Capabilities cap... method mergeContactCapabilities (line 1805) | public void mergeContactCapabilities(ContactId contact, Capabilities c... method getContactStatus (line 1895) | private RcsStatus getContactStatus(ContactId contact) { method getRegistrationState (line 1899) | private RegistrationState getRegistrationState(ContactId contact) { method getContactCapabilities (line 1910) | public Capabilities getContactCapabilities(ContactId contact) { method updateCapabilitiesTimeLastRequest (line 1922) | public void updateCapabilitiesTimeLastRequest(ContactId contact) { method createRcsRawContact (line 1950) | private long createRcsRawContact(final ContactInfo info, final long ra... method convertBitmapToBytes (line 2077) | private byte[] convertBitmapToBytes(final Bitmap bitmap) { method createMyContact (line 2102) | public long createMyContact() throws ContactManagerException { method getRawContactIdsFromPhoneNumber (line 2172) | private Set getRawContactIdsFromPhoneNumber(ContactId contact) { method getAssociatedRcsRawContact (line 2241) | private long getAssociatedRcsRawContact(final long rawContactId, final... method isContactIdAssociatedWithRcsContactProvider (line 2267) | public boolean isContactIdAssociatedWithRcsContactProvider(final Conta... method isSimAccount (line 2286) | public boolean isSimAccount(final long rawContactId) { method setContactPhoto (line 2310) | private List setContactPhoto(Long rawContact... method getRawContactIdForMe (line 2416) | private long getRawContactIdForMe() { method isBlockedForContact (line 2438) | public boolean isBlockedForContact(ContactId contact) { method getContactInfoFromCursor (line 2448) | private ContactInfo getContactInfoFromCursor(Cursor cursor) { method getRawContactDataCursor (line 2558) | private Cursor getRawContactDataCursor(final long rawContactId) { method updateStrings (line 2571) | public void updateStrings() throws ContactManagerException { method cleanRCSEntries (line 2660) | public void cleanRCSEntries() throws ContactManagerException { method cleanRCSRawContactsInAB (line 2672) | private void cleanRCSRawContactsInAB() throws ContactManagerException { method cleanEntriesInRcsContactProvider (line 2726) | private void cleanEntriesInRcsContactProvider() { method deleteRCSEntries (line 2761) | public void deleteRCSEntries() { method isCapabilitySupported (line 2782) | private boolean isCapabilitySupported(Cursor cursor, String column) { method setContactDisplayName (line 2792) | public void setContactDisplayName(ContactId contact, String displayNam... method getContactDisplayName (line 2819) | public String getContactDisplayName(ContactId contact) { method updateCapabilitiesTimeLastResponse (line 2829) | public void updateCapabilitiesTimeLastResponse(ContactId contact, long... method setBlockingState (line 2857) | public void setBlockingState(ContactId contact, BlockingState state) method getAllRawIdsInPhoneAddressBook (line 2876) | public Map> getAllRawIdsInPhoneAddressBook() { method isAssociatedRcsRawContact (line 2931) | public boolean isAssociatedRcsRawContact(long rawContactId, final Cont... method aggregateContactWithRcsRawContact (line 2943) | public void aggregateContactWithRcsRawContact(ContactInfo contactInfo) method getRcsGroupIdFromContactsContractGroups (line 2959) | public long getRcsGroupIdFromContactsContractGroups() { method isOnlySimAssociated (line 2981) | private boolean isOnlySimAssociated(Set rawContactIds) { method getContactsOnlySimAssociated (line 2996) | public Set getContactsOnlySimAssociated(Map getProtectedInternalDatabases() { method getInternalMemberIds (line 74) | private static Set getInternalMemberIds() { method getInternalMembers (line 85) | private static Set getInternalMembers() { method getGroupChatProviderColumnMapping (line 108) | private static Map getGroupChatProviderColumnMapping() { method getChatMessageProviderColumnMapping (line 123) | private static Map getChatMessageProviderColumnMapping... method getFileTransferProviderColumnMapping (line 147) | private static Map getFileTransferProviderColumnMappin... method getImageSharingProviderColumnMapping (line 176) | private static Map getImageSharingProviderColumnMappin... method getVideoSharingProviderColumnMapping (line 195) | private static Map getVideoSharingProviderColumnMappin... method getGeolocSharingProviderColumnMapping (line 210) | private static Map getGeolocSharingProviderColumnMappi... FILE: core/src/com/gsma/rcs/provider/history/HistoryLog.java class HistoryLog (line 34) | public class HistoryLog { method HistoryLog (line 82) | private HistoryLog(LocalContentResolver localContentResolver) { method getInstance (line 92) | public static HistoryLog getInstance(LocalContentResolver localContent... method getQueuedGroupChatMessagesAndGroupFileTransfers (line 104) | public Cursor getQueuedGroupChatMessagesAndGroupFileTransfers(String c... method getQueuedOneToOneChatMessagesAndOneToOneFileTransfers (line 115) | public Cursor getQueuedOneToOneChatMessagesAndOneToOneFileTransfers() { method getRemoteContact (line 129) | public ContactId getRemoteContact(String id) { FILE: core/src/com/gsma/rcs/provider/history/HistoryLogData.java class HistoryLogData (line 23) | public class HistoryLogData { FILE: core/src/com/gsma/rcs/provider/history/HistoryMemberBaseIdCreator.java class HistoryMemberBaseIdCreator (line 29) | public class HistoryMemberBaseIdCreator { method createUniqueId (line 43) | public static long createUniqueId(Context ctx, int memberId) { FILE: core/src/com/gsma/rcs/provider/history/HistoryMemberDatabase.java class HistoryMemberDatabase (line 23) | class HistoryMemberDatabase { method HistoryMemberDatabase (line 41) | public HistoryMemberDatabase(int memberId, Uri contentProviderUri, Str... method getDatabaseName (line 52) | public String getDatabaseName() { method getProviderId (line 56) | public int getProviderId() { method getContentProviderUri (line 60) | public Uri getContentProviderUri() { method setDatabaseUri (line 64) | void setDatabaseUri(Uri databaseUri) { method getDatabaseUri (line 68) | public Uri getDatabaseUri() { method getTableName (line 72) | public String getTableName() { method getColumnMapping (line 76) | public Map getColumnMapping() { method setAttached (line 80) | public void setAttached(boolean attached) { method isAttached (line 84) | public boolean isAttached() { method getMaxId (line 88) | public long getMaxId() { method setMaxId (line 92) | public void setMaxId(long maxId) { FILE: core/src/com/gsma/rcs/provider/history/HistoryProvider.java class HistoryProvider (line 32) | public class HistoryProvider extends MultiDbProvider { class CursorType (line 39) | private static final class CursorType { class UriType (line 45) | private static final class UriType { class History (line 47) | private static final class History { class InternalHistory (line 53) | private static final class InternalHistory { method getType (line 69) | @Override method query (line 81) | @Override method update (line 104) | @Override method insert (line 109) | @Override method delete (line 114) | @Override FILE: core/src/com/gsma/rcs/provider/history/MultiDbProvider.java class MultiDbProvider (line 46) | @SuppressWarnings("ConstantConditions") class DatabaseHelper (line 64) | private final class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 68) | private DatabaseHelper(Context context) { method getDatabaseAlias (line 72) | private String getDatabaseAlias(int providerId) { method detach (line 76) | private void detach(int providerId) { method detachAll (line 81) | private void detachAll() { method attach (line 90) | private void attach(int providerId) { method onCreate (line 100) | @Override method onUpgrade (line 104) | @Override method registerDatabase (line 109) | private void registerDatabase(HistoryMemberDatabase memberDatabase) th... method ensureDatabaseAttached (line 120) | protected void ensureDatabaseAttached(int providerId) { method ensureDatabasesAttached (line 146) | void ensureDatabasesAttached(List providerIds) { method getMaxId (line 163) | long getMaxId(int providerId) { method registerInternalProviders (line 173) | public void registerInternalProviders() throws IOException { method executeReadQuery (line 203) | protected Cursor executeReadQuery(String sql, String[] selectionArgs) { method onCreate (line 207) | @Override method registerDatabase (line 218) | public void registerDatabase(int providerId, Uri contentProviderUri, U... method unregisterDatabaseByProviderId (line 235) | public void unregisterDatabaseByProviderId(int providerId) { FILE: core/src/com/gsma/rcs/provider/history/OneToOneChatDequeueTask.java class OneToOneChatDequeueTask (line 53) | public class OneToOneChatDequeueTask extends DequeueTask { method OneToOneChatDequeueTask (line 57) | public OneToOneChatDequeueTask(Context ctx, Core core, MessagingLog me... method setOneToOneChatEntryAsFailedDequeue (line 66) | private void setOneToOneChatEntryAsFailedDequeue(int providerId, Conta... method run (line 81) | public void run() { FILE: core/src/com/gsma/rcs/provider/history/QueryHelper.java class QueryHelper (line 30) | class QueryHelper { method generateSubQuery (line 36) | String generateSubQuery(int providerId, Map columnMapper, method generateParamlessSubQuery (line 57) | private StringBuilder generateParamlessSubQuery(int providerId, String... method generateParamlessUnionQuery (line 65) | private String generateParamlessUnionQuery(List historyLogMemb... method generateUnionQuery (line 76) | private String generateUnionQuery(List historyLogMembers) { method getKey (line 100) | private static String[] getKey(List providerIds) { method contains (line 107) | private static boolean contains(String[] key, int providerId) { method generateUnionQuery (line 117) | String generateUnionQuery(List historyLogMembers, method clearProvider (line 125) | void clearProvider(int providerId) { method clear (line 138) | void clear() { FILE: core/src/com/gsma/rcs/provider/messaging/ChatMessagePersistedStorageAccessor.java class ChatMessagePersistedStorageAccessor (line 35) | public class ChatMessagePersistedStorageAccessor { method ChatMessagePersistedStorageAccessor (line 63) | public ChatMessagePersistedStorageAccessor(MessagingLog messagingLog, ... method ChatMessagePersistedStorageAccessor (line 79) | public ChatMessagePersistedStorageAccessor(MessagingLog messagingLog, ... method cacheData (line 91) | private void cacheData() { method getId (line 126) | public String getId() { method getRemoteContact (line 130) | public ContactId getRemoteContact() { method getContent (line 137) | public String getContent() { method getMimeType (line 144) | public String getMimeType() { method getDirection (line 151) | public Direction getDirection() { method getTimestamp (line 158) | public long getTimestamp() { method getTimestampSent (line 166) | public long getTimestampSent() { method getTimestampDelivered (line 175) | public long getTimestampDelivered() { method getTimestampDisplayed (line 187) | public long getTimestampDisplayed() { method getStatus (line 199) | public Status getStatus() { method getReasonCode (line 207) | public ReasonCode getReasonCode() { method getChatId (line 216) | public String getChatId() { method isRead (line 223) | public boolean isRead() { method isExpiredDelivery (line 233) | public boolean isExpiredDelivery() { FILE: core/src/com/gsma/rcs/provider/messaging/ChatProvider.java class ChatProvider (line 51) | @SuppressWarnings("ConstantConditions") class UriType (line 127) | private static final class UriType { class Chat (line 129) | private static final class Chat { class Message (line 136) | private static final class Message { class InternalChat (line 143) | private static final class InternalChat { class InternalMessage (line 150) | private static final class InternalMessage { class CursorType (line 159) | private static final class CursorType { class Chat (line 161) | private static final class Chat { class Message (line 168) | private static final class Message { class DatabaseHelper (line 176) | private static class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 179) | public DatabaseHelper(Context ctx) { method onCreate (line 183) | @Override method onUpgrade (line 233) | @Override method getSelectionWithChatId (line 243) | private String getSelectionWithChatId(String selection) { method getSelectionArgsWithChatId (line 250) | private String[] getSelectionArgsWithChatId(String[] selectionArgs, St... method getSelectionWithMessageId (line 254) | private String getSelectionWithMessageId(String selection) { method getSelectionArgsWithMessageId (line 261) | private String[] getSelectionArgsWithMessageId(String[] selectionArgs,... method restrictGroupChatProjectionToExternallyDefinedColumns (line 265) | private String[] restrictGroupChatProjectionToExternallyDefinedColumns... method restrictMessageProjectionToExternallyDefinedColumns (line 279) | private String[] restrictMessageProjectionToExternallyDefinedColumns(S... method onCreate (line 293) | @Override method getType (line 299) | @Override method query (line 327) | @Override method update (line 422) | @Override method insert (line 483) | @Override method delete (line 533) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/DelayedDisplayNotificationDispatcher.java class DelayedDisplayNotificationDispatcher (line 36) | public class DelayedDisplayNotificationDispatcher implements Runnable { method DelayedDisplayNotificationDispatcher (line 64) | public DelayedDisplayNotificationDispatcher(LocalContentResolver local... method run (line 70) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/FileTransferData.java class FileTransferData (line 38) | public class FileTransferData { FILE: core/src/com/gsma/rcs/provider/messaging/FileTransferDequeueTask.java class FileTransferDequeueTask (line 51) | public class FileTransferDequeueTask extends DequeueTask { method FileTransferDequeueTask (line 53) | public FileTransferDequeueTask(Context ctx, Core core, MessagingLog me... method setGroupFileTransferAsFailedDequeue (line 60) | private void setGroupFileTransferAsFailedDequeue(String id, boolean gr... method run (line 69) | public void run() { FILE: core/src/com/gsma/rcs/provider/messaging/FileTransferLog.java class FileTransferLog (line 63) | public class FileTransferLog implements IFileTransferLog { method FileTransferLog (line 147) | FileTransferLog(LocalContentResolver localContentResolver, method addOneToOneFileTransfer (line 154) | @Override method addOutgoingGroupFileTransfer (line 201) | @Override method addIncomingGroupFileTransfer (line 262) | @Override method setFileTransferStateAndReasonCode (line 320) | @Override method markFileTransferAsRead (line 345) | @Override method setFileTransferProgress (line 358) | @Override method getFileTransferProgress (line 367) | @Override method setFileTransferred (line 376) | @Override method isFileTransfer (line 395) | @Override method setFileUploadTId (line 409) | @Override method setFileDownloadAddress (line 422) | @Override method setRemoteSipId (line 435) | @Override method retrieveFileTransfersPausedBySystem (line 448) | @Override method retrieveFtHttpResumeUpload (line 527) | @Override method getFileTransferData (line 572) | private Cursor getFileTransferData(String columnName, String fileTrans... method getDataAsInteger (line 586) | private Integer getDataAsInteger(Cursor cursor) { method getDataAsLong (line 598) | private Long getDataAsLong(Cursor cursor) { method getDataAsString (line 610) | private String getDataAsString(Cursor cursor) { method getDataAsBoolean (line 619) | private Boolean getDataAsBoolean(Cursor cursor) { method getFileTransferData (line 631) | @Override method getFileTransferIcon (line 639) | @Override method getFileTransferState (line 652) | @Override method getFileTransferReasonCode (line 661) | @Override method getFileTransferTimestamp (line 670) | @Override method getFileTransferSentTimestamp (line 679) | @Override method getFileTransferChatId (line 688) | @Override method isFileTransferExpiredDelivery (line 697) | @Override method isGroupFileTransfer (line 706) | @Override method getFileTransferResumeInfo (line 727) | @Override method getQueuedAndUploadedButNotTransferredFileTransfers (line 793) | @Override method getInterruptedFileTransfers (line 802) | @Override method setFileTransferStateAndTimestamp (line 810) | @Override method setFileTransferDelivered (line 829) | @Override method setFileTransferDisplayed (line 847) | @Override method clearFileTransferDeliveryExpiration (line 866) | @Override method setFileTransferDeliveryExpired (line 881) | @Override method getUnDeliveredOneToOneFileTransfers (line 890) | @Override method setFileTransferDownloadInfo (line 898) | @Override method getFileDownloadInfo (line 920) | @Override method getFileDownloadInfo (line 963) | @Override method setFileTransferTimestamps (line 981) | @Override method setFileInfoDequeued (line 995) | @Override method getFile (line 1010) | @Override method getFileTransferDirection (line 1019) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/FileTransferPersistedStorageAccessor.java class FileTransferPersistedStorageAccessor (line 39) | public class FileTransferPersistedStorageAccessor { method FileTransferPersistedStorageAccessor (line 81) | public FileTransferPersistedStorageAccessor(String fileTransferId, Mes... method cacheData (line 86) | private void cacheData() { method getChatId (line 143) | public String getChatId() { method getRemoteContact (line 154) | public ContactId getRemoteContact() { method getFile (line 165) | public Uri getFile() { method getFileName (line 176) | public String getFileName() { method getFileSize (line 187) | public Long getFileSize() { method getMimeType (line 198) | public String getMimeType() { method getFileIcon (line 209) | public Uri getFileIcon() { method getFileIconMimeType (line 220) | public String getFileIconMimeType() { method getTimestamp (line 231) | public long getTimestamp() { method getTimestampSent (line 240) | public long getTimestampSent() { method getTimestampDelivered (line 249) | public long getTimestampDelivered() { method getTimestampDisplayed (line 261) | public Long getTimestampDisplayed() { method getState (line 273) | public State getState() { method getReasonCode (line 282) | public ReasonCode getReasonCode() { method getDisposition (line 291) | public Disposition getDisposition() { method getDirection (line 302) | public Direction getDirection() { method isRead (line 313) | public Boolean isRead() { method setStateAndReasonCode (line 323) | public boolean setStateAndReasonCode(State state, ReasonCode reasonCod... method setProgress (line 327) | public boolean setProgress(long currentSize) { method setTransferred (line 331) | public boolean setTransferred(MmContent content, long fileExpiration, ... method addOneToOneFileTransfer (line 337) | public void addOneToOneFileTransfer(ContactId contact, Direction direc... method addIncomingGroupFileTransfer (line 347) | public void addIncomingGroupFileTransfer(String chatId, ContactId cont... method getFileTransferResumeInfo (line 357) | public FtHttpResume getFileTransferResumeInfo() { method getFileExpiration (line 366) | public long getFileExpiration() { method getFileIconExpiration (line 380) | public long getFileIconExpiration() { method isExpiredDelivery (line 397) | public boolean isExpiredDelivery() { method setStateAndTimestamp (line 406) | public boolean setStateAndTimestamp(State state, ReasonCode reasonCode... method setFileInfoDequeued (line 412) | public boolean setFileInfoDequeued(long deliveryExpiration) { method getFileTransferProgress (line 421) | public long getFileTransferProgress() { FILE: core/src/com/gsma/rcs/provider/messaging/FileTransferProvider.java class FileTransferProvider (line 51) | @SuppressWarnings("ConstantConditions") class UriType (line 58) | private static final class UriType { class FileTransfer (line 60) | private static final class FileTransfer { class InternalFileTransfer (line 67) | private static final class InternalFileTransfer { class CursorType (line 75) | private static final class CursorType { class DatabaseHelper (line 126) | private static class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 129) | public DatabaseHelper(Context ctx) { method onCreate (line 133) | @Override method onUpgrade (line 177) | @Override method getSelectionWithFtId (line 186) | private String getSelectionWithFtId(String selection) { method getSelectionArgsWithFtId (line 193) | private String[] getSelectionArgsWithFtId(String[] selectionArgs, Stri... method restrictProjectionToExternallyDefinedColumns (line 197) | private String[] restrictProjectionToExternallyDefinedColumns(String[]... method onCreate (line 211) | @Override method getType (line 217) | @Override method query (line 235) | @Override method update (line 293) | @Override method insert (line 324) | @Override method delete (line 353) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/FileTransferStateAndReasonCode.java class FileTransferStateAndReasonCode (line 22) | public class FileTransferStateAndReasonCode { method FileTransferStateAndReasonCode (line 28) | public FileTransferStateAndReasonCode(State state, ReasonCode reasonCo... method getState (line 33) | public State getState() { method getReasonCode (line 37) | public ReasonCode getReasonCode() { FILE: core/src/com/gsma/rcs/provider/messaging/GroupChatData.java class GroupChatData (line 36) | public class GroupChatData { FILE: core/src/com/gsma/rcs/provider/messaging/GroupChatDeleteTask.java class GroupChatDeleteTask (line 33) | public class GroupChatDeleteTask extends DeleteTask.NotGrouped { method GroupChatDeleteTask (line 51) | public GroupChatDeleteTask(ChatServiceImpl chatService, InstantMessagi... method GroupChatDeleteTask (line 66) | public GroupChatDeleteTask(ChatServiceImpl chatService, InstantMessagi... method onRowDelete (line 73) | @Override method onCompleted (line 102) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/GroupChatLog.java class GroupChatLog (line 49) | public class GroupChatLog implements IGroupChatLog { type UserAbortion (line 83) | private enum UserAbortion { method UserAbortion (line 96) | UserAbortion(int value) { method toInt (line 100) | public final int toInt() { method GroupChatLog (line 110) | GroupChatLog(LocalContentResolver localContentResolver) { method generateEncodedParticipantInfos (line 120) | private String generateEncodedParticipantInfos(Map parseEncodedParticipantInfos... method addGroupChat (line 155) | @Override method acceptGroupChatNextInvitation (line 181) | @Override method setGroupChatParticipantsStateAndReasonCode (line 192) | @Override method setGroupChatStateAndReasonCode (line 209) | @Override method setGroupChatParticipants (line 222) | @Override method setGroupChatRejoinId (line 236) | @Override method getGroupChatInfo (line 251) | @Override method getParticipants (line 277) | @Override method getParticipants (line 286) | @Override method isGroupChatNextInviteRejected (line 303) | @Override method getGroupChatData (line 317) | private Cursor getGroupChatData(String columnName, String chatId) { method getDataAsString (line 331) | private String getDataAsString(Cursor cursor) { method getDataAsInteger (line 339) | private Integer getDataAsInteger(Cursor cursor) { method getGroupChatState (line 351) | public State getGroupChatState(String chatId) { method getGroupChatReasonCode (line 359) | public ReasonCode getGroupChatReasonCode(String chatId) { method setRejectNextGroupChatNextInvitation (line 367) | @Override method getChatIdsOfActiveGroupChatsForAutoRejoin (line 378) | @Override method getGroupChatData (line 396) | @Override method isGroupChatPersisted (line 404) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/GroupChatMessageDeleteTask.java class GroupChatMessageDeleteTask (line 30) | public class GroupChatMessageDeleteTask extends DeleteTask.GroupedByChat... method GroupChatMessageDeleteTask (line 51) | public GroupChatMessageDeleteTask(ChatServiceImpl chatService, method GroupChatMessageDeleteTask (line 67) | public GroupChatMessageDeleteTask(ChatServiceImpl chatService, method GroupChatMessageDeleteTask (line 84) | public GroupChatMessageDeleteTask(ChatServiceImpl chatService, method onRowDelete (line 93) | @Override method onCompleted (line 120) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/GroupChatPersistedStorageAccessor.java class GroupChatPersistedStorageAccessor (line 43) | public class GroupChatPersistedStorageAccessor { method GroupChatPersistedStorageAccessor (line 59) | public GroupChatPersistedStorageAccessor(String chatId, MessagingLog m... method cacheData (line 66) | private void cacheData() { method getDirection (line 90) | public Direction getDirection() { method getState (line 101) | public State getState() { method getReasonCode (line 110) | public ReasonCode getReasonCode() { method getSubject (line 119) | public String getSubject() { method getTimestamp (line 130) | public long getTimestamp() { method getRemoteContact (line 141) | public ContactId getRemoteContact() { method getParticipants (line 156) | public Map getParticipants() { method getParticipants (line 160) | public Map getParticipants(Set retrieveFileTransfersPausedBySystem(); method retrieveFtHttpResumeUpload (line 214) | FtHttpResumeUpload retrieveFtHttpResumeUpload(String tId); method getFile (line 222) | Uri getFile(String fileTransferId); method getFileTransferDirection (line 230) | Direction getFileTransferDirection(String fileTransferId); method getFileTransferChatId (line 238) | String getFileTransferChatId(String fileTransferId); method getFileTransferState (line 246) | State getFileTransferState(String fileTransferId); method getFileTransferReasonCode (line 254) | ReasonCode getFileTransferReasonCode(String fileTransferId); method getFileTransferData (line 262) | Cursor getFileTransferData(String fileTransferId); method isGroupFileTransfer (line 270) | boolean isGroupFileTransfer(String fileTransferId); method getFileTransferTimestamp (line 278) | Long getFileTransferTimestamp(String fileTransferId); method getFileTransferSentTimestamp (line 286) | Long getFileTransferSentTimestamp(String fileTransferId); method getFileTransferResumeInfo (line 294) | FtHttpResume getFileTransferResumeInfo(String fileTransferId); method getQueuedAndUploadedButNotTransferredFileTransfers (line 302) | Cursor getQueuedAndUploadedButNotTransferredFileTransfers(); method getInterruptedFileTransfers (line 309) | Cursor getInterruptedFileTransfers(); method setRemoteSipId (line 318) | boolean setRemoteSipId(String fileTransferId, String remoteInstanceId); method setFileTransferDelivered (line 327) | boolean setFileTransferDelivered(String fileTransferId, long timestamp... method setFileTransferDisplayed (line 336) | boolean setFileTransferDisplayed(String fileTransferId, long timestamp... method clearFileTransferDeliveryExpiration (line 343) | void clearFileTransferDeliveryExpiration(List fileTransferIds); method setFileTransferDeliveryExpired (line 351) | boolean setFileTransferDeliveryExpired(String fileTransferId); method getUnDeliveredOneToOneFileTransfers (line 358) | Cursor getUnDeliveredOneToOneFileTransfers(); method isFileTransferExpiredDelivery (line 369) | Boolean isFileTransferExpiredDelivery(String fileTransferId); method setFileTransferDownloadInfo (line 377) | void setFileTransferDownloadInfo(String fileTransferId, FileTransferHt... method getFileDownloadInfo (line 386) | FileTransferHttpInfoDocument getFileDownloadInfo(String fileTransferId) method getFileDownloadInfo (line 396) | FileTransferHttpInfoDocument getFileDownloadInfo(Cursor cursor) throws... method setFileTransferTimestamps (line 405) | void setFileTransferTimestamps(String fileTransferId, long timestamp, ... method setFileInfoDequeued (line 414) | boolean setFileInfoDequeued(String fileTransferId, long deliveryExpira... method getFileTransferProgress (line 422) | Long getFileTransferProgress(String fileTransferId); FILE: core/src/com/gsma/rcs/provider/messaging/IGroupChatLog.java type IGroupChatLog (line 42) | public interface IGroupChatLog { method addGroupChat (line 56) | void addGroupChat(String chatId, ContactId contact, String subject, method acceptGroupChatNextInvitation (line 65) | void acceptGroupChatNextInvitation(String chatId); method setGroupChatStateAndReasonCode (line 75) | boolean setGroupChatStateAndReasonCode(String chatId, State state, Rea... method setGroupChatParticipantsStateAndReasonCode (line 86) | boolean setGroupChatParticipantsStateAndReasonCode(String chatId, method setGroupChatParticipants (line 96) | boolean setGroupChatParticipants(String chatId, Map getParticipants(String chatId); method getParticipants (line 163) | Map getParticipants(String chatId, Set getChatIdsOfActiveGroupChatsForAutoRejoin(); method isGroupChatPersisted (line 186) | boolean isGroupChatPersisted(String chatId); FILE: core/src/com/gsma/rcs/provider/messaging/IGroupDeliveryInfoLog.java type IGroupDeliveryInfoLog (line 36) | public interface IGroupDeliveryInfoLog { method addGroupChatDeliveryInfoEntry (line 49) | Uri addGroupChatDeliveryInfoEntry(String chatId, ContactId contact, St... method setGroupChatDeliveryInfoStatusAndReasonCode (line 62) | boolean setGroupChatDeliveryInfoStatusAndReasonCode(String chatId, Con... method isDeliveredToAllRecipients (line 71) | boolean isDeliveredToAllRecipients(String msgId); method isDisplayedByAllRecipients (line 79) | boolean isDisplayedByAllRecipients(String msgId); method setGroupChatDeliveryInfoDelivered (line 90) | boolean setGroupChatDeliveryInfoDelivered(String chatId, ContactId con... method setGroupChatDeliveryInfoDisplayed (line 102) | boolean setGroupChatDeliveryInfoDisplayed(String chatId, ContactId con... FILE: core/src/com/gsma/rcs/provider/messaging/IMessageLog.java type IMessageLog (line 42) | public interface IMessageLog { method addOneToOneSpamMessage (line 49) | void addOneToOneSpamMessage(ChatMessage msg); method addIncomingOneToOneChatMessage (line 57) | void addIncomingOneToOneChatMessage(ChatMessage msg, boolean imdnDispl... method addOutgoingOneToOneChatMessage (line 67) | void addOutgoingOneToOneChatMessage(ChatMessage msg, Status status, Re... method addIncomingGroupChatMessage (line 77) | void addIncomingGroupChatMessage(String chatId, ChatMessage msg, boole... method addOutgoingGroupChatMessage (line 88) | void addOutgoingGroupChatMessage(String chatId, ChatMessage msg, Set getGroupChatEvents(String chatId); method isOneToOneChatMessage (line 211) | boolean isOneToOneChatMessage(String messageId); method setChatMessageStatusDelivered (line 220) | boolean setChatMessageStatusDelivered(String msgId, long timestampDeli... method setChatMessageStatusDisplayed (line 229) | boolean setChatMessageStatusDisplayed(String msgId, long timestampDisp... method clearMessageDeliveryExpiration (line 236) | void clearMessageDeliveryExpiration(List msgIds); method setChatMessageDeliveryExpired (line 244) | boolean setChatMessageDeliveryExpired(String msgId); method getUndeliveredOneToOneChatMessages (line 251) | Cursor getUndeliveredOneToOneChatMessages(); method isChatMessageExpiredDelivery (line 262) | Boolean isChatMessageExpiredDelivery(String msgId); method getMessageChatId (line 270) | String getMessageChatId(String msgId); method setChatMessageStatusAndTimestamp (line 282) | boolean setChatMessageStatusAndTimestamp(String msgId, Status status, ... method addOneToOneFailedDeliveryMessage (line 290) | void addOneToOneFailedDeliveryMessage(ChatMessage msg); method addGroupChatFailedDeliveryMessage (line 298) | void addGroupChatFailedDeliveryMessage(String chatId, ChatMessage msg); FILE: core/src/com/gsma/rcs/provider/messaging/MessageData.java class MessageData (line 38) | public class MessageData { FILE: core/src/com/gsma/rcs/provider/messaging/MessageLog.java class MessageLog (line 56) | public class MessageLog implements IMessageLog { method MessageLog (line 118) | MessageLog(LocalContentResolver localContentResolver, method addIncomingOneToOneMessage (line 125) | private void addIncomingOneToOneMessage(ChatMessage msg, Status status... method addOutgoingOneToOneChatMessage (line 151) | @Override method addOneToOneSpamMessage (line 179) | @Override method addOneToOneFailedDeliveryMessage (line 184) | @Override method addIncomingOneToOneChatMessage (line 189) | @Override method addIncomingGroupChatMessage (line 198) | @Override method addOutgoingGroupChatMessage (line 207) | @Override method addGroupChatMessage (line 222) | private void addGroupChatMessage(String chatId, ChatMessage msg, Direc... method addGroupChatEvent (line 273) | @Override method markMessageAsRead (line 302) | @Override method setChatMessageStatusAndReasonCode (line 314) | @Override method isMessagePersisted (line 336) | @Override method getMessageData (line 350) | private Cursor getMessageData(String columnName, String msgId) { method getDataAsInteger (line 364) | private Integer getDataAsInteger(Cursor cursor) { method getDataAsLong (line 376) | private Long getDataAsLong(Cursor cursor) { method getDataAsString (line 388) | private String getDataAsString(Cursor cursor) { method getDataAsBoolean (line 397) | private Boolean getDataAsBoolean(Cursor cursor) { method isMessageRead (line 409) | @Override method getMessageSentTimestamp (line 418) | @Override method getMessageTimestamp (line 427) | @Override method getMessageStatus (line 436) | @Override method getMessageReasonCode (line 445) | @Override method getMessageMimeType (line 454) | @Override method getMessageChatId (line 463) | @Override method isChatMessageExpiredDelivery (line 472) | @Override method getChatMessageData (line 481) | @Override method getQueuedOneToOneChatMessages (line 489) | @Override method getGroupChatEvents (line 500) | @Override method isOneToOneChatMessage (line 531) | @Override method setChatMessageStatusDelivered (line 553) | @Override method setChatMessageStatusDisplayed (line 568) | @Override method clearMessageDeliveryExpiration (line 583) | @Override method setChatMessageDeliveryExpired (line 598) | @Override method getUndeliveredOneToOneChatMessages (line 606) | @Override method setChatMessageStatusAndTimestamp (line 614) | @Override method addGroupChatFailedDeliveryMessage (line 631) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/MessagingLog.java class MessagingLog (line 58) | public class MessagingLog implements IGroupChatLog, IMessageLog, IFileTr... method getInstance (line 82) | public static MessagingLog getInstance(LocalContentResolver localConte... method MessagingLog (line 101) | private MessagingLog(LocalContentResolver localContentResolver, RcsSet... method addGroupChat (line 110) | @Override method acceptGroupChatNextInvitation (line 118) | @Override method setGroupChatStateAndReasonCode (line 123) | @Override method setGroupChatParticipants (line 128) | @Override method setGroupChatRejoinId (line 134) | @Override method getGroupChatInfo (line 139) | @Override method addOneToOneSpamMessage (line 144) | @Override method addIncomingOneToOneChatMessage (line 149) | @Override method addOutgoingOneToOneChatMessage (line 154) | @Override method addIncomingGroupChatMessage (line 160) | @Override method addOutgoingGroupChatMessage (line 166) | @Override method addGroupChatEvent (line 172) | @Override method markMessageAsRead (line 178) | @Override method setChatMessageStatusAndReasonCode (line 183) | @Override method isMessagePersisted (line 189) | @Override method addOneToOneFileTransfer (line 194) | @Override method addOutgoingGroupFileTransfer (line 204) | @Override method addIncomingGroupFileTransfer (line 213) | @Override method setFileTransferStateAndReasonCode (line 223) | @Override method setFileTransferDelivered (line 230) | @Override method setFileTransferDisplayed (line 235) | @Override method setFileTransferStateAndTimestamp (line 240) | @Override method markFileTransferAsRead (line 248) | @Override method setFileTransferProgress (line 253) | @Override method setFileTransferred (line 258) | @Override method getFileTransferIcon (line 265) | @Override method isFileTransfer (line 270) | @Override method isGroupChatNextInviteRejected (line 275) | @Override method deleteAllEntries (line 283) | public void deleteAllEntries() { method addGroupChatDeliveryInfoEntry (line 290) | @Override method setGroupChatDeliveryInfoStatusAndReasonCode (line 298) | @Override method isDeliveredToAllRecipients (line 305) | @Override method isDisplayedByAllRecipients (line 310) | @Override method setFileUploadTId (line 315) | @Override method setFileDownloadAddress (line 320) | @Override method retrieveFileTransfersPausedBySystem (line 325) | @Override method retrieveFtHttpResumeUpload (line 330) | @Override method getGroupChatState (line 335) | @Override method getGroupChatReasonCode (line 340) | @Override method getFileTransferChatId (line 345) | @Override method getFileTransferState (line 350) | @Override method getFileTransferReasonCode (line 355) | @Override method getFileTransferSentTimestamp (line 360) | @Override method getFileTransferTimestamp (line 365) | @Override method getParticipants (line 370) | @Override method getParticipants (line 375) | @Override method isGroupFileTransfer (line 381) | @Override method setRejectNextGroupChatNextInvitation (line 386) | @Override method getMessageSentTimestamp (line 391) | @Override method isMessageRead (line 396) | @Override method getMessageTimestamp (line 401) | @Override method getMessageStatus (line 406) | @Override method getMessageReasonCode (line 411) | @Override method getMessageMimeType (line 416) | @Override method getChatIdsOfActiveGroupChatsForAutoRejoin (line 421) | @Override method getFileTransferData (line 426) | @Override method getGroupChatData (line 431) | @Override method getChatMessageData (line 436) | @Override method getFileTransferResumeInfo (line 441) | @Override method getQueuedOneToOneChatMessages (line 446) | @Override method getQueuedAndUploadedButNotTransferredFileTransfers (line 451) | @Override method getInterruptedFileTransfers (line 456) | @Override method setRemoteSipId (line 461) | @Override method isGroupChatPersisted (line 466) | @Override method getGroupChatEvents (line 471) | @Override method setGroupChatParticipantsStateAndReasonCode (line 476) | @Override method isOneToOneChatMessage (line 483) | @Override method setGroupChatDeliveryInfoDelivered (line 488) | @Override method setGroupChatDeliveryInfoDisplayed (line 495) | @Override method setChatMessageStatusDelivered (line 502) | @Override method setChatMessageStatusDisplayed (line 507) | @Override method clearMessageDeliveryExpiration (line 512) | @Override method clearFileTransferDeliveryExpiration (line 517) | @Override method setFileTransferDeliveryExpired (line 522) | @Override method setChatMessageDeliveryExpired (line 527) | @Override method getUndeliveredOneToOneChatMessages (line 532) | @Override method getUnDeliveredOneToOneFileTransfers (line 537) | @Override method isChatMessageExpiredDelivery (line 542) | @Override method isFileTransferExpiredDelivery (line 547) | @Override method getMessageChatId (line 552) | @Override method setFileTransferDownloadInfo (line 557) | @Override method getFileDownloadInfo (line 563) | @Override method getFileDownloadInfo (line 569) | @Override method setFileTransferTimestamps (line 575) | @Override method setFileInfoDequeued (line 580) | @Override method setChatMessageStatusAndTimestamp (line 585) | @Override method getFileTransferProgress (line 592) | @Override method addOneToOneFailedDeliveryMessage (line 597) | @Override method addGroupChatFailedDeliveryMessage (line 602) | @Override method getFile (line 607) | @Override method getFileTransferDirection (line 612) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/OneToOneChatMessageDeleteTask.java class OneToOneChatMessageDeleteTask (line 32) | public class OneToOneChatMessageDeleteTask extends DeleteTask.GroupedByC... method OneToOneChatMessageDeleteTask (line 54) | public OneToOneChatMessageDeleteTask(ChatServiceImpl chatService, method OneToOneChatMessageDeleteTask (line 71) | public OneToOneChatMessageDeleteTask(ChatServiceImpl chatService, method OneToOneChatMessageDeleteTask (line 88) | public OneToOneChatMessageDeleteTask(ChatServiceImpl chatService, method onRowDelete (line 99) | @Override method onCompleted (line 126) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/OneToOneChatMessageDequeueTask.java class OneToOneChatMessageDequeueTask (line 40) | public class OneToOneChatMessageDequeueTask extends DequeueTask { method OneToOneChatMessageDequeueTask (line 44) | public OneToOneChatMessageDequeueTask(Context ctx, Core core, ContactI... method run (line 52) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/OneToOneFileTransferDeleteTask.java class OneToOneFileTransferDeleteTask (line 32) | public class OneToOneFileTransferDeleteTask extends DeleteTask.GroupedBy... method OneToOneFileTransferDeleteTask (line 54) | public OneToOneFileTransferDeleteTask(FileTransferServiceImpl fileTran... method OneToOneFileTransferDeleteTask (line 70) | public OneToOneFileTransferDeleteTask(FileTransferServiceImpl fileTran... method OneToOneFileTransferDeleteTask (line 87) | public OneToOneFileTransferDeleteTask(FileTransferServiceImpl fileTran... method onRowDelete (line 97) | @Override method onCompleted (line 124) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/RecreateDeliveryExpirationAlarms.java class RecreateDeliveryExpirationAlarms (line 27) | public class RecreateDeliveryExpirationAlarms implements Runnable { method RecreateDeliveryExpirationAlarms (line 36) | public RecreateDeliveryExpirationAlarms(MessagingLog messagingLog, method run (line 42) | @Override FILE: core/src/com/gsma/rcs/provider/messaging/UpdateFileTransferStateAfterUngracefulTerminationTask.java class UpdateFileTransferStateAfterUngracefulTerminationTask (line 29) | public class UpdateFileTransferStateAfterUngracefulTerminationTask imple... method UpdateFileTransferStateAfterUngracefulTerminationTask (line 38) | public UpdateFileTransferStateAfterUngracefulTerminationTask(Messaging... method run (line 44) | @Override FILE: core/src/com/gsma/rcs/provider/settings/RcsSettings.java class RcsSettings (line 66) | public class RcsSettings { method getInstance (line 103) | public static RcsSettings getInstance(LocalContentResolver localConten... method RcsSettings (line 120) | private RcsSettings(LocalContentResolver localContentResolver) { method buildContentProviderOp (line 126) | private ContentProviderOperation buildContentProviderOp(String key, St... method buildContentProviderOp (line 134) | private ContentProviderOperation buildContentProviderOp(String key, Ob... method readBoolean (line 146) | public boolean readBoolean(String key) { method writeBoolean (line 161) | public void writeBoolean(String key, Boolean value) { method readInteger (line 175) | public int readInteger(String key) { method readLong (line 192) | public long readLong(String key) { method readString (line 207) | public String readString(String key) { method writeInteger (line 222) | public void writeInteger(String key, Integer value) { method writeLong (line 234) | public void writeLong(String key, Long value) { method writeString (line 246) | public void writeString(String key, String value) { method readUri (line 258) | public Uri readUri(String key) { method writeUri (line 276) | public void writeUri(String key, Uri value) { method readContactId (line 288) | public ContactId readContactId(String key) { method writeContactId (line 306) | public void writeContactId(String key, ContactId value) { method readParameter (line 318) | private String readParameter(String key) { method writeParameter (line 346) | private int writeParameter(String key, String value) { method isServiceActivated (line 361) | public boolean isServiceActivated() { method setServiceActivationState (line 370) | public void setServiceActivationState(boolean state) { method isRespondToDisplayReports (line 379) | public boolean isRespondToDisplayReports() { method setRespondToDisplayReports (line 388) | public void setRespondToDisplayReports(boolean state) { method getMinBatteryLevel (line 397) | public MinimumBatteryLevel getMinBatteryLevel() { method setMinBatteryLevel (line 406) | public void setMinBatteryLevel(MinimumBatteryLevel level) { method getUserProfileImsUserName (line 415) | public ContactId getUserProfileImsUserName() { method setUserProfileImsUserName (line 424) | public void setUserProfileImsUserName(ContactId contact) { method getUUID (line 433) | public String getUUID() { method getUserProfileImsDisplayName (line 442) | public String getUserProfileImsDisplayName() { method setUserProfileImsDisplayName (line 451) | public void setUserProfileImsDisplayName(String value) { method getUserProfileImsPrivateId (line 460) | public String getUserProfileImsPrivateId() { method setUserProfileImsPrivateId (line 469) | public void setUserProfileImsPrivateId(String uri) { method getUserProfileImsPassword (line 478) | public String getUserProfileImsPassword() { method setUserProfileImsPassword (line 487) | public void setUserProfileImsPassword(String pwd) { method getUserProfileImsRealm (line 496) | public String getUserProfileImsRealm() { method setUserProfileImsRealm (line 505) | public void setUserProfileImsRealm(String realm) { method getUserProfileImsDomain (line 514) | public String getUserProfileImsDomain() { method setUserProfileImsDomain (line 523) | public void setUserProfileImsDomain(String domain) { method getImsProxyAddrForMobile (line 532) | public String getImsProxyAddrForMobile() { method setImsProxyAddrForMobile (line 541) | public void setImsProxyAddrForMobile(String addr) { method getImsProxyPortForMobile (line 550) | public int getImsProxyPortForMobile() { method setImsProxyPortForMobile (line 559) | public void setImsProxyPortForMobile(int port) { method getImsProxyAddrForWifi (line 568) | public String getImsProxyAddrForWifi() { method setImsProxyAddrForWifi (line 577) | public void setImsProxyAddrForWifi(String addr) { method getImsProxyPortForWifi (line 586) | public int getImsProxyPortForWifi() { method setImsProxyPortForWifi (line 595) | public void setImsProxyPortForWifi(int port) { method getXdmServer (line 604) | public Uri getXdmServer() { method setXdmServer (line 613) | public void setXdmServer(Uri addr) { method getXdmLogin (line 622) | public String getXdmLogin() { method setXdmLogin (line 631) | public void setXdmLogin(String value) { method getXdmPassword (line 640) | public String getXdmPassword() { method setXdmPassword (line 649) | public void setXdmPassword(String value) { method getFtHttpServer (line 658) | public Uri getFtHttpServer() { method setFtHttpServer (line 667) | public void setFtHttpServer(Uri addr) { method getFtHttpLogin (line 676) | public String getFtHttpLogin() { method setFtHttpLogin (line 685) | public void setFtHttpLogin(String value) { method getFtHttpPassword (line 694) | public String getFtHttpPassword() { method setFtHttpPassword (line 703) | public void setFtHttpPassword(String value) { method getFtProtocol (line 712) | public FileTransferProtocol getFtProtocol() { method setFtProtocol (line 722) | public void setFtProtocol(FileTransferProtocol protocol) { method getImConferenceUri (line 731) | public Uri getImConferenceUri() { method setImConferenceUri (line 740) | public void setImConferenceUri(Uri uri) { method getEndUserConfirmationRequestUri (line 749) | public Uri getEndUserConfirmationRequestUri() { method setEndUserConfirmationRequestUri (line 758) | public void setEndUserConfirmationRequestUri(Uri uri) { method getMyCapabilities (line 767) | public Capabilities getMyCapabilities() { method getMaxPhotoIconSize (line 798) | public long getMaxPhotoIconSize() { method setMaxPhotoIconSize (line 807) | public void setMaxPhotoIconSize(long size) { method getMaxChatParticipants (line 816) | public int getMaxChatParticipants() { method getMinGroupChatParticipants (line 823) | public int getMinGroupChatParticipants() { method getMaxChatMessageLength (line 832) | public int getMaxChatMessageLength() { method getMaxGroupChatMessageLength (line 841) | public int getMaxGroupChatMessageLength() { method getChatIdleDuration (line 850) | public long getChatIdleDuration() { method getMaxFileTransferSize (line 859) | public long getMaxFileTransferSize() { method setMaxFileTransferSize (line 868) | public void setMaxFileTransferSize(long size) { method getWarningMaxFileTransferSize (line 877) | public long getWarningMaxFileTransferSize() { method setWarningMaxFileTransferSize (line 886) | public void setWarningMaxFileTransferSize(long size) { method getMaxImageSharingSize (line 895) | public long getMaxImageSharingSize() { method setMaxImageSharingSize (line 904) | public void setMaxImageSharingSize(long size) { method getMaxVideoShareDuration (line 913) | public long getMaxVideoShareDuration() { method getMaxAudioMessageDuration (line 922) | public long getMaxAudioMessageDuration() { method getMaxChatSessions (line 931) | public int getMaxChatSessions() { method getMaxFileTransferSessions (line 940) | public int getMaxFileTransferSessions() { method getMaxConcurrentOutgoingFileTransferSessions (line 949) | public int getMaxConcurrentOutgoingFileTransferSessions() { method isSmsFallbackServiceActivated (line 958) | public boolean isSmsFallbackServiceActivated() { method isChatAutoAccepted (line 967) | public boolean isChatAutoAccepted() { method isGroupChatAutoAccepted (line 976) | public boolean isGroupChatAutoAccepted() { method isFileTransferAutoAccepted (line 985) | public boolean isFileTransferAutoAccepted() { method isStoreForwardWarningActivated (line 994) | public boolean isStoreForwardWarningActivated() { method getImSessionStartMode (line 1015) | public ImSessionStartMode getImSessionStartMode() { method setImSessionStartMode (line 1024) | public void setImSessionStartMode(ImSessionStartMode mode) { method getImsServicePollingPeriod (line 1034) | public long getImsServicePollingPeriod() { method getSipListeningPort (line 1043) | public int getSipListeningPort() { method getSipDefaultProtocolForMobile (line 1052) | public String getSipDefaultProtocolForMobile() { method getSipDefaultProtocolForWifi (line 1061) | public String getSipDefaultProtocolForWifi() { method getTlsCertificateRoot (line 1070) | public String getTlsCertificateRoot() { method getTlsCertificateIntermediate (line 1079) | public String getTlsCertificateIntermediate() { method getSipTransactionTimeout (line 1088) | public long getSipTransactionTimeout() { method getDefaultMsrpPort (line 1097) | public int getDefaultMsrpPort() { method getDefaultRtpPort (line 1106) | public int getDefaultRtpPort() { method getMsrpTransactionTimeout (line 1115) | public long getMsrpTransactionTimeout() { method getRegisterExpirePeriod (line 1124) | public long getRegisterExpirePeriod() { method getRegisterRetryBaseTime (line 1133) | public long getRegisterRetryBaseTime() { method getRegisterRetryMaxTime (line 1142) | public long getRegisterRetryMaxTime() { method getPublishExpirePeriod (line 1151) | public long getPublishExpirePeriod() { method getImsAuthenticationProcedureForMobile (line 1160) | public AuthenticationProcedure getImsAuthenticationProcedureForMobile() { method setImsAuthenticationProcedureForMobile (line 1170) | public void setImsAuthenticationProcedureForMobile(AuthenticationProce... method getImsAuthenticationProcedureForWifi (line 1179) | public AuthenticationProcedure getImsAuthenticationProcedureForWifi() { method setImsAuhtenticationProcedureForWifi (line 1189) | public void setImsAuhtenticationProcedureForWifi(AuthenticationProcedu... method isTelUriFormatUsed (line 1198) | public boolean isTelUriFormatUsed() { method getRingingPeriod (line 1207) | public long getRingingPeriod() { method getSubscribeExpirePeriod (line 1216) | public long getSubscribeExpirePeriod() { method getIsComposingTimeout (line 1225) | public long getIsComposingTimeout() { method getSessionRefreshExpirePeriod (line 1234) | public long getSessionRefreshExpirePeriod() { method isPermanentStateModeActivated (line 1243) | public boolean isPermanentStateModeActivated() { method isTraceActivated (line 1252) | public boolean isTraceActivated() { method getTraceLevel (line 1261) | public int getTraceLevel() { method isSipTraceActivated (line 1270) | public boolean isSipTraceActivated() { method getSipTraceFile (line 1279) | public String getSipTraceFile() { method isMediaTraceActivated (line 1288) | public boolean isMediaTraceActivated() { method getCapabilityRefreshTimeout (line 1297) | public long getCapabilityRefreshTimeout() { method getCapabilityExpiryTimeout (line 1306) | public long getCapabilityExpiryTimeout() { method getCapabilityPollingPeriod (line 1315) | public long getCapabilityPollingPeriod() { method isCsVideoSupported (line 1324) | public boolean isCsVideoSupported() { method isFileTransferSupported (line 1333) | public boolean isFileTransferSupported() { method setFileTransferHttpSupported (line 1342) | public void setFileTransferHttpSupported(boolean supported) { method isFileTransferHttpSupported (line 1351) | public boolean isFileTransferHttpSupported() { method isImSessionSupported (line 1360) | public boolean isImSessionSupported() { method isImageSharingSupported (line 1369) | public boolean isImageSharingSupported() { method isVideoSharingSupported (line 1378) | public boolean isVideoSharingSupported() { method isPresenceDiscoverySupported (line 1387) | public boolean isPresenceDiscoverySupported() { method isSocialPresenceSupported (line 1396) | public boolean isSocialPresenceSupported() { method isGeoLocationPushSupported (line 1405) | public boolean isGeoLocationPushSupported() { method isFileTransferThumbnailSupported (line 1414) | public boolean isFileTransferThumbnailSupported() { method isFileTransferStoreForwardSupported (line 1426) | public boolean isFileTransferStoreForwardSupported() { method isIPVoiceCallSupported (line 1435) | public boolean isIPVoiceCallSupported() { method isIPVideoCallSupported (line 1446) | public boolean isIPVideoCallSupported() { method isGroupChatStoreForwardSupported (line 1457) | public boolean isGroupChatStoreForwardSupported() { method isGroupChatInviteIfFullStoreForwardSupported (line 1466) | public boolean isGroupChatInviteIfFullStoreForwardSupported() { method getSupportedRcsExtensions (line 1475) | public Set getSupportedRcsExtensions() { method setSupportedRcsExtensions (line 1485) | public void setSupportedRcsExtensions(Set extensions) { method isCallComposerSupported (line 1495) | public boolean isCallComposerSupported() { method isSharedMapSupported (line 1504) | public boolean isSharedMapSupported() { method isSharedSketchSupported (line 1513) | public boolean isSharedSketchSupported() { method isPostCallSupported (line 1522) | public boolean isPostCallSupported() { method isImAlwaysOn (line 1531) | public boolean isImAlwaysOn() { method isFtAlwaysOn (line 1540) | public boolean isFtAlwaysOn() { method isFtHttpCapAlwaysOn (line 1549) | public boolean isFtHttpCapAlwaysOn() { method isImReportsActivated (line 1558) | public boolean isImReportsActivated() { method getNetworkAccess (line 1567) | public NetworkAccessType getNetworkAccess() { method setNetworkAccess (line 1576) | public void setNetworkAccess(NetworkAccessType networkAccess) { method getSipTimerT1 (line 1585) | public long getSipTimerT1() { method getSipTimerT2 (line 1594) | public long getSipTimerT2() { method getSipTimerT4 (line 1603) | public long getSipTimerT4() { method isSipKeepAliveEnabled (line 1612) | public boolean isSipKeepAliveEnabled() { method getSipKeepAlivePeriod (line 1621) | public long getSipKeepAlivePeriod() { method getNetworkOperator (line 1630) | public String getNetworkOperator() { method isGruuSupported (line 1639) | public boolean isGruuSupported() { method isCpuAlwaysOn (line 1648) | public boolean isCpuAlwaysOn() { method getConfigurationMode (line 1657) | public ConfigurationMode getConfigurationMode() { method setConfigurationMode (line 1666) | public void setConfigurationMode(ConfigurationMode mode) { method getTermsAndConditionsResponse (line 1675) | public TermsAndConditionsResponse getTermsAndConditionsResponse() { method getProvisioningVersion (line 1684) | public int getProvisioningVersion() { method setProvisioningVersion (line 1693) | public void setProvisioningVersion(int version) { method setTermsAndConditionsResponse (line 1702) | public void setTermsAndConditionsResponse(TermsAndConditionsResponse r... method getSecondaryProvisioningAddress (line 1711) | public String getSecondaryProvisioningAddress() { method isSecondaryProvisioningAddressOnly (line 1720) | public boolean isSecondaryProvisioningAddressOnly() { method resetConfigParameters (line 1727) | public void resetConfigParameters() { method isUserProfileConfigured (line 1746) | public boolean isUserProfileConfigured() { method isGroupChatActivated (line 1780) | public boolean isGroupChatActivated() { method getPhotoRootDirectory (line 1789) | public String getPhotoRootDirectory() { method getVideoRootDirectory (line 1798) | public String getVideoRootDirectory() { method getAudioRootDirectory (line 1802) | public String getAudioRootDirectory() { method getFileRootDirectory (line 1811) | public String getFileRootDirectory() { method isSecureMsrpOverMobile (line 1820) | public boolean isSecureMsrpOverMobile() { method isSecureMsrpOverWifi (line 1829) | public boolean isSecureMsrpOverWifi() { method getFileIconRootDirectory (line 1838) | public String getFileIconRootDirectory() { method getImMsgTech (line 1842) | public ImMsgTech getImMsgTech() { method setImMsgTech (line 1846) | public void setImMsgTech(ImMsgTech mode) { method isFirstMessageInInvite (line 1850) | public boolean isFirstMessageInInvite() { method setFirstMessageInInvite (line 1854) | public void setFirstMessageInInvite(boolean inInvite) { method isSecureRtpOverMobile (line 1863) | public boolean isSecureRtpOverMobile() { method isSecureRtpOverWifi (line 1872) | public boolean isSecureRtpOverWifi() { method getMaxGeolocLabelLength (line 1881) | public int getMaxGeolocLabelLength() { method getGeolocExpirationTime (line 1890) | public long getGeolocExpirationTime() { method setProvisioningToken (line 1899) | public void setProvisioningToken(String token) { method getProvisioningToken (line 1906) | public String getProvisioningToken() { method isSipAutomata (line 1915) | public boolean isSipAutomata() { method getMaxFileIconSize (line 1924) | public long getMaxFileIconSize() { method getGsmaRelease (line 1933) | public GsmaRelease getGsmaRelease() { method setGsmaRelease (line 1942) | public void setGsmaRelease(GsmaRelease release) { method isAlbatrosRelease (line 1951) | public boolean isAlbatrosRelease() { method isTcpFallback (line 1960) | public boolean isTcpFallback() { method isExtensionsAllowed (line 1969) | public boolean isExtensionsAllowed() { method isExtensionAuthorized (line 1978) | public boolean isExtensionAuthorized(String ext) { method getMaxMsrpLengthForExtensions (line 1991) | public int getMaxMsrpLengthForExtensions() { method getCallComposerInactivityTimeout (line 2000) | public long getCallComposerInactivityTimeout() { method setMessagingMode (line 2009) | public void setMessagingMode(MessagingMode mode) { method getMessagingMode (line 2018) | public MessagingMode getMessagingMode() { method isFileTransferAutoAcceptedInRoaming (line 2027) | public boolean isFileTransferAutoAcceptedInRoaming() { method setFileTransferAutoAcceptedInRoaming (line 2036) | public void setFileTransferAutoAcceptedInRoaming(boolean option) { method setFileTransferAutoAccepted (line 2045) | public void setFileTransferAutoAccepted(boolean option) { method isFtAutoAcceptedModeChangeable (line 2054) | public boolean isFtAutoAcceptedModeChangeable() { method setFtAutoAcceptedModeChangeable (line 2063) | public void setFtAutoAcceptedModeChangeable(boolean option) { method getImageResizeOption (line 2073) | public ImageResizeOption getImageResizeOption() { method setImageResizeOption (line 2082) | public void setImageResizeOption(ImageResizeOption option) { method getDefaultMessagingMethod (line 2091) | public MessagingMethod getDefaultMessagingMethod() { method setDefaultMessagingMethod (line 2100) | public void setDefaultMessagingMethod(MessagingMethod method) { method isConfigurationValid (line 2109) | public boolean isConfigurationValid() { method setConfigurationValid (line 2118) | public void setConfigurationValid(boolean valid) { method getGroupChatSubjectMaxLength (line 2125) | public int getGroupChatSubjectMaxLength() { method setEnableRcseSwitch (line 2134) | public void setEnableRcseSwitch(EnableRcseSwitch enableSwitch) { method getEnableRcseSwitch (line 2143) | public EnableRcseSwitch getEnableRcseSwitch() { method getMsgCapValidityPeriod (line 2152) | public long getMsgCapValidityPeriod() { method isRequestAndRespondToGroupDisplayReportsEnabled (line 2161) | public boolean isRequestAndRespondToGroupDisplayReportsEnabled() { method getMsgDeliveryTimeoutPeriod (line 2170) | public long getMsgDeliveryTimeoutPeriod() { method getMaxAllowedDisplayNameChars (line 2180) | public int getMaxAllowedDisplayNameChars() { method setProvisioningUserMessageContent (line 2189) | public void setProvisioningUserMessageContent(String message) { method getProvisioningUserMessageContent (line 2198) | public String getProvisioningUserMessageContent() { method setProvisioningUserMessageTitle (line 2207) | public void setProvisioningUserMessageTitle(String title) { method getProvisioningUserMessageTitle (line 2216) | public String getProvisioningUserMessageTitle() { method getMobileCountryCode (line 2225) | public int getMobileCountryCode() { method setMobileCountryCode (line 2234) | public void setMobileCountryCode(int mcc) { method getMobileNetworkCode (line 2243) | public int getMobileNetworkCode() { method setMobileNetworkCode (line 2252) | public void setMobileNetworkCode(int mnc) { method setProvisioningAcceptButton (line 2262) | public void setProvisioningAcceptButton(boolean accept) { method isProvisioningAcceptButton (line 2272) | public boolean isProvisioningAcceptButton() { method setProvisioningRejectButton (line 2282) | public void setProvisioningRejectButton(boolean reject) { method isProvisioningRejectButton (line 2292) | public boolean isProvisioningRejectButton() { method setDisplayLanguage (line 2301) | public void setDisplayLanguage(String language) { method getDisplayLanguage (line 2310) | public String getDisplayLanguage() { method isEnrichCallingServiceSupported (line 2319) | public boolean isEnrichCallingServiceSupported() { FILE: core/src/com/gsma/rcs/provider/settings/RcsSettingsData.java class RcsSettingsData (line 47) | public class RcsSettingsData { type AuthenticationProcedure (line 81) | public enum AuthenticationProcedure { method AuthenticationProcedure (line 101) | AuthenticationProcedure(int value) { method toInt (line 108) | public final int toInt() { method valueOf (line 116) | public static AuthenticationProcedure valueOf(int value) { type ImSessionStartMode (line 131) | public enum ImSessionStartMode { method ImSessionStartMode (line 156) | ImSessionStartMode(int value) { method toInt (line 163) | public final int toInt() { method valueOf (line 171) | public static ImSessionStartMode valueOf(int value) { type TermsAndConditionsResponse (line 182) | public enum TermsAndConditionsResponse { method TermsAndConditionsResponse (line 196) | TermsAndConditionsResponse(int value) { method toInt (line 203) | public final int toInt() { method valueOf (line 211) | public static TermsAndConditionsResponse valueOf(int value) { type ImMsgTech (line 222) | public enum ImMsgTech { method ImMsgTech (line 238) | ImMsgTech(int value) { method toInt (line 245) | public final int toInt() { method valueOf (line 253) | public static ImMsgTech valueOf(int value) { type NetworkAccessType (line 267) | public enum NetworkAccessType { method NetworkAccessType (line 291) | NetworkAccessType(int value) { method toInt (line 298) | public final int toInt() { method valueOf (line 306) | public static NetworkAccessType valueOf(int value) { type EnableRcseSwitch (line 320) | public enum EnableRcseSwitch { method EnableRcseSwitch (line 344) | EnableRcseSwitch(int value) { method toInt (line 351) | public final int toInt() { method valueOf (line 359) | public static EnableRcseSwitch valueOf(int value) { type ConfigurationMode (line 373) | public enum ConfigurationMode { method ConfigurationMode (line 393) | ConfigurationMode(int value) { method toInt (line 400) | public final int toInt() { method valueOf (line 408) | public static ConfigurationMode valueOf(int value) { type FileTransferProtocol (line 421) | public enum FileTransferProtocol { type GsmaRelease (line 435) | public enum GsmaRelease { method GsmaRelease (line 459) | GsmaRelease(int value) { method toInt (line 466) | public final int toInt() { method valueOf (line 474) | public static GsmaRelease valueOf(int value) { FILE: core/src/com/gsma/rcs/provider/settings/RcsSettingsProvider.java class RcsSettingsProvider (line 51) | @SuppressWarnings("ConstantConditions") class UriType (line 72) | private static final class UriType { class CursorType (line 79) | private static final class CursorType { class DatabaseHelper (line 86) | private static class DatabaseHelper extends SQLiteOpenHelper { method addParameter (line 96) | private void addParameter(SQLiteDatabase db, String key, String valu... method addParameter (line 103) | private void addParameter(SQLiteDatabase db, String key, Object valu... method DatabaseHelper (line 107) | public DatabaseHelper(Context ctx) { method onCreate (line 111) | @Override method onUpgrade (line 122) | @Override method getSelectionWithKey (line 168) | private String getSelectionWithKey(String selection) { method getSelectionArgsWithKey (line 175) | private String[] getSelectionArgsWithKey(String[] selectionArgs, Strin... method onCreate (line 179) | @Override method getType (line 185) | @Override method query (line 199) | @Override method update (line 235) | @Override method insert (line 258) | @Override method delete (line 263) | @Override method applyBatch (line 268) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/GeolocSharingData.java class GeolocSharingData (line 26) | public class GeolocSharingData { FILE: core/src/com/gsma/rcs/provider/sharing/GeolocSharingDeleteTask.java class GeolocSharingDeleteTask (line 31) | public class GeolocSharingDeleteTask extends DeleteTask.GroupedByContact... method GeolocSharingDeleteTask (line 46) | public GeolocSharingDeleteTask(GeolocSharingServiceImpl geolocSharingS... method GeolocSharingDeleteTask (line 62) | public GeolocSharingDeleteTask(GeolocSharingServiceImpl geolocSharingS... method GeolocSharingDeleteTask (line 78) | public GeolocSharingDeleteTask(GeolocSharingServiceImpl geolocSharingS... method onRowDelete (line 86) | @Override method onCompleted (line 108) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/GeolocSharingPersistedStorageAccessor.java class GeolocSharingPersistedStorageAccessor (line 36) | public class GeolocSharingPersistedStorageAccessor { method GeolocSharingPersistedStorageAccessor (line 50) | public GeolocSharingPersistedStorageAccessor(String sharingId, RichCal... method GeolocSharingPersistedStorageAccessor (line 55) | public GeolocSharingPersistedStorageAccessor(String sharingId, Contact... method cacheData (line 65) | private void cacheData() { method getRemoteContact (line 92) | public ContactId getRemoteContact() { method getGeoloc (line 103) | public Geoloc getGeoloc() { method getMimeType (line 114) | public String getMimeType() { method getState (line 118) | public State getState() { method getReasonCode (line 127) | public ReasonCode getReasonCode() { method getDirection (line 136) | public Direction getDirection() { method getTimestamp (line 147) | public long getTimestamp() { method setStateAndReasonCode (line 158) | public boolean setStateAndReasonCode(State state, ReasonCode reasonCod... method addIncomingGeolocSharing (line 162) | public void addIncomingGeolocSharing(ContactId contact, State state, R... FILE: core/src/com/gsma/rcs/provider/sharing/GeolocSharingProvider.java class GeolocSharingProvider (line 39) | @SuppressWarnings("ConstantConditions") class UriType (line 47) | private static final class UriType { class GeolocSharing (line 49) | private static final class GeolocSharing { class InternalGeolocSharing (line 55) | private static final class InternalGeolocSharing { class CursorType (line 62) | private static final class CursorType { class DatabaseHelper (line 95) | private static class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 98) | public DatabaseHelper(Context ctx) { method onCreate (line 102) | @Override method onUpgrade (line 124) | @Override method getSelectionWithSharingId (line 133) | private String getSelectionWithSharingId(String selection) { method getSelectionArgsWithSharingId (line 140) | private String[] getSelectionArgsWithSharingId(String[] selectionArgs,... method onCreate (line 144) | @Override method getType (line 150) | @Override method query (line 168) | @Override method update (line 225) | @Override method insert (line 258) | @Override method delete (line 290) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/GeolocSharingStateAndReasonCode.java class GeolocSharingStateAndReasonCode (line 22) | public class GeolocSharingStateAndReasonCode { method GeolocSharingStateAndReasonCode (line 28) | public GeolocSharingStateAndReasonCode(State state, ReasonCode reasonC... method getState (line 33) | public State getState() { method getReasonCode (line 37) | public ReasonCode getReasonCode() { FILE: core/src/com/gsma/rcs/provider/sharing/ImageSharingData.java class ImageSharingData (line 36) | public class ImageSharingData { FILE: core/src/com/gsma/rcs/provider/sharing/ImageSharingDeleteTask.java class ImageSharingDeleteTask (line 31) | public class ImageSharingDeleteTask extends DeleteTask.GroupedByContactId { method ImageSharingDeleteTask (line 46) | public ImageSharingDeleteTask(ImageSharingServiceImpl imageSharingServ... method ImageSharingDeleteTask (line 62) | public ImageSharingDeleteTask(ImageSharingServiceImpl imageSharingServ... method ImageSharingDeleteTask (line 78) | public ImageSharingDeleteTask(ImageSharingServiceImpl imageSharingServ... method onRowDelete (line 86) | @Override method onCompleted (line 111) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/ImageSharingPersistedStorageAccessor.java class ImageSharingPersistedStorageAccessor (line 36) | public class ImageSharingPersistedStorageAccessor { method ImageSharingPersistedStorageAccessor (line 56) | public ImageSharingPersistedStorageAccessor(String sharingId, RichCall... method ImageSharingPersistedStorageAccessor (line 61) | public ImageSharingPersistedStorageAccessor(String sharingId, ContactI... method cacheData (line 75) | private void cacheData() { method getRemoteContact (line 104) | public ContactId getRemoteContact() { method getFile (line 115) | public Uri getFile() { method getFileName (line 126) | public String getFileName() { method getFileSize (line 137) | public long getFileSize() { method getMimeType (line 148) | public String getMimeType() { method getState (line 159) | public State getState() { method getReasonCode (line 168) | public ReasonCode getReasonCode() { method getDirection (line 177) | public Direction getDirection() { method getTimestamp (line 188) | public long getTimestamp() { method setStateAndReasonCode (line 199) | public boolean setStateAndReasonCode(State state, ReasonCode reasonCod... method setProgress (line 203) | public boolean setProgress(long currentSize) { method addImageSharing (line 207) | public Uri addImageSharing(ContactId contact, Direction direction, MmC... FILE: core/src/com/gsma/rcs/provider/sharing/ImageSharingProvider.java class ImageSharingProvider (line 47) | @SuppressWarnings("ConstantConditions") class UriType (line 80) | private static final class UriType { class ImageSharing (line 82) | private static final class ImageSharing { class InternalImageSharing (line 88) | private static final class InternalImageSharing { class CursorType (line 95) | private static final class CursorType { class DatabaseHelper (line 102) | private static class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 105) | public DatabaseHelper(Context ctx) { method onCreate (line 109) | @Override method onUpgrade (line 134) | @Override method getSelectionWithSharingId (line 143) | private String getSelectionWithSharingId(String selection) { method getSelectionArgsWithSharingId (line 150) | private String[] getSelectionArgsWithSharingId(String[] selectionArgs,... method onCreate (line 154) | @Override method getType (line 160) | @Override method query (line 178) | @Override method update (line 235) | @Override method insert (line 266) | @Override method delete (line 295) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/ImageSharingStateAndReasonCode.java class ImageSharingStateAndReasonCode (line 22) | public class ImageSharingStateAndReasonCode { method ImageSharingStateAndReasonCode (line 28) | public ImageSharingStateAndReasonCode(State state, ReasonCode reasonCo... method getState (line 33) | public State getState() { method getReasonCode (line 37) | public ReasonCode getReasonCode() { FILE: core/src/com/gsma/rcs/provider/sharing/RichCallHistory.java class RichCallHistory (line 47) | public class RichCallHistory { method getImageTransferData (line 99) | private Cursor getImageTransferData(String columnName, String sharingI... method getVideoSharingData (line 120) | private Cursor getVideoSharingData(String columnName, String sharingId) { method getGeolocSharingData (line 141) | private Cursor getGeolocSharingData(String columnName, String sharingI... method getDataAsInteger (line 155) | private Integer getDataAsInteger(Cursor cursor) { method getDataAsLong (line 167) | private Long getDataAsLong(Cursor cursor) { method getDataAsString (line 179) | private String getDataAsString(Cursor cursor) { method getInstance (line 193) | public static RichCallHistory getInstance(LocalContentResolver localCo... method getInstance (line 210) | public static RichCallHistory getInstance() { method RichCallHistory (line 221) | private RichCallHistory(LocalContentResolver localContentResolver) { method getImageSharingTotalSize (line 232) | private Long getImageSharingTotalSize(String sharingId) { method addVideoSharing (line 254) | public Uri addVideoSharing(String sharingId, ContactId contact, Direct... method setVideoSharingStateReasonCodeAndDuration (line 285) | public boolean setVideoSharingStateReasonCodeAndDuration(String sharin... method setVideoSharingStateReasonCode (line 309) | public boolean setVideoSharingStateReasonCode(String sharingId, VideoS... method addImageSharing (line 336) | public Uri addImageSharing(String sharingId, ContactId contact, Direct... method setImageSharingStateAndReasonCode (line 367) | public boolean setImageSharingStateAndReasonCode(String sharingId, Ima... method setImageSharingProgress (line 393) | public boolean setImageSharingProgress(String sharingId, long currentS... method addIncomingGeolocSharing (line 412) | public Uri addIncomingGeolocSharing(ContactId contact, String sharingId, method addOutgoingGeolocSharing (line 436) | public Uri addOutgoingGeolocSharing(ContactId contact, String sharingI... method setGeolocSharingTransferred (line 457) | public boolean setGeolocSharingTransferred(String sharingId, Geoloc ge... method setGeolocSharingStateAndReasonCode (line 474) | public boolean setGeolocSharingStateAndReasonCode(String sharingId, Ge... method getGeolocSharingState (line 489) | public GeolocSharing.State getGeolocSharingState(String sharingId) { method getGeolocSharingReasonCode (line 503) | public GeolocSharing.ReasonCode getGeolocSharingReasonCode(String shar... method getInterruptedGeolocSharings (line 511) | public Cursor getInterruptedGeolocSharings() { method getInterruptedImageSharings (line 518) | public Cursor getInterruptedImageSharings() { method getInterruptedVideoSharings (line 525) | public Cursor getInterruptedVideoSharings() { method deleteAllEntries (line 535) | public void deleteAllEntries() { method getImageSharingState (line 547) | public ImageSharing.State getImageSharingState(String sharingId) { method getImageSharingReasonCode (line 561) | public ImageSharing.ReasonCode getImageSharingReasonCode(String sharin... method getVideoSharingState (line 575) | public VideoSharing.State getVideoSharingState(String sharingId) { method getVideoSharingReasonCode (line 589) | public VideoSharing.ReasonCode getVideoSharingReasonCode(String sharin... method getVideoSharingDuration (line 603) | public Long getVideoSharingDuration(String sharingId) { method getGeolocSharingData (line 617) | public Cursor getGeolocSharingData(String sharingId) { method getImageTransferData (line 630) | public Cursor getImageTransferData(String sharingId) { method getVideoSharingData (line 643) | public Cursor getVideoSharingData(String sharingId) { method getImageSharingDirection (line 654) | public Direction getImageSharingDirection(String sharingId) { method getFile (line 666) | public Uri getFile(String sharingId) { FILE: core/src/com/gsma/rcs/provider/sharing/UpdateGeolocSharingStateAfterUngracefulTerminationTask.java class UpdateGeolocSharingStateAfterUngracefulTerminationTask (line 38) | public class UpdateGeolocSharingStateAfterUngracefulTerminationTask impl... method UpdateGeolocSharingStateAfterUngracefulTerminationTask (line 47) | public UpdateGeolocSharingStateAfterUngracefulTerminationTask(RichCall... method run (line 53) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/UpdateImageSharingStateAfterUngracefulTerminationTask.java class UpdateImageSharingStateAfterUngracefulTerminationTask (line 38) | public class UpdateImageSharingStateAfterUngracefulTerminationTask imple... method UpdateImageSharingStateAfterUngracefulTerminationTask (line 47) | public UpdateImageSharingStateAfterUngracefulTerminationTask(RichCallH... method run (line 53) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/UpdateVideoSharingStateAfterUngracefulTerminationTask.java class UpdateVideoSharingStateAfterUngracefulTerminationTask (line 38) | public class UpdateVideoSharingStateAfterUngracefulTerminationTask imple... method UpdateVideoSharingStateAfterUngracefulTerminationTask (line 47) | public UpdateVideoSharingStateAfterUngracefulTerminationTask(RichCallH... method run (line 53) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/VideoSharingData.java class VideoSharingData (line 36) | public class VideoSharingData { FILE: core/src/com/gsma/rcs/provider/sharing/VideoSharingDeleteTask.java class VideoSharingDeleteTask (line 31) | public class VideoSharingDeleteTask extends DeleteTask.GroupedByContactId { method VideoSharingDeleteTask (line 46) | public VideoSharingDeleteTask(VideoSharingServiceImpl videoSharingServ... method VideoSharingDeleteTask (line 62) | public VideoSharingDeleteTask(VideoSharingServiceImpl videoSharingServ... method VideoSharingDeleteTask (line 78) | public VideoSharingDeleteTask(VideoSharingServiceImpl videoSharingServ... method onRowDelete (line 86) | @Override method onCompleted (line 109) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/VideoSharingPersistedStorageAccessor.java class VideoSharingPersistedStorageAccessor (line 37) | public class VideoSharingPersistedStorageAccessor { method VideoSharingPersistedStorageAccessor (line 59) | public VideoSharingPersistedStorageAccessor(String sharingId, RichCall... method VideoSharingPersistedStorageAccessor (line 76) | public VideoSharingPersistedStorageAccessor(String sharingId, ContactI... method cacheData (line 88) | private void cacheData() { method getRemoteContact (line 120) | public ContactId getRemoteContact() { method getState (line 136) | public State getState() { method getReasonCode (line 150) | public ReasonCode getReasonCode() { method getDirection (line 164) | public Direction getDirection() { method setStateReasonCodeAndDuration (line 183) | public boolean setStateReasonCodeAndDuration(State state, ReasonCode r... method addVideoSharing (line 199) | public Uri addVideoSharing(ContactId contact, Direction direction, Vid... method getVideoEncoding (line 213) | public String getVideoEncoding() { method getVideoDescriptor (line 229) | public VideoDescriptor getVideoDescriptor() { method getTimestamp (line 247) | public long getTimestamp() { method getDuration (line 263) | public long getDuration() { FILE: core/src/com/gsma/rcs/provider/sharing/VideoSharingProvider.java class VideoSharingProvider (line 47) | @SuppressWarnings("ConstantConditions") class UriType (line 80) | private static final class UriType { class VideoSharing (line 82) | private static final class VideoSharing { class InternalVideoSharing (line 88) | private static final class InternalVideoSharing { class CursorType (line 95) | private static final class CursorType { class DatabaseHelper (line 105) | private static class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 108) | public DatabaseHelper(Context ctx) { method onCreate (line 112) | @Override method onUpgrade (line 136) | @Override method getSelectionWithSharingId (line 145) | private String getSelectionWithSharingId(String selection) { method getSelectionArgsWithSharingId (line 152) | private String[] getSelectionArgsWithSharingId(String[] selectionArgs,... method onCreate (line 156) | @Override method getType (line 162) | @Override method query (line 180) | @Override method update (line 236) | @Override method insert (line 267) | @Override method delete (line 296) | @Override FILE: core/src/com/gsma/rcs/provider/sharing/VideoSharingStateAndReasonCode.java class VideoSharingStateAndReasonCode (line 22) | public class VideoSharingStateAndReasonCode { method VideoSharingStateAndReasonCode (line 28) | public VideoSharingStateAndReasonCode(State state, ReasonCode reasonCo... method getState (line 33) | public State getState() { method getReasonCode (line 37) | public ReasonCode getReasonCode() { FILE: core/src/com/gsma/rcs/provisioning/Parameter.java class Parameter (line 26) | public class Parameter { method Parameter (line 55) | public Parameter(String name, String value, String type, String path) { method getName (line 67) | public String getName() { method getValue (line 76) | public String getValue() { method getType (line 85) | public String getType() { method getPath (line 94) | public String getPath() { method toString (line 103) | public String toString() { FILE: core/src/com/gsma/rcs/provisioning/ProvisioningFailureReasons.java class ProvisioningFailureReasons (line 30) | public class ProvisioningFailureReasons { FILE: core/src/com/gsma/rcs/provisioning/ProvisioningInfo.java class ProvisioningInfo (line 26) | public class ProvisioningInfo { type Version (line 70) | public enum Version { method Version (line 90) | private Version(int vers) { method toInt (line 94) | public int toInt() { method setVersion (line 105) | public void setVersion(int version) { method setValidity (line 114) | public void setValidity(long validity) { method setTitle (line 123) | public void setTitle(String title) { method setMessage (line 132) | public void setMessage(String message) { method setAcceptBtn (line 141) | public void setAcceptBtn(boolean acceptBtn) { method setRejectBtn (line 150) | public void setRejectBtn(boolean rejectBtn) { method getVersion (line 159) | public int getVersion() { method getValidity (line 168) | public long getValidity() { method getTitle (line 177) | public String getTitle() { method getMessage (line 186) | public String getMessage() { method getAcceptBtn (line 195) | public boolean getAcceptBtn() { method getRejectBtn (line 204) | public boolean getRejectBtn() { method getToken (line 213) | public String getToken() { method setToken (line 222) | public void setToken(String token) { method getTokenValidity (line 231) | public long getTokenValidity() { method setTokenValidity (line 240) | public void setTokenValidity(long tokenValidity) { FILE: core/src/com/gsma/rcs/provisioning/ProvisioningParser.java class ProvisioningParser (line 66) | public class ProvisioningParser { type RootNodeType (line 98) | private enum RootNodeType { type ImsServerVersion (line 105) | enum ImsServerVersion { method ProvisioningParser (line 115) | public ProvisioningParser(String content, RcsSettings rcsSettings) { method getProvisioningInfo (line 125) | public ProvisioningInfo getProvisioningInfo() { method parse (line 137) | public void parse(GsmaRelease release, MessagingMode messagingMode, bo... method parseVersion (line 256) | private void parseVersion(Node node) { method parseToken (line 283) | private void parseToken(Node node) { method parseTermsMessage (line 309) | private void parseTermsMessage(Node node) { method parseApplication (line 357) | private void parseApplication(Node node) { method parseFavoriteLink (line 394) | private void parseFavoriteLink(Node node) { method parsePresenceWatcher (line 403) | private void parsePresenceWatcher(Node node) { method parsePresentityWatcher (line 413) | private void parsePresentityWatcher(Node node) { method parsePresence (line 422) | private void parsePresence(Node node) { method parseServices (line 497) | private void parseServices(Node node) { method parseXDMS (line 634) | private void parseXDMS(Node node) { method parseSupl (line 682) | private void parseSupl(Node node) { method parseServiceProviderExt (line 715) | private void parseServiceProviderExt(Node node) { method parseRcs (line 738) | private void parseRcs(Node node) { method parseMessaging (line 776) | private void parseMessaging(Node node) { method parseUx (line 811) | private void parseUx(Node node, ImsServerVersion isJoyn) { method parseIM (line 840) | private void parseIM(Node node) { method parseCapabilityDiscovery (line 1151) | private void parseCapabilityDiscovery(Node node) { method parseAPN (line 1204) | private void parseAPN(Node node) { method parseTransportProtocol (line 1226) | private void parseTransportProtocol(Node node) { method parseOther (line 1323) | private void parseOther(Node node) { method parseConRefs (line 1444) | private void parseConRefs(Node node) { method parsePublicUserIdentity (line 1468) | private void parsePublicUserIdentity(Node node) { method parseSecondaryDevicePar (line 1502) | private void parseSecondaryDevicePar(Node node) { method parseExt (line 1542) | private void parseExt(Node node) { method parseICSI (line 1610) | private void parseICSI(Node node) { method parsePcscfAddress (line 1620) | private void parsePcscfAddress(Node node) { method parsePhoneContextList (line 1653) | private void parsePhoneContextList(Node node) { method parseAppAuthent (line 1663) | private void parseAppAuthent(Node node) { method parseRCSe (line 1713) | private void parseRCSe(Node node) { method parseIMS (line 1759) | private void parseIMS(Node node) { method getValueByParamName (line 1876) | private String getValueByParamName(String paramName, Node node, int ty... method extractUserNamePart (line 1917) | private String extractUserNamePart(String uri) { method formatSipUri (line 1933) | private Uri formatSipUri(String path) { FILE: core/src/com/gsma/rcs/provisioning/TermsAndConditionsRequest.java class TermsAndConditionsRequest (line 55) | public class TermsAndConditionsRequest extends Activity { method onCreate (line 78) | @Override method onResume (line 144) | @Override method onPause (line 150) | @Override method onBackPressed (line 161) | @Override method declineTermsAndConditions (line 170) | private void declineTermsAndConditions() { method acceptTermsAndConditions (line 186) | private void acceptTermsAndConditions() { method showTermsAndConditionsNotification (line 207) | private void showTermsAndConditionsNotification() { method cancelTermsAndConditionsNotification (line 232) | public static void cancelTermsAndConditionsNotification(Context contex... method showTermsAndConditions (line 243) | public static void showTermsAndConditions(Context context) { FILE: core/src/com/gsma/rcs/provisioning/https/EasyX509TrustManager.java class EasyX509TrustManager (line 36) | public class EasyX509TrustManager implements X509TrustManager { method EasyX509TrustManager (line 43) | public EasyX509TrustManager(KeyStore keystore) throws NoSuchAlgorithmE... method checkClientTrusted (line 59) | public void checkClientTrusted(X509Certificate[] certificates, String ... method checkServerTrusted (line 67) | public void checkServerTrusted(X509Certificate[] certificates, String ... method getAcceptedIssuers (line 79) | public X509Certificate[] getAcceptedIssuers() { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningAlertDialog.java class HttpsProvisioningAlertDialog (line 45) | public class HttpsProvisioningAlertDialog extends Activity { method onCreate (line 58) | @Override method showErrorCase (line 112) | private void showErrorCase() { method showNormalCase (line 118) | private void showNormalCase() { method onBackPressed (line 124) | @Override method onDestroy (line 133) | @Override method onSaveInstanceState (line 141) | @Override method onClick (line 148) | @Override method onClick (line 169) | @Override method onClick (line 181) | @Override FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningConnection.java class HttpsProvisioningConnection (line 43) | public class HttpsProvisioningConnection { method HttpsProvisioningConnection (line 70) | public HttpsProvisioningConnection(HttpsProvisioningManager httpsProvi... method getConnectionMngr (line 83) | public ConnectivityManager getConnectionMngr() { method registerNetworkStateListener (line 90) | protected void registerNetworkStateListener() { method unregisterNetworkStateListener (line 164) | protected void unregisterNetworkStateListener() { method registerWifiDisablingListener (line 177) | protected void registerWifiDisablingListener() { method unregisterWifiDisablingListener (line 232) | protected void unregisterWifiDisablingListener() { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningManager.java class HttpsProvisioningManager (line 84) | public class HttpsProvisioningManager { method HttpsProvisioningManager (line 218) | public HttpsProvisioningManager(String imei, String imsi, Context cont... method initialize (line 237) | void initialize() { method allocateBgHandler (line 244) | private Handler allocateBgHandler(String threadName) { method connectionEvent (line 258) | boolean connectionEvent(String action) throws RcsAccountException, method executeHttpRequest (line 286) | private HttpURLConnection executeHttpRequest(boolean secured, String r... method getHttpsRequestArguments (line 303) | private String getHttpsRequestArguments(String smsPort, String token, ... method sendFirstRequestsToRequireOTP (line 369) | private HttpsProvisioningResult sendFirstRequestsToRequireOTP(ContactI... method contactIdEquals (line 492) | private boolean contactIdEquals(ContactId a, ContactId b) { method updateConfigWithOTP (line 504) | void updateConfigWithOTP(String otp, String requestUri) method buildProvisioningAddress (line 521) | private String buildProvisioningAddress() { method readStream (line 527) | private static String readStream(InputStream in) throws IOException { method getConfig (line 547) | private HttpsProvisioningResult getConfig() throws IOException { method getPrimaryProvisionigServerUriFromFile (line 654) | private String getPrimaryProvisionigServerUriFromFile(File provFile) t... method updateConfig (line 676) | void updateConfig() throws RcsAccountException, IOException { method sendSecondHttpsRequestWithOTP (line 693) | HttpsProvisioningResult sendSecondHttpsRequestWithOTP(String otp, method getRetryAfter (line 737) | private long getRetryAfter(HttpURLConnection response) { method processProvisioningResult (line 751) | private void processProvisioningResult(HttpsProvisioningResult result) method tryLaunchRcsCoreService (line 970) | void tryLaunchRcsCoreService(Context context, long timerRetry) { method retryAfter511Error (line 997) | private boolean retryAfter511Error() { method provisioningFails (line 1023) | public void provisioningFails(int reason) { method retry (line 1034) | void retry() { method unregisterSmsProvisioningReceiver (line 1053) | public void unregisterSmsProvisioningReceiver() { method unregisterNetworkStateListener (line 1060) | public void unregisterNetworkStateListener() { method unregisterWifiDisablingListener (line 1067) | public void unregisterWifiDisablingListener() { method registerNetworkStateListener (line 1074) | public void registerNetworkStateListener() { method resetCounters (line 1081) | public void resetCounters() { method scheduleProvisioningOperation (line 1091) | void scheduleProvisioningOperation(Runnable task) { method quitProvisioningOperation (line 1099) | void quitProvisioningOperation() { method isFirstProvisioningAfterBoot (line 1108) | public boolean isFirstProvisioningAfterBoot() { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningMsisdnInput.java class HttpsProvisioningMsisdnInput (line 36) | public final class HttpsProvisioningMsisdnInput { method HttpsProvisioningMsisdnInput (line 50) | private HttpsProvisioningMsisdnInput() { method getMsisdn (line 59) | protected ContactId getMsisdn() { method getInstance (line 68) | public static HttpsProvisioningMsisdnInput getInstance() { method displayPopupAndWaitResponse (line 86) | protected ContactId displayPopupAndWaitResponse(Context context, Conta... method responseReceived (line 106) | protected void responseReceived(ContactId contact) { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningResult.java class HttpsProvisioningResult (line 31) | public class HttpsProvisioningResult { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningSMS.java class HttpsProvisioningSMS (line 47) | public class HttpsProvisioningSMS { method HttpsProvisioningSMS (line 70) | public HttpsProvisioningSMS(HttpsProvisioningManager httpsProvisioning... method generateSmsPortForProvisioning (line 80) | protected static String generateSmsPortForProvisioning() { method registerSmsProvisioningReceiver (line 92) | public void registerSmsProvisioningReceiver(final String smsPort, fina... method unregisterSmsProvisioningReceiver (line 203) | public void unregisterSmsProvisioningReceiver() { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningService.java class HttpsProvisioningService (line 61) | public class HttpsProvisioningService extends Service { method onCreate (line 100) | @Override method onStartCommand (line 115) | @Override method startRetryAlarm (line 279) | public static void startRetryAlarm(Context context, PendingIntent inte... method cancelRetryAlarm (line 294) | public static void cancelRetryAlarm(Context context, PendingIntent int... method onDestroy (line 302) | @Override method onBind (line 318) | @Override method onReceive (line 327) | @Override method startHttpsProvisioningService (line 367) | public static void startHttpsProvisioningService(Context ctx, boolean ... method reProvisioning (line 384) | public static void reProvisioning(Context ctx) { FILE: core/src/com/gsma/rcs/provisioning/https/HttpsProvisioningUtils.java class HttpsProvisioningUtils (line 32) | public class HttpsProvisioningUtils { method getUserLanguage (line 74) | static String getUserLanguage() { method getRcsVersion (line 83) | static String getRcsVersion() { method getRcsProfile (line 92) | static String getRcsProfile() { method getEnrichCallingProfile (line 101) | static String getEnrichCallingProfile() { FILE: core/src/com/gsma/rcs/provisioning/https/ProvisioningPushSMSReceiver.java class ProvisioningPushSMSReceiver (line 51) | public class ProvisioningPushSMSReceiver extends BroadcastReceiver { method onReceive (line 56) | @Override method resetConfigurationThenRestart (line 112) | private void resetConfigurationThenRestart(Context ctx, ContentResolve... method tryUnRegister (line 123) | private void tryUnRegister() { FILE: core/src/com/gsma/rcs/provisioning/local/CapabilitiesProvisioning.java class CapabilitiesProvisioning (line 41) | public class CapabilitiesProvisioning extends Fragment implements IProvi... method newInstance (line 49) | public static CapabilitiesProvisioning newInstance(RcsSettings rcsSett... method onCreateView (line 63) | @Override method displayRcsSettings (line 71) | @Override method persistRcsSettings (line 101) | @Override FILE: core/src/com/gsma/rcs/provisioning/local/IProvisioningFragment.java type IProvisioningFragment (line 30) | public interface IProvisioningFragment { method persistRcsSettings (line 32) | void persistRcsSettings(); method displayRcsSettings (line 34) | void displayRcsSettings(); FILE: core/src/com/gsma/rcs/provisioning/local/LoggerProvisioning.java class LoggerProvisioning (line 43) | public class LoggerProvisioning extends Fragment implements IProvisionin... method newInstance (line 55) | public static LoggerProvisioning newInstance(RcsSettings rcsSettings) { method onCreateView (line 69) | @Override method displayRcsSettings (line 77) | @Override method persistRcsSettings (line 95) | @Override FILE: core/src/com/gsma/rcs/provisioning/local/ProfileProvisioning.java class ProfileProvisioning (line 45) | public class ProfileProvisioning extends Fragment implements IProvisioni... method newInstance (line 60) | public static ProfileProvisioning newInstance(RcsSettings rcsSettings) { method onCreateView (line 74) | @Override method displayRcsSettings (line 82) | @Override method persistRcsSettings (line 133) | @Override FILE: core/src/com/gsma/rcs/provisioning/local/Provisioning.java class Provisioning (line 80) | public class Provisioning extends AppCompatActivity { method onCreate (line 106) | @Override method onCreateOptionsMenu (line 142) | @Override method onDestroy (line 149) | @Override method onOptionsItemSelected (line 160) | @Override method getAppVersion (line 195) | private String getAppVersion() { method getGsmaVersion (line 212) | private String getGsmaVersion() { method displayInfo (line 233) | private void displayInfo() { method onRequestPermissionsResult (line 248) | @Override method loadXmlFile (line 271) | private void loadXmlFile() { method getProvisioningFiles (line 325) | private String[] getProvisioningFiles() { method loadProfile (line 355) | private void loadProfile(ContactId contact, Uri provisioningFile) { method getFileContent (line 382) | private String getFileContent(Uri provisioningFile) throws IOException { class LoadXmlPovisioningTask (line 405) | private class LoadXmlPovisioningTask extends AsyncTask getFragments() { FILE: core/src/com/gsma/rcs/service/CpuManager.java class CpuManager (line 33) | public class CpuManager { method CpuManager (line 51) | public CpuManager(RcsSettings rcsSettings) { method init (line 58) | public void init() { method close (line 75) | public void close() { FILE: core/src/com/gsma/rcs/service/DequeueTask.java class DequeueTask (line 41) | public abstract class DequeueTask implements Runnable { method DequeueTask (line 61) | public DequeueTask(Context ctx, Core core, ContactManager contactManager, method isAllowedToDequeueFileTransfer (line 79) | private boolean isAllowedToDequeueFileTransfer() { method isAllowedToDequeueOneToOneFileTransfer (line 102) | protected boolean isAllowedToDequeueOneToOneFileTransfer(ContactId con... method isAllowedToDequeueGroupFileTransfer (line 120) | protected boolean isAllowedToDequeueGroupFileTransfer() { method isAllowedToDequeueOneToOneChatMessage (line 130) | protected boolean isAllowedToDequeueOneToOneChatMessage(ContactId cont... method isPossibleToDequeueOneToOneChatMessage (line 149) | protected boolean isPossibleToDequeueOneToOneChatMessage(ContactId con... method isPossibleToDequeueGroupChatMessagesAndGroupFileTransfers (line 168) | protected boolean isPossibleToDequeueGroupChatMessagesAndGroupFileTran... method isPossibleToDequeueFileTransfer (line 218) | private boolean isPossibleToDequeueFileTransfer(Uri file, long size) { method isPossibleToDequeueOneToOneFileTransfer (line 245) | protected boolean isPossibleToDequeueOneToOneFileTransfer(ContactId co... method isPossibleToDequeueGroupFileTransfer (line 266) | protected boolean isPossibleToDequeueGroupFileTransfer(String chatId, ... method setOneToOneChatMessageAsFailedDequeue (line 289) | protected void setOneToOneChatMessageAsFailedDequeue(ContactId contact... method setGroupChatMessageAsFailedDequeue (line 302) | protected void setGroupChatMessageAsFailedDequeue(String chatId, Strin... method setOneToOneFileTransferAsFailedDequeue (line 313) | protected void setOneToOneFileTransferAsFailedDequeue(ContactId contac... method setGroupFileTransferAsFailedDequeue (line 324) | protected void setGroupFileTransferAsFailedDequeue(String chatId, Stri... method isImsConnected (line 334) | protected boolean isImsConnected() { method isShuttingDownOrStopped (line 343) | protected boolean isShuttingDownOrStopped() { FILE: core/src/com/gsma/rcs/service/DeviceBoot.java class DeviceBoot (line 38) | public class DeviceBoot extends BroadcastReceiver { method onReceive (line 41) | @Override FILE: core/src/com/gsma/rcs/service/DeviceShutdown.java class DeviceShutdown (line 32) | public class DeviceShutdown extends BroadcastReceiver { method onReceive (line 36) | @Override FILE: core/src/com/gsma/rcs/service/GroupChatInviteQueuedParticipantsTask.java class GroupChatInviteQueuedParticipantsTask (line 33) | public class GroupChatInviteQueuedParticipantsTask implements Runnable { method GroupChatInviteQueuedParticipantsTask (line 49) | public GroupChatInviteQueuedParticipantsTask(String chatId, ChatServic... method run (line 56) | @Override FILE: core/src/com/gsma/rcs/service/LauncherUtils.java class LauncherUtils (line 50) | public class LauncherUtils { method launchRcsService (line 89) | public static void launchRcsService(Context context, boolean boot, boo... method launchRcsCoreService (line 105) | public static void launchRcsCoreService(Context context, RcsSettings r... method stopRcsService (line 137) | public static void stopRcsService(Context context) { method stopRcsCoreService (line 151) | public static void stopRcsCoreService(Context context) { method resetRcsConfig (line 168) | public static void resetRcsConfig(Context ctx, LocalContentResolver lo... method getLastUserAccount (line 215) | public static String getLastUserAccount(Context context) { method setLastUserAccount (line 227) | public static void setLastUserAccount(Context context, String value) { method getCurrentUserAccount (line 241) | public static String getCurrentUserAccount(Context context) { method getProvisioningVersion (line 259) | public static int getProvisioningVersion(Context context) { method saveProvisioningVersion (line 272) | public static void saveProvisioningVersion(Context context, int versio... method getProvisioningExpirationDate (line 288) | public static long getProvisioningExpirationDate(Context context) { method getProvisioningValidity (line 300) | public static long getProvisioningValidity(Context context) { method saveProvisioningValidity (line 312) | public static void saveProvisioningValidity(Context context, long vali... method setRegForbiddenCount (line 332) | public static void setRegForbiddenCount(Context context, int value) { method getRegForbiddenCount (line 346) | public static int getRegForbiddenCount(Context context) { FILE: core/src/com/gsma/rcs/service/RcsCoreService.java class RcsCoreService (line 92) | public class RcsCoreService extends Service implements CoreListener { method onCreate (line 152) | @Override method onDestroy (line 203) | @Override method startCore (line 251) | private synchronized void startCore() { method stopCore (line 377) | private synchronized void stopCore() throws PayloadException, NetworkE... method onBind (line 443) | @Override method notifyRegistrationToApi (line 505) | private void notifyRegistrationToApi() { method notifyUnRegistrationToApi (line 537) | private void notifyUnRegistrationToApi(RcsServiceRegistration.ReasonCo... method onCoreLayerStarted (line 564) | @Override method onCoreLayerStopped (line 577) | @Override method onRegistrationSuccessful (line 615) | @Override method onRegistrationFailed (line 623) | @Override method onRegistrationTerminated (line 631) | @Override method onUserConfirmationRequest (line 639) | @Override method onUserConfirmationAck (line 649) | @Override method onUserNotification (line 658) | @Override method onSimChangeDetected (line 667) | @Override FILE: core/src/com/gsma/rcs/service/RcsServiceControlReceiver.java class RcsServiceControlReceiver (line 59) | public class RcsServiceControlReceiver extends BroadcastReceiver { type IRcsCompatibility (line 72) | private interface IRcsCompatibility { method isCompatible (line 73) | boolean isCompatible(String serviceName, String codename, int versio... method isCompatible (line 77) | @Override method getActivationModeChangeable (line 107) | private boolean getActivationModeChangeable(Context ctx) { method getActivationMode (line 119) | private boolean getActivationMode() { method isDataRoamingEnabled (line 123) | private boolean isDataRoamingEnabled(Context ctx) { method setActivationMode (line 129) | private boolean setActivationMode(Context ctx, boolean active) { method isCompatible (line 160) | private boolean isCompatible(String serviceName, String codename, int ... class IntentProcessor (line 171) | private class IntentProcessor extends Thread { method IntentProcessor (line 179) | private IntentProcessor(Context ctx, Intent intent, Bundle result) { method run (line 185) | @Override method onReceive (line 255) | @SuppressWarnings("SynchronizationOnLocalVariableOrMethodParameter") FILE: core/src/com/gsma/rcs/service/StartService.java class StartService (line 72) | public class StartService extends Service { method onCreate (line 134) | @Override method allocateBgHandler (line 152) | private Handler allocateBgHandler(String threadName) { method onDestroy (line 158) | @Override method onBind (line 174) | @Override method onStartCommand (line 179) | @Override method startCore (line 211) | private void startCore(final Intent intent) { method registerNetworkStateListener (line 285) | private void registerNetworkStateListener() { method connectionEvent (line 334) | private void connectionEvent(String action) { method checkAccount (line 371) | private boolean checkAccount() throws IOException, RcsAccountException { method launchRcsService (line 481) | private void launchRcsService(boolean boot, boolean user) throws RcsAc... method isFirstLaunch (line 538) | private boolean isFirstLaunch() { method hasChangedAccount (line 547) | private boolean hasChangedAccount() { method setNewUserAccount (line 557) | private void setNewUserAccount(boolean value) { method getNewUserAccount (line 571) | public static boolean getNewUserAccount(Context context) { method LaunchRcsStartService (line 584) | static void LaunchRcsStartService(Context context, boolean boot, boole... method retryPollingTelephonyManagerPooling (line 593) | private void retryPollingTelephonyManagerPooling(int mcc, int mnc) { method getPollingTelephonyManagerReceiver (line 602) | private BroadcastReceiver getPollingTelephonyManagerReceiver() { method trySetMyNetworkMobileCode (line 671) | private boolean trySetMyNetworkMobileCode(int mnc) { method isMobileNetworkCodeDefined (line 679) | private boolean isMobileNetworkCodeDefined() { method logIOException (line 684) | private void logIOException(String action, IOException e) { FILE: core/src/com/gsma/rcs/service/api/CapabilityServiceImpl.java class CapabilityServiceImpl (line 53) | public class CapabilityServiceImpl extends ICapabilityService.Stub { class CapabilitiesRequester (line 72) | private class CapabilitiesRequester implements Runnable { method CapabilitiesRequester (line 76) | public CapabilitiesRequester(ContactId contact) { method run (line 80) | public void run() { class AllCapabilitiesRequester (line 97) | private class AllCapabilitiesRequester implements Runnable { method run (line 99) | public void run() { method CapabilityServiceImpl (line 123) | public CapabilityServiceImpl(CapabilityService capabilityService, method close (line 137) | public void close() { method isServiceRegistered (line 148) | public boolean isServiceRegistered() { method getServiceRegistrationReasonCode (line 157) | public int getServiceRegistrationReasonCode() { method addEventListener (line 166) | public void addEventListener(IRcsServiceRegistrationListener listener) { method removeEventListener (line 177) | public void removeEventListener(IRcsServiceRegistrationListener listen... method notifyRegistration (line 186) | public void notifyRegistration() { method notifyUnRegistration (line 198) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method getMyCapabilities (line 212) | public Capabilities getMyCapabilities() throws RemoteException { method getContactCapabilities (line 238) | public Capabilities getContactCapabilities(ContactId contact) throws R... method requestContactCapabilities (line 281) | public void requestContactCapabilities(final ContactId contact) throws... method receiveCapabilities (line 295) | public void receiveCapabilities(ContactId contact, method notifyListeners (line 311) | private void notifyListeners(ContactId contact, Capabilities capabilit... method requestAllContactsCapabilities (line 326) | public void requestAllContactsCapabilities() throws RemoteException { method requestContactCapabilities2 (line 331) | @Override method addCapabilitiesListener (line 353) | public void addCapabilitiesListener(ICapabilitiesListener listener) th... method removeCapabilitiesListener (line 379) | public void removeCapabilitiesListener(ICapabilitiesListener listener)... method addCapabilitiesListener2 (line 406) | public void addCapabilitiesListener2(ContactId contact, ICapabilitiesL... method removeCapabilitiesListener2 (line 437) | public void removeCapabilitiesListener2(ContactId contact, ICapabiliti... method getServiceVersion (line 467) | public int getServiceVersion() { method getCommonConfiguration (line 476) | public ICommonServiceConfiguration getCommonConfiguration() { FILE: core/src/com/gsma/rcs/service/api/ChatMessageImpl.java class ChatMessageImpl (line 26) | public class ChatMessageImpl extends IChatMessage.Stub { method ChatMessageImpl (line 37) | public ChatMessageImpl(ChatMessagePersistedStorageAccessor persistentS... method getContact (line 41) | public ContactId getContact() throws RemoteException { method getId (line 57) | public String getId() throws RemoteException { method getContent (line 73) | public String getContent() throws RemoteException { method getMimeType (line 89) | public String getMimeType() throws RemoteException { method getDirection (line 105) | public int getDirection() throws RemoteException { method getTimestamp (line 121) | public long getTimestamp() throws RemoteException { method getTimestampSent (line 137) | public long getTimestampSent() throws RemoteException { method getTimestampDelivered (line 153) | public long getTimestampDelivered() throws RemoteException { method getTimestampDisplayed (line 169) | public long getTimestampDisplayed() throws RemoteException { method getStatus (line 185) | public int getStatus() throws RemoteException { method getReasonCode (line 201) | public int getReasonCode() throws RemoteException { method getChatId (line 217) | public String getChatId() throws RemoteException { method isRead (line 233) | public boolean isRead() throws RemoteException { method isExpiredDelivery (line 249) | public boolean isExpiredDelivery() throws RemoteException { FILE: core/src/com/gsma/rcs/service/api/ChatServiceConfigurationImpl.java class ChatServiceConfigurationImpl (line 36) | public class ChatServiceConfigurationImpl extends IChatServiceConfigurat... method ChatServiceConfigurationImpl (line 48) | public ChatServiceConfigurationImpl(RcsSettings rcsSettings) { method getIsComposingTimeout (line 52) | @Override method getGeolocExpirationTime (line 69) | @Override method getGeolocLabelMaxLength (line 86) | @Override method getGroupChatMaxParticipants (line 103) | @Override method getGroupChatMessageMaxLength (line 120) | @Override method getGroupChatMinParticipants (line 137) | @Override method getGroupChatSubjectMaxLength (line 154) | @Override method getOneToOneChatMessageMaxLength (line 171) | @Override method isChatWarnSF (line 188) | @Override method isGroupChatSupported (line 205) | @Override method isRespondToDisplayReportsEnabled (line 222) | @Override method isSmsFallback (line 239) | @Override method setRespondToDisplayReports (line 256) | @Override FILE: core/src/com/gsma/rcs/service/api/ChatServiceImpl.java class ChatServiceImpl (line 78) | public class ChatServiceImpl extends IChatService.Stub { method ChatServiceImpl (line 116) | public ChatServiceImpl(InstantMessagingService imService, MessagingLog... method imdnToFailedReasonCode (line 129) | private ReasonCode imdnToFailedReasonCode(ImdnDocument imdn) { method sendOne2OneDisplayedDeliveryReport (line 149) | public void sendOne2OneDisplayedDeliveryReport(String msgId, ContactId... method sendGroupChatDisplayedDeliveryReport (line 163) | public void sendGroupChatDisplayedDeliveryReport(String msgId, Contact... method close (line 185) | public void close() { method isServiceRegistered (line 199) | @Override method getServiceRegistrationReasonCode (line 209) | @Override method addEventListener (line 219) | @Override method removeEventListener (line 231) | @Override method notifyRegistration (line 241) | public void notifyRegistration() { method notifyUnRegistration (line 252) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method receiveOneToOneChatInvitation (line 263) | public void receiveOneToOneChatInvitation(OneToOneChatSession session) { method onOneToOneMessageDeliveryStatusReceived (line 285) | public void onOneToOneMessageDeliveryStatusReceived(ContactId contact,... method removeOneToOneChat (line 330) | public void removeOneToOneChat(ContactId contact) { method getOrCreateOneToOneChat (line 338) | public OneToOneChatImpl getOrCreateOneToOneChat(ContactId contact) { method getOneToOneChat (line 355) | @Override method receiveGroupChatInvitation (line 380) | public void receiveGroupChatInvitation(GroupChatSession session) { method addGroupChat (line 396) | void addGroupChat(GroupChatImpl groupChat) { method removeGroupChat (line 410) | public void removeGroupChat(String chatId) { method initiateGroupChat (line 429) | @Override method getOrCreateGroupChat (line 502) | public GroupChatImpl getOrCreateGroupChat(String chatId) { method getGroupChat (line 522) | @Override method isAllowedToInitiateGroupChat (line 548) | @Override method isAllowedToInitiateGroupChat2 (line 591) | @Override method deleteOneToOneChats (line 641) | @Override method deleteGroupChats (line 650) | @Override method deleteOneToOneChat (line 661) | @Override method deleteGroupChat (line 672) | @Override method deleteMessage (line 683) | @Override method clearMessageDeliveryExpiration (line 695) | @Override method addEventListener2 (line 729) | @Override method removeEventListener2 (line 756) | @Override method addEventListener3 (line 783) | @Override method removeEventListener3 (line 810) | @Override method getConfiguration (line 836) | @Override method markMessageAsRead (line 847) | @Override method getServiceVersion (line 913) | public int getServiceVersion() { method addGroupChatInvitationRejected (line 927) | public void addGroupChatInvitationRejected(String chatId, ContactId co... method receiveOneToOneChatSessionInitiation (line 942) | public void receiveOneToOneChatSessionInitiation(OneToOneChatSession s... method getChatMessage (line 955) | @Override method rejoinGroupChatAsPartOfSendOperation (line 982) | public void rejoinGroupChatAsPartOfSendOperation(String chatId) throws... method rejoinGroupChat (line 996) | public void rejoinGroupChat(String chatId) throws PayloadException, Ne... method getCommonConfiguration (line 1006) | @Override method setOneToOneChatMessageStatusAndReasonCode (line 1020) | public void setOneToOneChatMessageStatusAndReasonCode(String msgId, St... method setGroupChatMessageStatusAndReasonCode (line 1037) | public void setGroupChatMessageStatusAndReasonCode(String msgId, Strin... method broadcastGroupChatMessagesDeleted (line 1045) | public void broadcastGroupChatMessagesDeleted(String chatId, Set chatIds) { method broadcastOneToOneMessagesDeleted (line 1053) | public void broadcastOneToOneMessagesDeleted(ContactId contact, Set getRcsContacts(FilterContactInfo filterContac... method getRcsContacts (line 262) | public List getRcsContacts() throws RemoteException { method getRcsContactsOnline (line 287) | public List getRcsContactsOnline() throws RemoteException { method getRcsContactsSupporting (line 319) | public List getRcsContactsSupporting(final String serviceI... method getServiceVersion (line 365) | public int getServiceVersion() { method getCommonConfiguration (line 374) | public ICommonServiceConfiguration getCommonConfiguration() { method blockContact (line 388) | public void blockContact(ContactId contact) throws RemoteException { method unblockContact (line 415) | public void unblockContact(ContactId contact) throws RemoteException { FILE: core/src/com/gsma/rcs/service/api/ExceptionUtil.java class ExceptionUtil (line 19) | public class ExceptionUtil { method addTrace (line 26) | private static void addTrace(StringBuilder sb, Throwable t, boolean fi... method getFullStackTrace (line 62) | public static String getFullStackTrace(Throwable t) { FILE: core/src/com/gsma/rcs/service/api/FileTransferServiceConfigurationImpl.java class FileTransferServiceConfigurationImpl (line 31) | public class FileTransferServiceConfigurationImpl extends IFileTransferS... method FileTransferServiceConfigurationImpl (line 41) | public FileTransferServiceConfigurationImpl(RcsSettings rcsSettings) { method setImageResizeOption (line 45) | @Override method setAutoAcceptInRoaming (line 61) | @Override method setAutoAccept (line 85) | @Override method isGroupFileTransferSupported (line 109) | @Override method isAutoAcceptModeChangeable (line 127) | @Override method isAutoAcceptInRoamingEnabled (line 144) | @Override method isAutoAcceptEnabled (line 161) | @Override method getWarnSize (line 178) | @Override method getMaxSize (line 195) | @Override method getMaxAudioMessageDuration (line 212) | @Override method getMaxFileTransfers (line 229) | @Override method getImageResizeOption (line 246) | @Override FILE: core/src/com/gsma/rcs/service/api/FileTransferServiceImpl.java class FileTransferServiceImpl (line 89) | public class FileTransferServiceImpl extends IFileTransferService.Stub { method FileTransferServiceImpl (line 131) | public FileTransferServiceImpl(InstantMessagingService imService, Chat... method imdnToFileTransferFailedReasonCode (line 146) | private ReasonCode imdnToFileTransferFailedReasonCode(ImdnDocument imd... method ensureThumbnailIsDeleted (line 159) | public void ensureThumbnailIsDeleted(String transferId) { method ensureFileCopyIsDeletedIfExisting (line 171) | public void ensureFileCopyIsDeletedIfExisting(String transferId) { method close (line 184) | public void close() { method removeOneToOneFileTransfer (line 199) | public void removeOneToOneFileTransfer(String fileTransferId) { method removeGroupFileTransfer (line 213) | public void removeGroupFileTransfer(String fileTransferId) { method isServiceRegistered (line 222) | @Override method getServiceRegistrationReasonCode (line 227) | @Override method getOrCreateGroupFileTransfer (line 239) | public GroupFileTransferImpl getOrCreateGroupFileTransfer(String chatI... method getOrCreateOneToOneFileTransfer (line 258) | public OneToOneFileTransferImpl getOrCreateOneToOneFileTransfer(String... method addEventListener (line 271) | @Override method removeEventListener (line 278) | @Override method notifyRegistration (line 288) | public void notifyRegistration() { method notifyUnRegistration (line 299) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method receiveFileTransferInvitation (line 313) | public void receiveFileTransferInvitation(FileSharingSession session, ... method receiveResendFileTransferInvitation (line 338) | public void receiveResendFileTransferInvitation(FileSharingSession ses... method getConfiguration (line 355) | public IFileTransferServiceConfiguration getConfiguration() throws Rem... method addOutgoingOneToOneFileTransfer (line 382) | private void addOutgoingOneToOneFileTransfer(String fileTransferId, Co... method addOutgoingGroupFileTransfer (line 400) | private void addOutgoingGroupFileTransfer(String fileTransferId, Strin... method getFileTransferProtocolForOneToOneFileTransfer (line 413) | public FileTransferProtocol getFileTransferProtocolForOneToOneFileTran... method setOneToOneFileTransferStateAndTimestamp (line 450) | public void setOneToOneFileTransferStateAndTimestamp(String fileTransf... method setGroupFileTransferStateAndTimestamp (line 466) | public void setGroupFileTransferStateAndTimestamp(String fileTransferI... method dequeueOneToOneFileTransfer (line 483) | public void dequeueOneToOneFileTransfer(String fileTransferId, Contact... method resendOneToOneFile (line 511) | void resendOneToOneFile(ContactId contact, MmContent file, method isAllowedToTransferFile (line 560) | @Override method transferFile (line 628) | public IFileTransfer transferFile(final ContactId contact, Uri file, b... method transferFile2 (line 646) | public IFileTransfer transferFile2(final ContactId contact, Uri file, ... method isAllowedToTransferFileToGroupChat (line 709) | public boolean isAllowedToTransferFileToGroupChat(String chatId) throw... method dequeueGroupFileTransfer (line 780) | public void dequeueGroupFileTransfer(String chatId, String fileTransfe... method transferFileToGroupChat (line 821) | @Override method transferFileToGroupChat2 (line 838) | @Override method getFileTransfer (line 912) | @Override method addEventListener2 (line 954) | @Override method removeEventListener2 (line 981) | @Override method addEventListener3 (line 1008) | @Override method removeEventListener3 (line 1035) | @Override method receiveOneToOneFileDeliveryStatus (line 1064) | public void receiveOneToOneFileDeliveryStatus(ImdnDocument imdn, Conta... method setGroupFileDeliveryStatusDelivered (line 1102) | private void setGroupFileDeliveryStatusDelivered(String chatId, String... method setGroupFileDeliveryStatusDisplayed (line 1118) | private void setGroupFileDeliveryStatusDisplayed(String chatId, String... method setGroupFileDeliveryStatusFailed (line 1134) | private void setGroupFileDeliveryStatusFailed(String chatId, String fi... method receiveGroupFileDeliveryStatus (line 1169) | public void receiveGroupFileDeliveryStatus(String chatId, ImdnDocument... method getServiceVersion (line 1200) | public int getServiceVersion() { method resumeOutgoingFileTransfer (line 1210) | public void resumeOutgoingFileTransfer(FileSharingSession session, boo... method resumeIncomingFileTransfer (line 1231) | public void resumeIncomingFileTransfer(FileSharingSession session, boo... method markFileTransferAsRead (line 1253) | @Override method deleteOneToOneFileTransfers (line 1280) | public void deleteOneToOneFileTransfers() throws RemoteException { method deleteGroupFileTransfers (line 1290) | public void deleteGroupFileTransfers() throws RemoteException { method deleteOneToOneFileTransfers2 (line 1301) | public void deleteOneToOneFileTransfers2(ContactId contact) throws Rem... method deleteGroupFileTransfers2 (line 1315) | public void deleteGroupFileTransfers2(String chatId) throws RemoteExce... method deleteFileTransfer (line 1329) | public void deleteFileTransfer(String transferId) throws RemoteExcepti... method clearFileTransferDeliveryExpiration (line 1343) | @Override method addFileTransferInvitationRejected (line 1383) | public void addFileTransferInvitationRejected(ContactId contact, MmCon... method setResendFileTransferInvitationRejected (line 1400) | public void setResendFileTransferInvitationRejected(String fileTransfe... method getCommonConfiguration (line 1413) | public ICommonServiceConfiguration getCommonConfiguration() { method setOneToOneFileTransferStateAndReasonCode (line 1425) | public void setOneToOneFileTransferStateAndReasonCode(String fileTrans... method setGroupFileTransferStateAndReasonCode (line 1441) | public void setGroupFileTransferStateAndReasonCode(String fileTransfer... method broadcastOneToOneFileTransferDeleted (line 1449) | public void broadcastOneToOneFileTransferDeleted(ContactId contact, Se... method broadcastGroupFileTransfersDeleted (line 1453) | public void broadcastGroupFileTransfersDeleted(String chatId, Set getFileUploads() throws RemoteException { method getFileUpload (line 297) | public IFileUpload getFileUpload(String uploadId) throws RemoteExcepti... method addEventListener (line 325) | public void addEventListener(IFileUploadListener listener) throws Remo... method removeEventListener (line 354) | public void removeEventListener(IFileUploadListener listener) throws R... method getServiceVersion (line 383) | public int getServiceVersion() { method getCommonConfiguration (line 392) | public ICommonServiceConfiguration getCommonConfiguration() { FILE: core/src/com/gsma/rcs/service/api/FileUploadStorageAccessor.java class FileUploadStorageAccessor (line 27) | public class FileUploadStorageAccessor { method FileUploadStorageAccessor (line 41) | public FileUploadStorageAccessor(Uri file, State state) { method getFile (line 51) | public Uri getFile() { method getInfo (line 60) | public FileUploadInfo getInfo() { method setInfo (line 69) | public void setInfo(FileUploadInfo info) { method getState (line 78) | public State getState() { method setState (line 87) | public void setState(State state) { FILE: core/src/com/gsma/rcs/service/api/GeolocSharingImpl.java class GeolocSharingImpl (line 53) | public class GeolocSharingImpl extends IGeolocSharing.Stub implements Ge... method GeolocSharingImpl (line 81) | public GeolocSharingImpl(String sharingId, IGeolocSharingEventBroadcas... method getSharingId (line 97) | public String getSharingId() throws RemoteException { method getGeoloc (line 119) | public Geoloc getGeoloc() throws RemoteException { method getRemoteContact (line 146) | public ContactId getRemoteContact() throws RemoteException { method getState (line 172) | public int getState() throws RemoteException { method getReasonCode (line 211) | public int getReasonCode() throws RemoteException { method getDirection (line 238) | public int getDirection() throws RemoteException { method getTimestamp (line 269) | public long getTimestamp() throws RemoteException { method acceptInvitation (line 294) | public void acceptInvitation() throws RemoteException { method rejectInvitation (line 331) | public void rejectInvitation() throws RemoteException { method abortSharing (line 368) | public void abortSharing() throws RemoteException { method toStateAndReasonCode (line 419) | private GeolocSharingStateAndReasonCode toStateAndReasonCode(ContentSh... method setStateAndReasonCode (line 443) | private void setStateAndReasonCode(ContactId contact, State state, Rea... method handleSessionRejected (line 449) | private void handleSessionRejected(ReasonCode reasonCode, ContactId co... method onSessionStarted (line 459) | @Override method onSessionAborted (line 469) | @Override method onSharingError (line 506) | @Override method onContentTransferred (line 521) | @Override method onSessionAccepting (line 543) | @Override method onSessionRejected (line 553) | @Override method onInvitationReceived (line 576) | @Override method onSessionRinging (line 585) | @Override FILE: core/src/com/gsma/rcs/service/api/GeolocSharingServiceImpl.java class GeolocSharingServiceImpl (line 68) | public class GeolocSharingServiceImpl extends IGeolocSharingService.Stub { method GeolocSharingServiceImpl (line 97) | public GeolocSharingServiceImpl(RichcallService richcallService, method close (line 111) | public void close() { method addGeolocSharing (line 126) | private void addGeolocSharing(GeolocSharingImpl geolocSharing, String ... method removeGeolocSharing (line 139) | public void removeGeolocSharing(String sharingId) { method isServiceRegistered (line 152) | @Override method getServiceRegistrationReasonCode (line 162) | @Override method addEventListener (line 172) | @Override method removeEventListener (line 187) | @Override method notifyRegistration (line 200) | public void notifyRegistration() { method notifyUnRegistration (line 212) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method receiveGeolocSharingInvitation (line 224) | public void receiveGeolocSharingInvitation(GeolocTransferSession sessi... method shareGeoloc (line 252) | public IGeolocSharing shareGeoloc(ContactId contact, Geoloc geoloc) th... method getGeolocSharing (line 335) | public IGeolocSharing getGeolocSharing(String sharingId) throws Remote... method addEventListener2 (line 370) | @Override method removeEventListener2 (line 399) | @Override method getServiceVersion (line 429) | @Override method addGeolocSharingInvitationRejected (line 441) | public void addGeolocSharingInvitationRejected(ContactId contact, Reas... method setGeolocSharingStateAndReasonCode (line 449) | public void setGeolocSharingStateAndReasonCode(ContactId contact, Stri... method getCommonConfiguration (line 460) | public ICommonServiceConfiguration getCommonConfiguration() { method deleteGeolocSharings (line 470) | public void deleteGeolocSharings() throws RemoteException { method deleteGeolocSharings2 (line 481) | public void deleteGeolocSharings2(ContactId contact) throws RemoteExce... method deleteGeolocSharing (line 495) | public void deleteGeolocSharing(String sharingId) throws RemoteExcepti... method broadcastDeleted (line 502) | public void broadcastDeleted(ContactId contact, Set sharingIds) { FILE: core/src/com/gsma/rcs/service/api/GroupChatImpl.java class GroupChatImpl (line 85) | public class GroupChatImpl extends IGroupChat.Stub implements GroupChatS... method GroupChatImpl (line 135) | public GroupChatImpl(InstantMessagingService imService, String chatId, method imdnToMessageFailedReasonCode (line 151) | private Content.ReasonCode imdnToMessageFailedReasonCode(ImdnDocument ... method setStateAndReasonCode (line 163) | private void setStateAndReasonCode(State state, ReasonCode reasonCode) { method handleSessionRejected (line 169) | private void handleSessionRejected(ReasonCode reasonCode) { method onMessageDeliveryStatusDelivered (line 182) | private void onMessageDeliveryStatusDelivered(ContactId contact, Strin... method onMessageDeliveryStatusDisplayed (line 201) | private void onMessageDeliveryStatusDisplayed(ContactId contact, Strin... method onMessageDeliveryStatusFailed (line 220) | private void onMessageDeliveryStatusFailed(ContactId contact, String m... method isGroupChatAbandoned (line 252) | public boolean isGroupChatAbandoned() { method isAllowedToInviteAdditionalParticipants (line 281) | private boolean isAllowedToInviteAdditionalParticipants(int additional... method isGroupChatCapableOfReceivingParticipantInvitations (line 288) | private boolean isGroupChatCapableOfReceivingParticipantInvitations() { method isGroupChatRejoinable (line 306) | private boolean isGroupChatRejoinable() { method isParticipantEligibleToBeInvited (line 327) | private boolean isParticipantEligibleToBeInvited(ContactId participant) { method isParticipantCapableToBeInvited (line 357) | private boolean isParticipantCapableToBeInvited(ContactId participant) { method addOutgoingGroupChatMessage (line 387) | private void addOutgoingGroupChatMessage(ChatMessage msg, Status status, method isGroupChatActive (line 404) | public boolean isGroupChatActive() { method getParticipants (line 415) | public Map getParticipants(Set getRecipients() { method getChatId (line 437) | @Override method getRemoteContact (line 448) | @Override method getDirection (line 476) | @Override method getState (line 507) | @Override method getReasonCode (line 544) | @Override method getTimestamp (line 573) | @Override method getSubject (line 600) | @Override method isAllowedToLeave (line 628) | @Override method leave (line 657) | @Override method getParticipants (line 705) | @Override method getMaxParticipants (line 747) | @Override method isAllowedToInviteParticipants (line 775) | @Override method isAllowedToInviteParticipant (line 810) | @Override method inviteParticipants (line 840) | @Override method inviteParticipants (line 910) | public void inviteParticipants(final GroupChatSession session, final S... method sendChatMessageWithinSession (line 924) | private void sendChatMessageWithinSession(final GroupChatSession sessi... method setChatMessageStatusAndTimestamp (line 935) | private void setChatMessageStatusAndTimestamp(ChatMessage msg, Status ... method dequeueGroupChatMessage (line 954) | public void dequeueGroupChatMessage(ChatMessage msg) throws PayloadExc... method dequeueGroupFileInfo (line 990) | public void dequeueGroupFileInfo(String fileTransferId, String fileInfo, method isAllowedToSendMessage (line 1023) | @Override method sendMessage (line 1074) | @Override method sendMessage2 (line 1131) | public IChatMessage sendMessage2(Geoloc geoloc) throws RemoteException { method setComposingStatus (line 1189) | @Override method rejoinGroupChat (line 1266) | public void rejoinGroupChat() throws PayloadException, NetworkException { method restartGroupChat (line 1283) | public void restartGroupChat() throws PayloadException, NetworkExcepti... method openChat (line 1294) | @Override method handleGroupChatRejoinAsPartOfSendOperationFailed (line 1351) | private void handleGroupChatRejoinAsPartOfSendOperationFailed() throws... method setRejoinedAsPartOfSendOperation (line 1359) | public void setRejoinedAsPartOfSendOperation(boolean enable) { method onSessionStarted (line 1365) | @Override method onSessionAborted (line 1404) | @Override method onMessageReceived (line 1462) | @Override method onImError (line 1493) | @Override method onIsComposingEventReceived (line 1579) | @Override method onMessageFailedSend (line 1590) | @Override method onMessageSent (line 1604) | @Override method onConferenceEventReceived (line 1618) | @Override method onMessageDeliveryStatusReceived (line 1636) | @Override method onDeliveryStatusReceived (line 1662) | @Override method onAddParticipantFailed (line 1685) | public void onAddParticipantFailed(ContactId contact, String reason) { method onSessionAccepting (line 1695) | @Override method onSessionRejected (line 1705) | @Override method onSessionInvited (line 1725) | @Override method onSessionAutoAccepted (line 1744) | @Override method onParticipantsUpdated (line 1763) | @Override method onChatMessageDisplayReportSent (line 1783) | @Override method onDeliveryReportSendViaMsrpFailure (line 1795) | @Override FILE: core/src/com/gsma/rcs/service/api/GroupFileTransferImpl.java class GroupFileTransferImpl (line 59) | public class GroupFileTransferImpl extends IFileTransfer.Stub implements... method GroupFileTransferImpl (line 96) | public GroupFileTransferImpl(InstantMessagingService imService, String... method getRcsState (line 112) | private State getRcsState(FileSharingSession session) { method getRcsReasonCode (line 129) | private ReasonCode getRcsReasonCode(FileSharingSession session) { method getChatId (line 139) | @Override method getTransferId (line 159) | @Override method getRemoteContact (line 164) | @Override method getFileName (line 185) | @Override method getFile (line 206) | @Override method getFileSize (line 227) | @Override method getMimeType (line 248) | @Override method getFileIcon (line 269) | @Override method getFileIconMimeType (line 291) | @Override method getTimestamp (line 313) | @Override method getTimestampSent (line 330) | @Override method getTimestampDelivered (line 347) | @Override method getTimestampDisplayed (line 364) | @Override method getState (line 381) | @Override method getReasonCode (line 402) | @Override method getDisposition (line 423) | @Override method getDirection (line 447) | @Override method acceptInvitation (line 471) | @Override method rejectInvitation (line 537) | @Override method abortTransfer (line 586) | @Override method isAllowedToPauseTransfer (line 632) | @Override method isAllowedToPauseTransfer (line 637) | private boolean isAllowedToPauseTransfer(boolean internalRequest) thro... method pauseTransfer (line 677) | @Override method isSessionPaused (line 712) | private boolean isSessionPaused(FileSharingSession session) { method isAllowedToResumeTransfer (line 721) | @Override method isAllowedToResumeTransfer (line 726) | private boolean isAllowedToResumeTransfer(boolean internalRequest) thr... method resumeTransfer (line 783) | @Override method isAllowedToResendTransfer (line 833) | @Override method isRead (line 839) | @Override method resendTransfer (line 856) | @Override method onSessionStarted (line 865) | @Override method onFileInfoDequeued (line 878) | public void onFileInfoDequeued() { method toStateAndReasonCode (line 893) | private FileTransferStateAndReasonCode toStateAndReasonCode(FileSharin... method handleSessionRejected (line 924) | private void handleSessionRejected(ReasonCode reasonCode) { method setStateAndReasonCode (line 936) | private void setStateAndReasonCode(State state, ReasonCode reasonCode) { method onSessionAborted (line 942) | @Override method onTransferError (line 979) | @Override method onTransferProgress (line 994) | @Override method onTransferNotAllowedToSend (line 1004) | @Override method onFileTransferred (line 1012) | @Override method onFileTransferPausedByUser (line 1030) | @Override method onFileTransferPausedBySystem (line 1040) | @Override method onFileTransferResumed (line 1051) | @Override method onSessionAccepting (line 1061) | @Override method onSessionRejected (line 1071) | @Override method onSessionInvited (line 1093) | @Override method onSessionAutoAccepted (line 1108) | @Override method getFileExpiration (line 1123) | @Override method getFileIconExpiration (line 1144) | @Override method isExpiredDelivery (line 1165) | @Override method onHttpDownloadInfoAvailable (line 1171) | @Override FILE: core/src/com/gsma/rcs/service/api/HistoryServiceImpl.java class HistoryServiceImpl (line 43) | public class HistoryServiceImpl extends IHistoryService.Stub { method HistoryServiceImpl (line 57) | public HistoryServiceImpl(Context ctx) { method retrieveHistoryLogProvider (line 64) | private HistoryProvider retrieveHistoryLogProvider() { method assertMapTypeOfString (line 81) | private static void assertMapTypeOfString(@SuppressWarnings("rawtypes"... method close (line 95) | public void close() { method registerExtraHistoryLogMember (line 115) | @SuppressWarnings("unchecked") method unregisterExtraHistoryLogMember (line 143) | @Override method createUniqueId (line 159) | @Override FILE: core/src/com/gsma/rcs/service/api/ImageSharingImpl.java class ImageSharingImpl (line 54) | public class ImageSharingImpl extends IImageSharing.Stub implements Imag... method ImageSharingImpl (line 82) | public ImageSharingImpl(String sharingId, RichcallService richcallServ... method toStateAndReasonCode (line 96) | private ImageSharingStateAndReasonCode toStateAndReasonCode(ContentSha... method setStateAndReasonCode (line 128) | private void setStateAndReasonCode(ContactId contact, State state, Rea... method handleSessionRejected (line 134) | private void handleSessionRejected(ReasonCode reasonCode, ContactId co... method getSharingId (line 150) | public String getSharingId() throws RemoteException { method getRemoteContact (line 172) | public ContactId getRemoteContact() throws RemoteException { method getFileName (line 198) | public String getFileName() throws RemoteException { method getFile (line 224) | public Uri getFile() throws RemoteException { method getFileSize (line 250) | public long getFileSize() throws RemoteException { method getMimeType (line 276) | public String getMimeType() throws RemoteException { method getState (line 302) | public int getState() throws RemoteException { method getReasonCode (line 341) | public int getReasonCode() throws RemoteException { method getDirection (line 368) | public int getDirection() throws RemoteException { method getTimestamp (line 399) | public long getTimestamp() throws RemoteException { method acceptInvitation (line 424) | public void acceptInvitation() throws RemoteException { method rejectInvitation (line 459) | public void rejectInvitation() throws RemoteException { method abortSharing (line 494) | public void abortSharing() throws RemoteException { method onSessionStarted (line 528) | @Override method onSessionAborted (line 538) | @Override method onSharingError (line 574) | @Override method onSharingProgress (line 588) | @Override method onContentTransferred (line 597) | @Override method onSessionAccepting (line 608) | @Override method onSessionRejected (line 618) | @Override method onInvitationReceived (line 640) | @Override method onSessionRinging (line 653) | @Override FILE: core/src/com/gsma/rcs/service/api/ImageSharingServiceConfigurationImpl.java class ImageSharingServiceConfigurationImpl (line 36) | public class ImageSharingServiceConfigurationImpl extends IImageSharingS... method ImageSharingServiceConfigurationImpl (line 47) | public ImageSharingServiceConfigurationImpl(RcsSettings rcsSettings) { method getMaxSize (line 51) | @Override FILE: core/src/com/gsma/rcs/service/api/ImageSharingServiceImpl.java class ImageSharingServiceImpl (line 68) | public class ImageSharingServiceImpl extends IImageSharingService.Stub { method ImageSharingServiceImpl (line 97) | public ImageSharingServiceImpl(RichcallService richcallService, RichCa... method close (line 111) | public void close() { method addImageSharing (line 124) | private void addImageSharing(ImageSharingImpl imageSharing, String sha... method removeImageSharing (line 133) | public void removeImageSharing(String sharingId) { method isServiceRegistered (line 142) | public boolean isServiceRegistered() { method getServiceRegistrationReasonCode (line 151) | public int getServiceRegistrationReasonCode() { method addEventListener (line 160) | public void addEventListener(IRcsServiceRegistrationListener listener) { method removeEventListener (line 171) | public void removeEventListener(IRcsServiceRegistrationListener listen... method setImageSharingStateAndReasonCode (line 177) | public void setImageSharingStateAndReasonCode(ContactId contact, Strin... method notifyRegistration (line 186) | public void notifyRegistration() { method notifyUnRegistration (line 197) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method receiveImageSharingInvitation (line 208) | public void receiveImageSharingInvitation(ImageTransferSession session) { method getConfiguration (line 228) | public IImageSharingServiceConfiguration getConfiguration() throws Rem... method shareImage (line 256) | public IImageSharing shareImage(ContactId contact, Uri file) throws Re... method getImageSharing (line 329) | public IImageSharing getImageSharing(String sharingId) throws RemoteEx... method addImageSharingInvitationRejected (line 366) | public void addImageSharingInvitationRejected(ContactId contact, MmCon... method addEventListener2 (line 380) | public void addEventListener2(IImageSharingListener listener) throws R... method removeEventListener2 (line 406) | public void removeEventListener2(IImageSharingListener listener) throw... method deleteImageSharings (line 432) | public void deleteImageSharings() throws RemoteException { method deleteImageSharings2 (line 443) | public void deleteImageSharings2(ContactId contact) throws RemoteExcep... method deleteImageSharing (line 457) | public void deleteImageSharing(String sharingId) throws RemoteException { method getServiceVersion (line 470) | public int getServiceVersion() { method getCommonConfiguration (line 479) | public ICommonServiceConfiguration getCommonConfiguration() { method broadcastDeleted (line 483) | public void broadcastDeleted(ContactId contact, Set sharingIds) { method ensureFileCopyIsDeletedIfExisting (line 492) | public void ensureFileCopyIsDeletedIfExisting(String sharingId) { FILE: core/src/com/gsma/rcs/service/api/MultimediaMessagingSessionImpl.java class MultimediaMessagingSessionImpl (line 50) | public class MultimediaMessagingSessionImpl extends IMultimediaMessaging... method MultimediaMessagingSessionImpl (line 80) | public MultimediaMessagingSessionImpl(String sessionId, method handleSessionRejected (line 92) | private void handleSessionRejected(ReasonCode reasonCode, ContactId co... method removeSession (line 103) | private void removeSession(ContactId contact, State state, ReasonCode ... method setStateAndReason (line 108) | private void setStateAndReason(ContactId contact, State state, ReasonC... method getSessionId (line 118) | public String getSessionId() { method getRemoteContact (line 128) | public ContactId getRemoteContact() throws RemoteException { method getState (line 154) | public int getState() throws RemoteException { method getReasonCode (line 190) | public int getReasonCode() throws RemoteException { method getDirection (line 217) | public int getDirection() throws RemoteException { method getServiceId (line 246) | public String getServiceId() throws RemoteException { method acceptInvitation (line 271) | public void acceptInvitation() throws RemoteException { method rejectInvitation (line 308) | public void rejectInvitation() throws RemoteException { method abortSession (line 345) | public void abortSession() throws RemoteException { method sendMessage (line 388) | public void sendMessage(final byte[] content) throws RemoteException { method sendMessage2 (line 399) | public void sendMessage2(final byte[] content, final String contentTyp... method flushMessages (line 452) | public void flushMessages() throws RemoteException { method onSessionStarted (line 483) | @Override method onSessionAborted (line 493) | @Override method onSessionError (line 522) | @Override method onDataReceived (line 547) | @Override method onSessionAccepting (line 554) | @Override method onSessionRejected (line 564) | @Override method onInvitationReceived (line 586) | @Override method onSessionRinging (line 594) | @Override method onDataFlushed (line 601) | @Override FILE: core/src/com/gsma/rcs/service/api/MultimediaSessionServiceConfigurationImpl.java class MultimediaSessionServiceConfigurationImpl (line 38) | public class MultimediaSessionServiceConfigurationImpl extends method MultimediaSessionServiceConfigurationImpl (line 49) | public MultimediaSessionServiceConfigurationImpl(RcsSettings rcsSettin... method getMessageMaxLength (line 53) | @Override method getMessagingSessionInactivityTimeout (line 70) | @Override method isServiceActivated (line 90) | @Override FILE: core/src/com/gsma/rcs/service/api/MultimediaSessionServiceImpl.java class MultimediaSessionServiceImpl (line 70) | public class MultimediaSessionServiceImpl extends IMultimediaSessionServ... method MultimediaSessionServiceImpl (line 100) | public MultimediaSessionServiceImpl(SipService sipService, RcsSettings... method close (line 112) | public void close() { method addMultimediaMessaging (line 126) | private void addMultimediaMessaging(MultimediaMessagingSessionImpl mul... method removeMultimediaMessaging (line 140) | void removeMultimediaMessaging(String sessionId) { method addMultimediaStreaming (line 154) | private void addMultimediaStreaming(MultimediaStreamingSessionImpl mul... method removeMultimediaStreaming (line 168) | void removeMultimediaStreaming(String sessionId) { method isServiceRegistered (line 182) | public boolean isServiceRegistered() { method getServiceRegistrationReasonCode (line 191) | public int getServiceRegistrationReasonCode() { method addEventListener (line 200) | public void addEventListener(IRcsServiceRegistrationListener listener) { method removeEventListener (line 214) | public void removeEventListener(IRcsServiceRegistrationListener listen... method notifyRegistration (line 226) | public void notifyRegistration() { method notifyUnRegistration (line 237) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method receiveSipMsrpSessionInvitation (line 248) | public void receiveSipMsrpSessionInvitation(GenericSipMsrpSession sess... method receiveSipRtpSessionInvitation (line 262) | public void receiveSipRtpSessionInvitation(GenericSipRtpSession sessio... method getConfiguration (line 277) | public IMultimediaSessionServiceConfiguration getConfiguration() throw... method initiateMessagingSession (line 305) | public IMultimediaMessagingSession initiateMessagingSession(String ser... method initiateMessagingSession2 (line 325) | public IMultimediaMessagingSession initiateMessagingSession2(String se... method getMessagingSession (line 371) | public IMultimediaMessagingSession getMessagingSession(String sessionI... method getMessagingSessions (line 400) | public List getMessagingSessions(String serviceId) throws Rem... method initiateStreamingSession (line 441) | public IMultimediaStreamingSession initiateStreamingSession(String ser... method initiateStreamingSession2 (line 460) | public IMultimediaStreamingSession initiateStreamingSession2(String se... method getStreamingSession (line 507) | public IMultimediaStreamingSession getStreamingSession(String sessionI... method getStreamingSessions (line 536) | public List getStreamingSessions(String serviceId) throws Rem... method getServiceVersion (line 571) | public int getServiceVersion() { method addEventListener2 (line 581) | public void addEventListener2(IMultimediaMessagingSessionListener list... method removeEventListener2 (line 612) | public void removeEventListener2(IMultimediaMessagingSessionListener l... method addEventListener3 (line 643) | public void addEventListener3(IMultimediaStreamingSessionListener list... method removeEventListener3 (line 674) | public void removeEventListener3(IMultimediaStreamingSessionListener l... method getCommonConfiguration (line 704) | public ICommonServiceConfiguration getCommonConfiguration() { method sendInstantMultimediaMessage (line 721) | public void sendInstantMultimediaMessage(final String serviceId, final... method receiveSipInstantMessage (line 776) | public void receiveSipInstantMessage(Intent intent, ContactId contact,... FILE: core/src/com/gsma/rcs/service/api/MultimediaSessionStorageAccessor.java class MultimediaSessionStorageAccessor (line 27) | public class MultimediaSessionStorageAccessor { method MultimediaSessionStorageAccessor (line 47) | public MultimediaSessionStorageAccessor(Direction direction, ContactId... method getState (line 60) | public State getState() { method getRemoteContact (line 69) | public ContactId getRemoteContact() { method getDirection (line 78) | public Direction getDirection() { method getServiceId (line 87) | public String getServiceId() { method setStateAndReasonCode (line 97) | public void setStateAndReasonCode(State state, ReasonCode reason) { method getReasonCode (line 107) | public ReasonCode getReasonCode() { FILE: core/src/com/gsma/rcs/service/api/MultimediaStreamingSessionImpl.java class MultimediaStreamingSessionImpl (line 51) | public class MultimediaStreamingSessionImpl extends IMultimediaStreaming... method MultimediaStreamingSessionImpl (line 81) | public MultimediaStreamingSessionImpl(String sessionId, method handleSessionRejected (line 93) | private void handleSessionRejected(ReasonCode reasonCode, ContactId co... method removeSession (line 105) | private void removeSession(ContactId contact, State state, ReasonCode ... method setStateAndReason (line 111) | private void setStateAndReason(ContactId contact, State state, ReasonC... method getSessionId (line 121) | public String getSessionId() { method getRemoteContact (line 131) | public ContactId getRemoteContact() throws RemoteException { method getState (line 157) | public int getState() throws RemoteException { method getReasonCode (line 193) | public int getReasonCode() throws RemoteException { method getDirection (line 220) | public int getDirection() throws RemoteException { method getServiceId (line 249) | public String getServiceId() throws RemoteException { method acceptInvitation (line 274) | public void acceptInvitation() throws RemoteException { method rejectInvitation (line 309) | public void rejectInvitation() throws RemoteException { method abortSession (line 344) | public void abortSession() throws RemoteException { method sendPayload (line 383) | public void sendPayload(final byte[] content) throws RemoteException { method onSessionStarted (line 423) | @Override method onSessionAborted (line 433) | @Override method onSessionError (line 459) | @Override method onDataReceived (line 484) | @Override method onDataFlushed (line 496) | public void onDataFlushed(ContactId contact) { method onSessionAccepting (line 500) | @Override method onSessionRejected (line 510) | @Override method onInvitationReceived (line 532) | @Override method onSessionRinging (line 540) | @Override FILE: core/src/com/gsma/rcs/service/api/OneToOneChatImpl.java class OneToOneChatImpl (line 67) | public class OneToOneChatImpl extends IOneToOneChat.Stub implements OneT... method OneToOneChatImpl (line 101) | public OneToOneChatImpl(InstantMessagingService imService, ContactId c... method sendChatMessageInNewSession (line 113) | private void sendChatMessageInNewSession(final ChatMessage msg) throws... method sendChatMessageWithinSession (line 121) | private void sendChatMessageWithinSession(final OneToOneChatSession se... method resendChatMessage (line 134) | private void resendChatMessage(final ChatMessage msg) throws PayloadEx... method getRemoteContact (line 199) | @Override method isAllowedToSendMessage (line 211) | @Override method getDeliveryExpirationTime (line 267) | private long getDeliveryExpirationTime(long timestampSent) { method addOutgoingChatMessage (line 286) | private void addOutgoingChatMessage(ChatMessage msg, Status status) th... method setChatMessageStatusAndReasonCode (line 308) | private void setChatMessageStatusAndReasonCode(String msgId, String mi... method setChatMessageStatusAndTimestamp (line 324) | private void setChatMessageStatusAndTimestamp(ChatMessage msg, Status ... method sendMessage (line 342) | @Override method sendMessage2 (line 390) | @Override method dequeueOneToOneChatMessage (line 442) | public void dequeueOneToOneChatMessage(ChatMessage msg) throws Session... method sendFileInfoInNewSession (line 487) | private void sendFileInfoInNewSession(String fileTransferId, String fi... method dequeueOneToOneFileInfo (line 515) | public void dequeueOneToOneFileInfo(String fileTransferId, String file... method sendDisplayedDeliveryReport (line 555) | void sendDisplayedDeliveryReport(final ContactId remote, method setComposingStatus (line 587) | @Override method openChat (line 673) | @Override method resendMessage (line 733) | @Override method onSessionStarted (line 785) | @Override method onSessionAborted (line 818) | @Override method onMessageReceived (line 829) | @Override method onImError (line 876) | @Override method onIsComposingEventReceived (line 911) | @Override method onMessageSent (line 921) | @Override method onMessageFailedSend (line 935) | @Override method onMessageDeliveryStatusReceived (line 949) | @Override method onDeliveryStatusReceived (line 954) | @Override method onSessionRejected (line 969) | @Override method onSessionInvited (line 1001) | @Override method onSessionAccepting (line 1006) | @Override method onSessionAutoAccepted (line 1011) | @Override method onChatMessageDisplayReportSent (line 1016) | @Override method onDeliveryReportSendViaMsrpFailure (line 1028) | @Override FILE: core/src/com/gsma/rcs/service/api/OneToOneDeliveryExpirationService.java class OneToOneDeliveryExpirationService (line 27) | public class OneToOneDeliveryExpirationService extends IntentService { method OneToOneDeliveryExpirationService (line 32) | public OneToOneDeliveryExpirationService() { method onHandleIntent (line 36) | @Override FILE: core/src/com/gsma/rcs/service/api/OneToOneFileTransferImpl.java class OneToOneFileTransferImpl (line 68) | public class OneToOneFileTransferImpl extends IFileTransfer.Stub implements method OneToOneFileTransferImpl (line 104) | public OneToOneFileTransferImpl(InstantMessagingService imService, Str... method getRcsState (line 119) | private State getRcsState(FileSharingSession session) { method getRcsReasonCode (line 149) | private ReasonCode getRcsReasonCode(FileSharingSession session) { method getChatId (line 159) | @Override method getTransferId (line 177) | @Override method getRemoteContact (line 182) | @Override method getFileName (line 203) | @Override method getFile (line 224) | @Override method getFileSize (line 245) | @Override method getMimeType (line 266) | @Override method getFileIcon (line 287) | @Override method getFileIconMimeType (line 309) | @Override method getState (line 331) | @Override method getReasonCode (line 352) | @Override method getDisposition (line 373) | @Override method getDirection (line 397) | @Override method getTimestamp (line 421) | @Override method getTimestampSent (line 438) | @Override method getTimestampDelivered (line 455) | @Override method getTimestampDisplayed (line 472) | @Override method acceptInvitation (line 489) | @Override method rejectInvitation (line 555) | @Override method abortTransfer (line 604) | @Override method isHttpTransfer (line 651) | private boolean isHttpTransfer() { method isAllowedToPauseTransfer (line 661) | @Override method isAllowedToPauseTransfer (line 666) | private boolean isAllowedToPauseTransfer(boolean internalRequest) { method pauseTransfer (line 713) | @Override method isSessionPaused (line 745) | private boolean isSessionPaused(FileSharingSession session) { method isAllowedToResumeTransfer (line 760) | @Override method isAllowedToResumeTransfer (line 765) | private boolean isAllowedToResumeTransfer(boolean internalRequest) thr... method resumeTransfer (line 822) | @Override method isAllowedToResendTransfer (line 882) | @Override method isAllowedToResendTransfer (line 887) | private boolean isAllowedToResendTransfer(boolean internalRequest) thr... method resendTransfer (line 950) | @Override method isRead (line 979) | @Override method toStateAndReasonCode (line 1000) | private FileTransferStateAndReasonCode toStateAndReasonCode(FileSharin... method setStateAndReasonCode (line 1034) | private void setStateAndReasonCode(ContactId contact, State state, Rea... method handleSessionRejected (line 1040) | private void handleSessionRejected(ReasonCode reasonCode, ContactId co... method onSessionStarted (line 1051) | @Override method onFileInfoDequeued (line 1064) | public void onFileInfoDequeued(ContactId contact) { method onSessionAborted (line 1089) | @Override method onTransferError (line 1125) | @Override method onTransferProgress (line 1141) | @Override method onTransferNotAllowedToSend (line 1151) | @Override method onFileTransferred (line 1160) | @Override method onFileTransferPausedByUser (line 1189) | @Override method onFileTransferPausedBySystem (line 1199) | @Override method onFileTransferResumed (line 1210) | @Override method onSessionAccepting (line 1220) | @Override method onSessionRejected (line 1230) | @Override method onSessionInvited (line 1252) | @Override method onSessionAutoAccepted (line 1270) | @Override method getFileExpiration (line 1288) | @Override method getFileIconExpiration (line 1309) | @Override method isExpiredDelivery (line 1330) | @Override method onHttpDownloadInfoAvailable (line 1347) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiBaseException.java class ServerApiBaseException (line 36) | public abstract class ServerApiBaseException extends IllegalStateExcepti... method validateExceptionMessage (line 56) | private static String validateExceptionMessage(String message) { method ServerApiBaseException (line 70) | protected ServerApiBaseException(Class clazz, String message) { method ServerApiBaseException (line 85) | protected ServerApiBaseException(Class clazz, String message, Throw... method shouldNotBeLogged (line 96) | public abstract boolean shouldNotBeLogged(); FILE: core/src/com/gsma/rcs/service/api/ServerApiGenericException.java class ServerApiGenericException (line 38) | public class ServerApiGenericException extends ServerApiBaseException { method ServerApiGenericException (line 47) | public ServerApiGenericException(String message) { method ServerApiGenericException (line 58) | public ServerApiGenericException(Throwable cause) { method ServerApiGenericException (line 70) | public ServerApiGenericException(String message, Throwable cause) { method shouldNotBeLogged (line 80) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiIllegalArgumentException.java class ServerApiIllegalArgumentException (line 36) | public class ServerApiIllegalArgumentException extends ServerApiBaseExce... method ServerApiIllegalArgumentException (line 45) | public ServerApiIllegalArgumentException(String message) { method ServerApiIllegalArgumentException (line 57) | public ServerApiIllegalArgumentException(String message, Throwable cau... method shouldNotBeLogged (line 67) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiMaxAllowedSessionLimitReachedException.java class ServerApiMaxAllowedSessionLimitReachedException (line 37) | public class ServerApiMaxAllowedSessionLimitReachedException extends Ser... method ServerApiMaxAllowedSessionLimitReachedException (line 46) | public ServerApiMaxAllowedSessionLimitReachedException(String message) { method shouldNotBeLogged (line 56) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiPermissionDeniedException.java class ServerApiPermissionDeniedException (line 38) | public class ServerApiPermissionDeniedException extends ServerApiBaseExc... method ServerApiPermissionDeniedException (line 47) | public ServerApiPermissionDeniedException(String message) { method shouldNotBeLogged (line 57) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiPersistentStorageException.java class ServerApiPersistentStorageException (line 38) | public class ServerApiPersistentStorageException extends ServerApiBaseEx... method ServerApiPersistentStorageException (line 47) | public ServerApiPersistentStorageException(String message) { method ServerApiPersistentStorageException (line 59) | public ServerApiPersistentStorageException(String message, Throwable c... method shouldNotBeLogged (line 69) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiServiceNotRegisteredException.java class ServerApiServiceNotRegisteredException (line 36) | public class ServerApiServiceNotRegisteredException extends ServerApiBas... method ServerApiServiceNotRegisteredException (line 45) | public ServerApiServiceNotRegisteredException(String message) { method shouldNotBeLogged (line 55) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiUnsupportedOperationException.java class ServerApiUnsupportedOperationException (line 36) | public class ServerApiUnsupportedOperationException extends ServerApiBas... method ServerApiUnsupportedOperationException (line 45) | public ServerApiUnsupportedOperationException(String message) { method shouldNotBeLogged (line 55) | @Override FILE: core/src/com/gsma/rcs/service/api/ServerApiUtils.java class ServerApiUtils (line 34) | public class ServerApiUtils { method testCore (line 38) | public static void testCore() { method testIms (line 47) | public static void testIms() { method isImsConnected (line 58) | public static boolean isImsConnected() { method getServiceRegistrationReasonCode (line 72) | public static RcsServiceRegistration.ReasonCode getServiceRegistration... method testImsExtension (line 91) | public static void testImsExtension(String ext) throws ServerApiPermis... FILE: core/src/com/gsma/rcs/service/api/VideoSharingImpl.java class VideoSharingImpl (line 56) | public class VideoSharingImpl extends IVideoSharing.Stub implements Vide... method VideoSharingImpl (line 86) | public VideoSharingImpl(String sharingId, RichcallService richcallServ... method toStateAndReasonCode (line 100) | private VideoSharingStateAndReasonCode toStateAndReasonCode(ContentSha... method handleSessionRejected (line 122) | private void handleSessionRejected(ReasonCode reasonCode, ContactId co... method setStateAndReasonCode (line 132) | private void setStateAndReasonCode(ContactId contact, State state, Rea... method getSharingId (line 158) | public String getSharingId() throws RemoteException { method getRemoteContact (line 180) | public ContactId getRemoteContact() throws RemoteException { method getState (line 207) | public int getState() throws RemoteException { method getReasonCode (line 244) | public int getReasonCode() throws RemoteException { method getDirection (line 271) | public int getDirection() throws RemoteException { method acceptInvitation (line 300) | public void acceptInvitation(final IVideoPlayer player) throws RemoteE... method rejectInvitation (line 341) | public void rejectInvitation() throws RemoteException { method abortSharing (line 378) | public void abortSharing() throws RemoteException { method getVideoEncoding (line 424) | public String getVideoEncoding() throws RemoteException { method getTimestamp (line 465) | public long getTimestamp() throws RemoteException { method getDuration (line 492) | public long getDuration() throws RemoteException { method getVideoDescriptor (line 520) | public VideoDescriptor getVideoDescriptor() throws RemoteException { method onSessionStarted (line 550) | @Override method onSessionAborted (line 560) | @Override method onSharingError (line 588) | @Override method onSessionAccepting (line 602) | @Override method onSessionRejected (line 612) | @Override method onInvitationReceived (line 635) | @Override method onSessionRinging (line 647) | @Override FILE: core/src/com/gsma/rcs/service/api/VideoSharingServiceConfigurationImpl.java class VideoSharingServiceConfigurationImpl (line 36) | public class VideoSharingServiceConfigurationImpl extends IVideoSharingS... method VideoSharingServiceConfigurationImpl (line 47) | public VideoSharingServiceConfigurationImpl(RcsSettings rcsSettings) { method getMaxTime (line 51) | @Override FILE: core/src/com/gsma/rcs/service/api/VideoSharingServiceImpl.java class VideoSharingServiceImpl (line 63) | public class VideoSharingServiceImpl extends IVideoSharingService.Stub { method VideoSharingServiceImpl (line 92) | public VideoSharingServiceImpl(RichcallService richcallService, RichCa... method close (line 106) | public void close() { method addVideoSharing (line 119) | private void addVideoSharing(VideoSharingImpl videoSharing, String sha... method removeVideoSharing (line 132) | public void removeVideoSharing(String sharingId) { method isServiceRegistered (line 144) | @Override method getServiceRegistrationReasonCode (line 154) | @Override method addEventListener (line 164) | @Override method removeEventListener (line 179) | @Override method notifyRegistration (line 192) | public void notifyRegistration() { method notifyUnRegistration (line 203) | public void notifyUnRegistration(RcsServiceRegistration.ReasonCode rea... method setVideoSharingStateAndReasonCode (line 209) | public void setVideoSharingStateAndReasonCode(ContactId contact, Strin... method receiveVideoSharingInvitation (line 220) | public void receiveVideoSharingInvitation(VideoStreamingSession sessio... method getConfiguration (line 243) | @Override method shareVideo (line 272) | @Override method getVideoSharing (line 342) | public IVideoSharing getVideoSharing(String sharingId) throws RemoteEx... method addVideoSharingInvitationRejected (line 379) | public void addVideoSharingInvitationRejected(ContactId contact, Video... method addEventListener2 (line 393) | public void addEventListener2(IVideoSharingListener listener) throws R... method removeEventListener2 (line 422) | public void removeEventListener2(IVideoSharingListener listener) throw... method getServiceVersion (line 451) | public int getServiceVersion() { method getCommonConfiguration (line 460) | public ICommonServiceConfiguration getCommonConfiguration() { method deleteVideoSharings (line 470) | public void deleteVideoSharings() throws RemoteException { method deleteVideoSharings2 (line 481) | public void deleteVideoSharings2(ContactId contact) throws RemoteExcep... method deleteVideoSharing (line 495) | public void deleteVideoSharing(String sharingId) throws RemoteException { method broadcastDeleted (line 502) | public void broadcastDeleted(ContactId contact, Set sharingIds) { FILE: core/src/com/gsma/rcs/service/broadcaster/CapabilitiesBroadcaster.java class CapabilitiesBroadcaster (line 33) | public class CapabilitiesBroadcaster { method CapabilitiesBroadcaster (line 41) | public CapabilitiesBroadcaster() { method broadcastCapabilitiesReceivedForAllContacts (line 44) | private void broadcastCapabilitiesReceivedForAllContacts(ContactId con... method broadcastCapabilitiesReceivedOnPerContact (line 60) | private void broadcastCapabilitiesReceivedOnPerContact(ContactId contact, method addCapabilitiesListener (line 81) | public void addCapabilitiesListener(ICapabilitiesListener listener) { method removeCapabilitiesListener (line 85) | public void removeCapabilitiesListener(ICapabilitiesListener listener) { method addContactCapabilitiesListener (line 89) | public void addContactCapabilitiesListener(ContactId contact, ICapabil... method removeContactCapabilitiesListener (line 99) | public void removeContactCapabilitiesListener(ContactId contact, ICapa... method broadcastCapabilitiesReceived (line 107) | public void broadcastCapabilitiesReceived(ContactId contact, Capabilit... FILE: core/src/com/gsma/rcs/service/broadcaster/FileUploadEventBroadcaster.java class FileUploadEventBroadcaster (line 37) | public class FileUploadEventBroadcaster implements IFileUploadEventBroad... method FileUploadEventBroadcaster (line 43) | public FileUploadEventBroadcaster() { method addEventListener (line 46) | public void addEventListener(IFileUploadListener listener) { method removeEventListener (line 50) | public void removeEventListener(IFileUploadListener listener) { method broadcastStateChanged (line 54) | @Override method broadcastProgressUpdate (line 70) | @Override method broadcastUploaded (line 86) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/GeolocSharingEventBroadcaster.java class GeolocSharingEventBroadcaster (line 42) | public class GeolocSharingEventBroadcaster implements IGeolocSharingEven... method GeolocSharingEventBroadcaster (line 48) | public GeolocSharingEventBroadcaster() { method addEventListener (line 51) | public void addEventListener(IGeolocSharingListener listener) { method removeEventListener (line 55) | public void removeEventListener(IGeolocSharingListener listener) { method broadcastStateChanged (line 59) | @Override method broadcastProgressUpdate (line 78) | @Override method broadcastInvitation (line 95) | @Override method broadcastDeleted (line 104) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/GroupChatEventBroadcaster.java class GroupChatEventBroadcaster (line 45) | public class GroupChatEventBroadcaster implements IGroupChatEventBroadca... method GroupChatEventBroadcaster (line 51) | public GroupChatEventBroadcaster() { method addGroupChatEventListener (line 54) | public void addGroupChatEventListener(IGroupChatListener listener) { method removeGroupChatEventListener (line 58) | public void removeGroupChatEventListener(IGroupChatListener listener) { method broadcastMessageStatusChanged (line 62) | @Override method broadcastMessageGroupDeliveryInfoChanged (line 81) | @Override method broadcastParticipantStatusChanged (line 99) | @Override method broadcastStateChanged (line 116) | @Override method broadcastComposingEvent (line 134) | @Override method broadcastInvitation (line 149) | @Override method broadcastMessageReceived (line 158) | @Override method broadcastMessagesDeleted (line 168) | @Override method broadcastGroupChatsDeleted (line 184) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/GroupFileTransferBroadcaster.java class GroupFileTransferBroadcaster (line 43) | public class GroupFileTransferBroadcaster implements IGroupFileTransferB... method GroupFileTransferBroadcaster (line 49) | public GroupFileTransferBroadcaster() { method addGroupFileTransferListener (line 52) | public void addGroupFileTransferListener(IGroupFileTransferListener li... method removeGroupFileTransferListener (line 56) | public void removeGroupFileTransferListener(IGroupFileTransferListener... method broadcastStateChanged (line 60) | @Override method broadcastProgressUpdate (line 79) | @Override method broadcastDeliveryInfoChanged (line 96) | @Override method broadcastInvitation (line 115) | @Override method broadcastFileTransfersDeleted (line 124) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/IFileUploadEventBroadcaster.java type IFileUploadEventBroadcaster (line 31) | public interface IFileUploadEventBroadcaster { method broadcastStateChanged (line 33) | void broadcastStateChanged(String uploadId, State state); method broadcastProgressUpdate (line 35) | void broadcastProgressUpdate(String uploadId, long currentSize, long t... method broadcastUploaded (line 37) | void broadcastUploaded(String uploadId, FileUploadInfo info); FILE: core/src/com/gsma/rcs/service/broadcaster/IGeolocSharingEventBroadcaster.java type IGeolocSharingEventBroadcaster (line 29) | public interface IGeolocSharingEventBroadcaster { method broadcastStateChanged (line 31) | void broadcastStateChanged(ContactId contact, String sharingId, State ... method broadcastProgressUpdate (line 34) | void broadcastProgressUpdate(ContactId contact, String sharingId, long... method broadcastInvitation (line 37) | void broadcastInvitation(String sharingId); method broadcastDeleted (line 39) | void broadcastDeleted(ContactId contact, Set sharingIds); FILE: core/src/com/gsma/rcs/service/broadcaster/IGroupChatEventBroadcaster.java type IGroupChatEventBroadcaster (line 33) | public interface IGroupChatEventBroadcaster { method broadcastMessageStatusChanged (line 35) | void broadcastMessageStatusChanged(String chatId, String mimeType, Str... method broadcastMessageGroupDeliveryInfoChanged (line 38) | void broadcastMessageGroupDeliveryInfoChanged(String chatId, ContactId... method broadcastParticipantStatusChanged (line 42) | void broadcastParticipantStatusChanged(String chatId, ContactId contact, method broadcastStateChanged (line 45) | void broadcastStateChanged(String chatId, State state, GroupChat.Reaso... method broadcastComposingEvent (line 47) | void broadcastComposingEvent(String chatId, ContactId contact, boolean... method broadcastInvitation (line 49) | void broadcastInvitation(String chatId); method broadcastMessageReceived (line 51) | void broadcastMessageReceived(String mimeType, String msgId); method broadcastMessagesDeleted (line 53) | void broadcastMessagesDeleted(String chatId, Set msgIds); method broadcastGroupChatsDeleted (line 55) | void broadcastGroupChatsDeleted(Set chatIds); FILE: core/src/com/gsma/rcs/service/broadcaster/IGroupFileTransferBroadcaster.java type IGroupFileTransferBroadcaster (line 30) | public interface IGroupFileTransferBroadcaster { method broadcastStateChanged (line 32) | void broadcastStateChanged(String chatId, String transferId, State sta... method broadcastProgressUpdate (line 34) | void broadcastProgressUpdate(String chatId, String transferId, long cu... method broadcastDeliveryInfoChanged (line 36) | void broadcastDeliveryInfoChanged(String chatId, ContactId contact, St... method broadcastInvitation (line 39) | void broadcastInvitation(String fileTransferId); method broadcastFileTransfersDeleted (line 41) | void broadcastFileTransfersDeleted(String chatId, Set transfer... FILE: core/src/com/gsma/rcs/service/broadcaster/IImageSharingEventBroadcaster.java type IImageSharingEventBroadcaster (line 29) | public interface IImageSharingEventBroadcaster { method broadcastStateChanged (line 31) | void broadcastStateChanged(ContactId contact, String sharingId, State ... method broadcastProgressUpdate (line 34) | void broadcastProgressUpdate(ContactId contact, String sharingId, long... method broadcastInvitation (line 37) | void broadcastInvitation(String sharingId); method broadcastDeleted (line 39) | void broadcastDeleted(ContactId contact, Set sharingIds); FILE: core/src/com/gsma/rcs/service/broadcaster/IMultimediaMessagingSessionEventBroadcaster.java type IMultimediaMessagingSessionEventBroadcaster (line 28) | public interface IMultimediaMessagingSessionEventBroadcaster { method broadcastMessageReceived (line 30) | void broadcastMessageReceived(ContactId contact, String sessionId, byt... method broadcastStateChanged (line 33) | void broadcastStateChanged(ContactId contact, String sessionId, State ... method broadcastInvitation (line 36) | void broadcastInvitation(String sessionId, Intent msrpSessionInvite); method broadcastMessagesFlushed (line 38) | void broadcastMessagesFlushed(ContactId contact, String sessionId); FILE: core/src/com/gsma/rcs/service/broadcaster/IMultimediaStreamingSessionEventBroadcaster.java type IMultimediaStreamingSessionEventBroadcaster (line 28) | public interface IMultimediaStreamingSessionEventBroadcaster { method broadcastPayloadReceived (line 30) | void broadcastPayloadReceived(ContactId contact, String sessionId, byt... method broadcastStateChanged (line 32) | void broadcastStateChanged(ContactId contact, String sessionId, State ... method broadcastInvitation (line 35) | void broadcastInvitation(String sessionId, Intent rtpSessionInvite); FILE: core/src/com/gsma/rcs/service/broadcaster/IOneToOneChatEventBroadcaster.java type IOneToOneChatEventBroadcaster (line 29) | public interface IOneToOneChatEventBroadcaster { method broadcastMessageStatusChanged (line 31) | void broadcastMessageStatusChanged(ContactId contact, String mimeType,... method broadcastComposingEvent (line 34) | void broadcastComposingEvent(ContactId contact, boolean status); method broadcastMessageReceived (line 36) | void broadcastMessageReceived(String mimeType, String msgId); method broadcastMessagesDeleted (line 38) | void broadcastMessagesDeleted(ContactId contact, Set msgIds); FILE: core/src/com/gsma/rcs/service/broadcaster/IOneToOneFileTransferBroadcaster.java type IOneToOneFileTransferBroadcaster (line 29) | public interface IOneToOneFileTransferBroadcaster { method broadcastStateChanged (line 31) | void broadcastStateChanged(ContactId contact, String transferId, State... method broadcastProgressUpdate (line 34) | void broadcastProgressUpdate(ContactId contact, String transferId, lon... method broadcastInvitation (line 37) | void broadcastInvitation(String fileTransferId); method broadcastFileTransferDeleted (line 39) | void broadcastFileTransferDeleted(ContactId contact, Set filet... FILE: core/src/com/gsma/rcs/service/broadcaster/IRcsServiceRegistrationEventBroadcaster.java type IRcsServiceRegistrationEventBroadcaster (line 25) | public interface IRcsServiceRegistrationEventBroadcaster { method broadcastServiceRegistered (line 27) | void broadcastServiceRegistered(); method broadcastServiceUnRegistered (line 29) | void broadcastServiceUnRegistered(ReasonCode reasonCode); FILE: core/src/com/gsma/rcs/service/broadcaster/IVideoSharingEventBroadcaster.java type IVideoSharingEventBroadcaster (line 29) | public interface IVideoSharingEventBroadcaster { method broadcastStateChanged (line 31) | void broadcastStateChanged(ContactId contact, String sharingId, State ... method broadcastInvitation (line 34) | void broadcastInvitation(String sharingId); method broadcastDeleted (line 36) | void broadcastDeleted(ContactId contact, Set sharingIds); FILE: core/src/com/gsma/rcs/service/broadcaster/ImageSharingEventBroadcaster.java class ImageSharingEventBroadcaster (line 42) | public class ImageSharingEventBroadcaster implements IImageSharingEventB... method ImageSharingEventBroadcaster (line 48) | public ImageSharingEventBroadcaster() { method addEventListener (line 51) | public void addEventListener(IImageSharingListener listener) { method removeEventListener (line 55) | public void removeEventListener(IImageSharingListener listener) { method broadcastStateChanged (line 59) | @Override method broadcastProgressUpdate (line 78) | @Override method broadcastInvitation (line 95) | @Override method broadcastDeleted (line 104) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/MultimediaMessagingSessionEventBroadcaster.java class MultimediaMessagingSessionEventBroadcaster (line 38) | public class MultimediaMessagingSessionEventBroadcaster implements method MultimediaMessagingSessionEventBroadcaster (line 45) | public MultimediaMessagingSessionEventBroadcaster() { method addMultimediaMessagingEventListener (line 48) | public void addMultimediaMessagingEventListener(IMultimediaMessagingSe... method removeMultimediaMessagingEventListener (line 52) | public void removeMultimediaMessagingEventListener(IMultimediaMessagin... method broadcastMessageReceived (line 56) | @Override method broadcastStateChanged (line 80) | @Override method broadcastInvitation (line 99) | @Override method broadcastMessagesFlushed (line 108) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/MultimediaStreamingSessionEventBroadcaster.java class MultimediaStreamingSessionEventBroadcaster (line 38) | public class MultimediaStreamingSessionEventBroadcaster implements method MultimediaStreamingSessionEventBroadcaster (line 45) | public MultimediaStreamingSessionEventBroadcaster() { method addMultimediaStreamingEventListener (line 48) | public void addMultimediaStreamingEventListener(IMultimediaStreamingSe... method removeMultimediaStreamingEventListener (line 52) | public void removeMultimediaStreamingEventListener(IMultimediaStreamin... method broadcastPayloadReceived (line 56) | @Override method broadcastStateChanged (line 72) | @Override method broadcastInvitation (line 91) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/OneToOneChatEventBroadcaster.java class OneToOneChatEventBroadcaster (line 42) | public class OneToOneChatEventBroadcaster implements IOneToOneChatEventB... method OneToOneChatEventBroadcaster (line 48) | public OneToOneChatEventBroadcaster() { method addOneToOneChatEventListener (line 51) | public void addOneToOneChatEventListener(IOneToOneChatListener listene... method removeOneToOneChatEventListener (line 55) | public void removeOneToOneChatEventListener(IOneToOneChatListener list... method broadcastMessageStatusChanged (line 59) | @Override method broadcastComposingEvent (line 78) | @Override method broadcastMessageReceived (line 93) | @Override method broadcastMessagesDeleted (line 104) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/OneToOneFileTransferBroadcaster.java class OneToOneFileTransferBroadcaster (line 42) | public class OneToOneFileTransferBroadcaster implements IOneToOneFileTra... method OneToOneFileTransferBroadcaster (line 48) | public OneToOneFileTransferBroadcaster() { method addOneToOneFileTransferListener (line 51) | public void addOneToOneFileTransferListener(IOneToOneFileTransferListe... method removeOneToOneFileTransferListener (line 55) | public void removeOneToOneFileTransferListener(IOneToOneFileTransferLi... method broadcastStateChanged (line 59) | @Override method broadcastProgressUpdate (line 78) | @Override method broadcastInvitation (line 95) | @Override method broadcastFileTransferDeleted (line 105) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/RcsServiceRegistrationEventBroadcaster.java class RcsServiceRegistrationEventBroadcaster (line 32) | public class RcsServiceRegistrationEventBroadcaster implements method RcsServiceRegistrationEventBroadcaster (line 39) | public RcsServiceRegistrationEventBroadcaster() { method addEventListener (line 42) | public void addEventListener(IRcsServiceRegistrationListener listener) { method removeEventListener (line 46) | public void removeEventListener(IRcsServiceRegistrationListener listen... method broadcastServiceRegistered (line 50) | @Override method broadcastServiceUnRegistered (line 65) | @Override FILE: core/src/com/gsma/rcs/service/broadcaster/VideoSharingEventBroadcaster.java class VideoSharingEventBroadcaster (line 42) | public class VideoSharingEventBroadcaster implements IVideoSharingEventB... method VideoSharingEventBroadcaster (line 48) | public VideoSharingEventBroadcaster() { method addEventListener (line 51) | public void addEventListener(IVideoSharingListener listener) { method removeEventListener (line 55) | public void removeEventListener(IVideoSharingListener listener) { method broadcastStateChanged (line 59) | @Override method broadcastInvitation (line 78) | @Override method broadcastDeleted (line 87) | @Override FILE: core/src/com/gsma/rcs/service/permissions/PermissionsAlertDialog.java class PermissionsAlertDialog (line 36) | public class PermissionsAlertDialog extends Activity { method onCreate (line 52) | @Override method askPermissions (line 62) | public void askPermissions() { method getNotGrantedPermissions (line 77) | private Set getNotGrantedPermissions() { method onRequestPermissionsResult (line 89) | @Override method sendResponse (line 110) | public void sendResponse(boolean allPermissionGranted) { FILE: core/src/com/gsma/rcs/service/permissions/PermissionsManager.java class PermissionsManager (line 28) | public class PermissionsManager { method PermissionsManager (line 39) | private PermissionsManager() { method getInstance (line 47) | public static PermissionsManager getInstance() { method requestForPermissionsAndWaitResponse (line 65) | public boolean requestForPermissionsAndWaitResponse(Context context) { method responseReceived (line 84) | public void responseReceived(boolean hasPermissions) { FILE: core/src/com/gsma/rcs/utils/Base64.java class Base64 (line 40) | public class Base64 { method isBase64 (line 139) | private static boolean isBase64(byte octect) { method encodeBase64 (line 155) | public static byte[] encodeBase64(byte[] binaryData) { method encodeBase64 (line 168) | private static byte[] encodeBase64(byte[] binaryData, boolean isChunke... method decodeBase64 (line 290) | public static byte[] decodeBase64(byte[] base64Data) { method discardNonBase64 (line 358) | private static byte[] discardNonBase64(byte[] data) { method encodeBase64ToString (line 380) | public static String encodeBase64ToString(byte[] data) { FILE: core/src/com/gsma/rcs/utils/CloseableUtils.java class CloseableUtils (line 30) | public class CloseableUtils { method tryToClose (line 47) | public static IOException tryToClose(Closeable c) { FILE: core/src/com/gsma/rcs/utils/ContactUtil.java class ContactUtil (line 33) | public class ContactUtil { class PhoneNumber (line 42) | public final static class PhoneNumber { method PhoneNumber (line 50) | PhoneNumber(String number) { method getNumber (line 59) | public String getNumber() { method getValidPhoneNumberFromUri (line 70) | public static PhoneNumber getValidPhoneNumberFromUri(String uri) { method getValidPhoneNumberFromAndroid (line 97) | public static PhoneNumber getValidPhoneNumberFromAndroid(String contac... method createContactIdFromValidatedData (line 120) | public static ContactId createContactIdFromValidatedData(PhoneNumber p... method createContactIdFromTrustedData (line 148) | public static ContactId createContactIdFromTrustedData(String phoneNum... FILE: core/src/com/gsma/rcs/utils/DatabaseUtils.java class DatabaseUtils (line 25) | public class DatabaseUtils { method appendIdWithSelectionArgs (line 43) | public static String[] appendIdWithSelectionArgs(String id, String[] s... method appendSelectionArgs (line 53) | private static String[] appendSelectionArgs(String[] selectionArgs, method parseMode (line 63) | public static int parseMode(String mode) { FILE: core/src/com/gsma/rcs/utils/DateUtils.java class DateUtils (line 34) | public class DateUtils { method encodeDate (line 54) | public static String encodeDate(long date) { method decodeDate (line 66) | public static long decodeDate(String date) { FILE: core/src/com/gsma/rcs/utils/DeviceUtils.java class DeviceUtils (line 40) | public class DeviceUtils { method getDeviceUUID (line 66) | public static UUID getDeviceUUID(Context ctx) { method generateUUID (line 84) | public static UUID generateUUID() { method getImei (line 94) | private static String getImei(Context ctx) { method getInstanceId (line 122) | public static String getInstanceId(Context ctx, RcsSettings rcsSetting... FILE: core/src/com/gsma/rcs/utils/FifoBuffer.java class FifoBuffer (line 28) | public class FifoBuffer { method addObject (line 44) | public synchronized void addObject(Object obj) { method getObject (line 55) | public synchronized Object getObject() { method getObject (line 80) | public synchronized Object getObject(int timeout) { method close (line 101) | public synchronized void close() { method size (line 111) | public int size() { method clean (line 118) | public void clean(int size) { FILE: core/src/com/gsma/rcs/utils/FileUtils.java class FileUtils (line 53) | public class FileUtils { method copyFileToDirectory (line 66) | public static void copyFileToDirectory(File srcFile, File destDir, boo... method getOldestFile (line 123) | public static File getOldestFile(final File[] files) { method deleteDirectory (line 146) | public static void deleteDirectory(File dir) throws IOException { method getFileName (line 176) | public static String getFileName(Context ctx, Uri file) { method getFileSize (line 211) | public static long getFileSize(Context ctx, Uri file) { method isReadFromUriPossible (line 242) | public static boolean isReadFromUriPossible(Context ctx, Uri file) { method copyFile (line 296) | private static void copyFile(Uri source, Uri destination) throws IOExc... method getMimeTypeFromFile (line 315) | private static String getMimeTypeFromFile(Context ctx, Uri file) { method getDurationFromFile (line 336) | public static long getDurationFromFile(Context ctx, Uri file) { method createCopyOfSentFile (line 362) | public static Uri createCopyOfSentFile(Uri file, RcsSettings rcsSettin... method getMimeType (line 391) | public static String getMimeType(Uri file) { method getMimeTypeFromExtension (line 429) | public static String getMimeTypeFromExtension(String pathOrFilename) { FILE: core/src/com/gsma/rcs/utils/HexadecimalUtils.java class HexadecimalUtils (line 26) | public class HexadecimalUtils { method hexStringToByteArray (line 34) | public static byte[] hexStringToByteArray(String s) { method byteArrayToHexString (line 61) | public static String byteArrayToHexString(byte[] bytes) { FILE: core/src/com/gsma/rcs/utils/IdGenerator.java class IdGenerator (line 28) | public class IdGenerator { method increment (line 75) | private static synchronized int increment() { method encode64 (line 87) | private static String encode64(long time, int counter) { method getIdentifier (line 111) | public static synchronized String getIdentifier() { method generateMessageID (line 131) | public static synchronized String generateMessageID() { FILE: core/src/com/gsma/rcs/utils/InetAddressUtils.java class InetAddressUtils (line 37) | public class InetAddressUtils { method InetAddressUtils (line 39) | private InetAddressUtils() { method isIPv4Address (line 51) | public static boolean isIPv4Address(final String input) { method isIPv6StdAddress (line 55) | public static boolean isIPv6StdAddress(final String input) { method isIPv6HexCompressedAddress (line 59) | public static boolean isIPv6HexCompressedAddress(final String input) { method isIPv6Address (line 63) | public static boolean isIPv6Address(final String input) { FILE: core/src/com/gsma/rcs/utils/IntentUtils.java class IntentUtils (line 26) | public class IntentUtils { method tryToSetReceiverForegroundFlag (line 33) | public static void tryToSetReceiverForegroundFlag(Intent intent) { method sendBroadcastEvent (line 51) | public static void sendBroadcastEvent(Context context, String action) { FILE: core/src/com/gsma/rcs/utils/IpAddressUtils.java class IpAddressUtils (line 26) | public class IpAddressUtils { method extractHostAddress (line 34) | public static String extractHostAddress(String host) { FILE: core/src/com/gsma/rcs/utils/MimeManager.java class MimeManager (line 38) | public class MimeManager { method MimeManager (line 65) | private MimeManager() { method getInstance (line 74) | public static MimeManager getInstance() { method loadMap (line 113) | private void loadMap(String extension, String mimeType) { method isMimeTypeSupported (line 134) | public boolean isMimeTypeSupported(String mimeType) { method getMimeTypeFromMap (line 139) | private String getMimeTypeFromMap(String extension) { method getMimeType (line 149) | public String getMimeType(String extension) { method getSupportedImageMimeTypes (line 166) | public Set getSupportedImageMimeTypes() { method getExtensionFromMimeType (line 176) | public String getExtensionFromMimeType(String mimeType) { method getFileExtension (line 193) | public static String getFileExtension(String path) { method isImageType (line 206) | public static boolean isImageType(String mime) { method isVideoType (line 216) | public static boolean isVideoType(String mime) { method isAudioType (line 226) | public static boolean isAudioType(String mime) { method isVCardType (line 236) | public static boolean isVCardType(String mime) { method isGeolocType (line 247) | public static boolean isGeolocType(String mime) { FILE: core/src/com/gsma/rcs/utils/NetworkRessourceManager.java class NetworkRessourceManager (line 34) | public class NetworkRessourceManager { method generateLocalSipPort (line 51) | public static synchronized int generateLocalSipPort(RcsSettings rcsSet... method getDefaultNumber (line 70) | private static int getDefaultNumber(int minRange, int maxRange) { method generateLocalRtpPort (line 81) | public static synchronized int generateLocalRtpPort(RcsSettings rcsSet... method generateLocalMsrpPort (line 91) | public static synchronized int generateLocalMsrpPort(RcsSettings rcsSe... method generateLocalUdpPort (line 101) | private static int generateLocalUdpPort(int portBase) { method isLocalUdpPortFree (line 122) | private static boolean isLocalUdpPortFree(int port) { method generateLocalTcpPort (line 141) | private static int generateLocalTcpPort(int portBase) { method isLocalTcpPortFree (line 161) | private static boolean isLocalTcpPortFree(int port) { method isValidIpAddress (line 181) | public static boolean isValidIpAddress(String ipAddress) { method ipToInt (line 196) | public static int ipToInt(String addr) { FILE: core/src/com/gsma/rcs/utils/NetworkUtils.java class NetworkUtils (line 37) | public class NetworkUtils { method getNetworkAccessType (line 73) | public static int getNetworkAccessType() { method getNetworkSubType (line 96) | private static int getNetworkSubType(int subType) { FILE: core/src/com/gsma/rcs/utils/PeriodicRefresher.java class PeriodicRefresher (line 44) | public abstract class PeriodicRefresher { method PeriodicRefresher (line 66) | public PeriodicRefresher() { method periodicProcessing (line 81) | public abstract void periodicProcessing() throws PayloadException, Net... method startTimer (line 90) | public void startTimer(long currentTime, long expirePeriod) { method startTimer (line 101) | public synchronized void startTimer(long currentTime, long expirePerio... method stopTimer (line 125) | public synchronized void stopTimer() { class KeepAlive (line 146) | private class KeepAlive extends BroadcastReceiver { method onReceive (line 147) | public void onReceive(Context context, Intent intent) { FILE: core/src/com/gsma/rcs/utils/PhoneUtils.java class PhoneUtils (line 38) | public class PhoneUtils { method initialize (line 77) | public static synchronized void initialize(RcsSettings rcsSettings) { method formatContactIdToUri (line 87) | public static Uri formatContactIdToUri(ContactId contactId) { method extractNumberFromUriWithoutFormatting (line 108) | static String extractNumberFromUriWithoutFormatting(String uri) { method extractUriFromSipHeader (line 160) | public static String extractUriFromSipHeader(String header) { FILE: core/src/com/gsma/rcs/utils/StorageUtils.java class StorageUtils (line 29) | public class StorageUtils { method hasExternalStorage (line 39) | public static boolean hasExternalStorage() { method getExternalStorageFreeSpace (line 50) | public static long getExternalStorageFreeSpace() { FILE: core/src/com/gsma/rcs/utils/StringUtils.java class StringUtils (line 33) | public class StringUtils { method truncate (line 52) | public static String truncate(String text, int truncatedLength) { method encodeXML (line 75) | public static String encodeXML(String text) { method decodeXML (line 110) | public static String decodeXML(String text) { method removeQuotes (line 130) | public static String removeQuotes(String input) { method isEmpty (line 143) | public static boolean isEmpty(String str) { method join (line 154) | public static String join(Iterable s, String d... method equals (line 171) | public static boolean equals(String str1, String str2) { FILE: core/src/com/gsma/rcs/utils/TimerUtils.java class TimerUtils (line 32) | public class TimerUtils { method setExactTimer (line 42) | public static void setExactTimer(AlarmManager alarmManager, long trigg... FILE: core/src/com/gsma/rcs/utils/logger/Appender.java class Appender (line 26) | public abstract class Appender { method Appender (line 30) | public Appender() { method printTrace (line 40) | public abstract void printTrace(String classname, int level, String tr... FILE: core/src/com/gsma/rcs/utils/logger/Logger.java class Logger (line 29) | public class Logger { method Logger (line 92) | private Logger(String classname) { method isActivated (line 106) | public boolean isActivated() { method debug (line 115) | public void debug(String trace) { method info (line 124) | public void info(String trace) { method warn (line 133) | public void warn(String trace) { method warn (line 143) | public void warn(String trace, Throwable e) { method error (line 153) | public void error(String trace) { method error (line 163) | public void error(String trace, Throwable e) { method fatal (line 173) | public void fatal(String trace) { method fatal (line 183) | public void fatal(String trace, Throwable e) { method printTrace (line 195) | private void printTrace(String trace, int level) { method getLogger (line 213) | public static synchronized Logger getLogger(String classname) { FILE: core/src/com/telekom/bouncycastle/wrapper/SimpleContentSignerBuilder.java class SimpleContentSignerBuilder (line 43) | public class SimpleContentSignerBuilder { method SimpleContentSignerBuilder (line 48) | public SimpleContentSignerBuilder() { method build (line 52) | public ContentSigner build(PrivateKey privateKey) throws OperatorCreat... class SignatureOutputStream (line 83) | private class SignatureOutputStream extends OutputStream { method SignatureOutputStream (line 86) | SignatureOutputStream(Signature sig) { method write (line 90) | public void write(byte[] bytes, int off, int len) throws IOException { method write (line 99) | public void write(byte[] bytes) throws IOException { method write (line 108) | public void write(int b) throws IOException { method getSignature (line 117) | byte[] getSignature() throws SignatureException { FILE: core/tests/src/com/gsma/rcs/InitTest.java class InitTest (line 34) | public class InitTest extends AndroidTestCase { method setUp (line 40) | protected void setUp() throws Exception { method testGetMyCountryAreaCode (line 52) | public void testGetMyCountryAreaCode() throws RcsPermissionDeniedExcep... FILE: core/tests/src/com/gsma/rcs/RcsSettingsMock.java class RcsSettingsMock (line 31) | public class RcsSettingsMock { method getMockSettings (line 36) | public static RcsSettings getMockSettings(Context context) throws RcsP... method restoreSettings (line 46) | public static void restoreSettings() { FILE: core/tests/src/com/gsma/rcs/chat/ChatSdpUtilsTest.java class ChatSdpUtilsTest (line 30) | public class ChatSdpUtilsTest extends AndroidTestCase { method testbuildChatSDP (line 32) | public void testbuildChatSDP() { FILE: core/tests/src/com/gsma/rcs/chat/ConferenceInfoParserTest.java class ConferenceInfoParserTest (line 36) | public class ConferenceInfoParserTest extends AndroidTestCase { method testGetConferenceInfo (line 107) | public void testGetConferenceInfo() throws ParserConfigurationExceptio... FILE: core/tests/src/com/gsma/rcs/chat/ImdnParserTest.java class ImdnParserTest (line 37) | public class ImdnParserTest extends AndroidTestCase { method testGetImdnDocument (line 47) | public void testGetImdnDocument() throws SAXException, ParserConfigura... FILE: core/tests/src/com/gsma/rcs/chat/IsComposingParserTest.java class IsComposingParserTest (line 37) | public class IsComposingParserTest extends AndroidTestCase { method testIsComposingParserActive (line 57) | public void testIsComposingParserActive() throws ParseFailureException... method testIsComposingParserIdle (line 69) | public void testIsComposingParserIdle() throws ParseFailureException, ... FILE: core/tests/src/com/gsma/rcs/chat/ResourceListParserTest.java class ResourceListParserTest (line 36) | public class ResourceListParserTest extends AndroidTestCase { method testGetResourceListDocument (line 48) | public void testGetResourceListDocument() throws ParserConfigurationEx... FILE: core/tests/src/com/gsma/rcs/contact/ContactManagerTest.java class ContactManagerTest (line 51) | public class ContactManagerTest extends AndroidTestCase { method setUp (line 59) | protected void setUp() throws Exception { method tearDown (line 72) | protected void tearDown() throws Exception { method testCreateMyContact (line 78) | public void testCreateMyContact() throws ContactManagerException { method testGetRcsContactInfo (line 88) | public void testGetRcsContactInfo() throws ContactManagerException, Fi... method testGetContactCapabilities (line 116) | public void testGetContactCapabilities() throws ContactManagerExceptio... method testDisplayName (line 139) | public void testDisplayName() throws ContactManagerException, FileAcce... method testUpdateCapabilitiesTimeLastRequest (line 146) | public void testUpdateCapabilitiesTimeLastRequest() throws Interrupted... method testUpdateCapabilitiesTimeLastResponse (line 162) | public void testUpdateCapabilitiesTimeLastResponse() throws Interrupte... method testBlockedContact (line 178) | public void testBlockedContact() throws ContactManagerException, FileA... method createRcsContact (line 184) | public CapabilitiesBuilder createRcsContact() throws ContactManagerExc... method testDeleteRCSEntries (line 216) | public void testDeleteRCSEntries() throws ContactManagerException, Fil... FILE: core/tests/src/com/gsma/rcs/cpim/CpimIdentityTest.java class CpimIdentityTest (line 25) | public class CpimIdentityTest extends InstrumentationTestCase { method testInvalidUri (line 27) | public void testInvalidUri() { method testSipUri (line 38) | public void testSipUri() { method testTelUriWithDisplayName (line 45) | public void testTelUriWithDisplayName() { method testTelUriWithDisplayNameBis (line 53) | public void testTelUriWithDisplayNameBis() { method testTelUriWithAcceptContact (line 61) | public void testTelUriWithAcceptContact() { FILE: core/tests/src/com/gsma/rcs/cpim/CpimParserTest.java class CpimParserTest (line 22) | public class CpimParserTest extends AndroidTestCase { method testCpimParserString (line 85) | public final void testCpimParserString() { method testCpimParserStringWithBlankContent (line 101) | public final void testCpimParserStringWithBlankContent() { method testMultipart (line 117) | public final void testMultipart() { FILE: core/tests/src/com/gsma/rcs/dns/DnsTest.java class DnsTest (line 37) | public class DnsTest extends AndroidTestCase { method testDnsLib (line 41) | public void testDnsLib() { method testDnsResolution (line 67) | public void testDnsResolution() { method resolveImsProxyConfiguration (line 71) | private void resolveImsProxyConfiguration(String imsProxyAddr, String ... method getDnsNAPTR (line 146) | private Record[] getDnsNAPTR(String domain) { method getDnsSRV (line 174) | private Record[] getDnsSRV(String domain) { method getDnsA (line 202) | private String getDnsA(String domain) { method getBestDnsSRV (line 216) | private SRVRecord getBestDnsSRV(Record[] records) { FILE: core/tests/src/com/gsma/rcs/im/chat/ChatLogTest.java class ChatLogTest (line 38) | public class ChatLogTest extends AndroidTestCase { method setUp (line 44) | protected void setUp() throws Exception { method testGetParticipants (line 51) | public void testGetParticipants() throws RcsPermissionDeniedException { FILE: core/tests/src/com/gsma/rcs/im/chat/ChatMessageTest.java class ChatMessageTest (line 62) | public class ChatMessageTest extends AndroidTestCase { method setUp (line 77) | protected void setUp() throws Exception { method tearDown (line 95) | @Override method testTextMessage (line 101) | public void testTextMessage() throws PayloadException, IOException, SQ... method testGeolocMessage (line 150) | public void testGeolocMessage() throws PayloadException, IOException, ... method formatSipUri (line 209) | private Uri formatSipUri(String path) { method testChatMessageDeliveryExpiration (line 213) | public void testChatMessageDeliveryExpiration() throws PayloadException { method verifyMessageLogEntries (line 224) | private void verifyMessageLogEntries(Cursor cursor, List msgId... method testClearChatMessageDeliveryExpiration (line 235) | public void testClearChatMessageDeliveryExpiration() throws PayloadExc... method testMarkMessageAsRead (line 256) | public void testMarkMessageAsRead() { FILE: core/tests/src/com/gsma/rcs/im/chat/GeolocInfoXmlParserTest.java class GeolocInfoXmlParserTest (line 36) | public class GeolocInfoXmlParserTest extends AndroidTestCase { method testGeolocXmlParser (line 56) | public void testGeolocXmlParser() throws ParseFailureException, SAXExc... FILE: core/tests/src/com/gsma/rcs/im/chat/MessageLogTest.java class MessageLogTest (line 49) | public class MessageLogTest extends AndroidTestCase { method setUp (line 60) | protected void setUp() throws Exception { method tearDown (line 74) | protected void tearDown() throws Exception { method testAddGroupChatEvent (line 80) | public void testAddGroupChatEvent() { method testGetGroupChatEventsSimpleCase (line 129) | public void testGetGroupChatEventsSimpleCase() { method testGetGroupChatEventsMultipleEntriesForSameContact (line 151) | public void testGetGroupChatEventsMultipleEntriesForSameContact() { FILE: core/tests/src/com/gsma/rcs/im/filetransfer/FileTransferLogTest.java class FileTransferLogTest (line 60) | public class FileTransferLogTest extends AndroidTestCase { method setUp (line 85) | protected void setUp() throws Exception { method tearDown (line 101) | protected void tearDown() throws Exception { method testAddFileTransfer (line 107) | public void testAddFileTransfer() { method testAddOutgoingGroupFileTransfer (line 191) | public void testAddOutgoingGroupFileTransfer() { method testAddIncomingGroupFileTransfer (line 281) | public void testAddIncomingGroupFileTransfer() { method testFileTransferDeliveryExpiration (line 365) | public void testFileTransferDeliveryExpiration() { method verifyFileTransferLogEntries (line 374) | private void verifyFileTransferLogEntries(Cursor cursor, List ... method testClearFileTransferDeliveryExpiration (line 385) | public void testClearFileTransferDeliveryExpiration() { method isFileTransferRead (line 406) | public Boolean isFileTransferRead(String msgId) { method testMarkFileTransferAsRead (line 428) | public void testMarkFileTransferAsRead() { FILE: core/tests/src/com/gsma/rcs/im/filetransfer/FileTransferSdpUtilsTest.java class FileTransferSdpUtilsTest (line 32) | public class FileTransferSdpUtilsTest extends TestCase { method testbuildFtSDP (line 36) | public void testbuildFtSDP() { FILE: core/tests/src/com/gsma/rcs/im/filetransfer/FileTransferXmlParserTest.java class FileTransferXmlParserTest (line 42) | public class FileTransferXmlParserTest extends AndroidTestCase { method setUp (line 85) | protected void setUp() throws Exception { method tearDown (line 90) | @Override method testFileTransferXmlParserAudioMessage (line 96) | public void testFileTransferXmlParserAudioMessage() throws ParseFailur... method testFileTransferXmlParserFileImageWithoutIcon (line 113) | public void testFileTransferXmlParserFileImageWithoutIcon() throws Par... method testFileTransferXmlParserFileImageWithIcon (line 130) | public void testFileTransferXmlParserFileImageWithIcon() throws ParseF... method testCreateHttpFileTransferXml (line 152) | public void testCreateHttpFileTransferXml() { FILE: core/tests/src/com/gsma/rcs/provider/UserProfilePersistedStorageUtilTest.java class UserProfilePersistedStorageUtilTest (line 34) | public class UserProfilePersistedStorageUtilTest extends AndroidTestCase { method listOfSavedAccounts (line 53) | private static File[] listOfSavedAccounts(final File databasesDir) { method setUp (line 72) | protected void setUp() throws Exception { method tearDown (line 91) | protected void tearDown() throws Exception { method testBackupAccount (line 95) | public void testBackupAccount() throws InterruptedException, IOExcepti... method testCleanBackups (line 125) | public void testCleanBackups() throws InterruptedException, IOExceptio... method testRestoreDb (line 161) | public void testRestoreDb() throws IOException, RcsAccountException { FILE: core/tests/src/com/gsma/rcs/richcall/VideoSdpTest.java class VideoSdpTest (line 40) | public class VideoSdpTest extends AndroidTestCase { method setUp (line 44) | protected void setUp() throws Exception { method tearDown (line 68) | @Override method testCreateSdp (line 74) | public void testCreateSdp() { method testParseSdp (line 99) | public void testParseSdp() { FILE: core/tests/src/com/gsma/rcs/utils/Base64Test.java class Base64Test (line 23) | public class Base64Test extends AndroidTestCase { method testBase64 (line 25) | public final void testBase64() { FILE: core/tests/src/com/gsma/rcs/utils/ContactUtilMockContext.java class ContactUtilMockContext (line 33) | public class ContactUtilMockContext extends MockContext { method ContactUtilMockContext (line 41) | public ContactUtilMockContext(Context context) { method getResources (line 45) | @Override FILE: core/tests/src/com/gsma/rcs/utils/DateUtilsTest.java class DateUtilsTest (line 29) | public class DateUtilsTest extends AndroidTestCase { method testEncodeDecode (line 31) | @SuppressWarnings("deprecation") FILE: core/tests/src/com/gsma/rcs/utils/IpAddressUtilsTest.java class IpAddressUtilsTest (line 30) | public class IpAddressUtilsTest extends AndroidTestCase { method testExtractHostAddress (line 32) | public void testExtractHostAddress() { FILE: core/tests/src/com/gsma/rcs/utils/NetworkRessourceMangerTest.java class NetworkRessourceMangerTest (line 32) | public class NetworkRessourceMangerTest extends AndroidTestCase { method setUp (line 36) | protected void setUp() throws Exception { method tearDown (line 43) | @Override method testPortSelection (line 49) | public void testPortSelection() { FILE: core/tests/src/com/gsma/service/rcs/GeolocTest.java class GeolocTest (line 27) | public class GeolocTest extends AndroidTestCase { method testgetGeolocInvalidData (line 29) | public void testgetGeolocInvalidData() { method testgetGeolocMissingData (line 38) | public void testgetGeolocMissingData() { method testgetGeoloc (line 46) | public void testgetGeoloc() { method testgetGeolocNoLabel (line 56) | public void testgetGeolocNoLabel() { FILE: core/tests/src/com/gsma/service/rcs/capabilities/CapabilitiesTest.java class CapabilitiesTest (line 30) | public class CapabilitiesTest extends AndroidTestCase { method setUp (line 48) | protected void setUp() throws Exception { method testCapabilitiesNullSet (line 63) | public void testCapabilitiesNullSet() { method testCapabilities (line 75) | public void testCapabilities() { method capabilitiesIsEqual (line 87) | public static boolean capabilitiesIsEqual(Capabilities cap1, Capabilit... FILE: core/tests/src/com/gsma/service/rcs/capabilities/ServiceExtensionManagerTest.java class ServiceExtensionManagerTest (line 30) | public class ServiceExtensionManagerTest extends AndroidTestCase { method setUp (line 34) | protected void setUp() throws Exception { method testGetExtensions (line 41) | public void testGetExtensions() { method testGetExtensionsEmptyTokens (line 48) | public void testGetExtensionsEmptyTokens() { FILE: core/tests/src/com/gsma/service/rcs/contacts/ContactUtilTest.java class ContactUtilTest (line 29) | public class ContactUtilTest extends AndroidTestCase { method setUp (line 31) | protected void setUp() throws Exception { method tearDown (line 38) | @Override method testGetValidPhoneNumberFromUri (line 44) | public void testGetValidPhoneNumberFromUri() { FILE: core/tests/src/com/gsma/service/rcs/contacts/ContactUtilsTest.java class ContactUtilsTest (line 30) | public class ContactUtilsTest extends AndroidTestCase { method setUp (line 37) | protected void setUp() throws Exception { method testIsValidContactNull (line 48) | public void testIsValidContactNull() { method testIsValidContactInvalidLength (line 56) | public void testIsValidContactInvalidLength() throws RcsPermissionDeni... method testIsValidContactInvalidLength_min (line 60) | public void testIsValidContactInvalidLength_min() throws RcsPermission... method testIsValidContactInvalidLength_max (line 64) | public void testIsValidContactInvalidLength_max() throws RcsPermission... method testIsValidContactInvalidCharacter (line 68) | public void testIsValidContactInvalidCharacter() throws RcsPermissionD... method testIsValidContactWrongAreaCode (line 72) | public void testIsValidContactWrongAreaCode() throws RcsPermissionDeni... method testIsValidContactNormalCase_1 (line 76) | public void testIsValidContactNormalCase_1() throws RcsPermissionDenie... method testIsValidContactNormalCase_2 (line 81) | public void testIsValidContactNormalCase_2() throws RcsPermissionDenie... method testIsValidContactNormalCase_3 (line 85) | public void testIsValidContactNormalCase_3() throws RcsPermissionDenie... method testIsValidContactNormalCase_4 (line 89) | public void testIsValidContactNormalCase_4() throws RcsPermissionDenie... method testIsValidContactNormalCase_5 (line 94) | public void testIsValidContactNormalCase_5() throws RcsPermissionDenie... method testIsValidContactNormalCase_6 (line 99) | public void testIsValidContactNormalCase_6() throws RcsPermissionDenie... method testIsValidContactNormalCase_7 (line 104) | public void testIsValidContactNormalCase_7() throws RcsPermissionDenie... method testIsValidContactNormalCase_8 (line 109) | public void testIsValidContactNormalCase_8() throws RcsPermissionDenie... method testFormatContactIdNull (line 114) | public void testFormatContactIdNull() throws RcsPermissionDeniedExcept... method testFormatContactIdWithInternationalNumbering (line 122) | public void testFormatContactIdWithInternationalNumbering() throws Rcs... method testFormatContactIdWithLocalNumbering (line 129) | public void testFormatContactIdWithLocalNumbering() throws RcsPermissi... method testFormatContactIdWithLocalNumberingButDifferentCountryAreaCode (line 138) | public void testFormatContactIdWithLocalNumberingButDifferentCountryAr... method testFormatContactIdWithPrefixedInternationalNumbering (line 152) | public void testFormatContactIdWithPrefixedInternationalNumbering() method testGetMyCountryAreaCode (line 162) | public void testGetMyCountryAreaCode() throws RcsPermissionDeniedExcep... FILE: core/tests/src/com/gsma/service/rcs/contacts/RcsContactTest.java class RcsContactTest (line 34) | public class RcsContactTest extends AndroidTestCase { method setUp (line 44) | protected void setUp() throws Exception { method testRcsContactContactNull (line 67) | public void testRcsContactContactNull() { method testRcsContactCapabilitiesNull (line 79) | public void testRcsContactCapabilitiesNull() { method testRcsContactDisplayNameNull (line 90) | public void testRcsContactDisplayNameNull() { method testRcsContact (line 102) | public void testRcsContact() { method rcsContactIsEqual (line 114) | private boolean rcsContactIsEqual(RcsContact rcs1, RcsContact rcs2) { FILE: core/tests/src/com/gsma/service/rcs/history/HistoryLogTest.java class HistoryLogTest (line 71) | public class HistoryLogTest extends AndroidTestCase { class MyContentProvider (line 172) | static class MyContentProvider extends ContentProvider { method onCreate (line 174) | @Override method query (line 179) | @Override method getType (line 192) | @Override method insert (line 197) | @Override method delete (line 202) | @Override method update (line 207) | @Override method getContentProvider (line 214) | ContentProvider getContentProvider(ContentResolver resolver, Uri uri) { method setUp (line 229) | protected void setUp() throws Exception { method getContext (line 313) | public Context getContext() { method tearDown (line 317) | protected void tearDown() throws Exception { method getRemoteContact (line 322) | private ContactId getRemoteContact() throws RcsPermissionDeniedExcepti... method addOutgoingFileTransferSharing (line 326) | private void addOutgoingFileTransferSharing() throws RcsPermissionDeni... method addOutgoingOneToOneChatMessages (line 333) | private void addOutgoingOneToOneChatMessages(String... ids) method addOutgoingImageSharing (line 349) | private void addOutgoingImageSharing() throws RcsPermissionDeniedExcep... method addOutgoingVideoSharing (line 355) | private void addOutgoingVideoSharing() throws RcsPermissionDeniedExcep... method addOutgoingGeolocSharing (line 361) | private void addOutgoingGeolocSharing() throws RcsPermissionDeniedExce... method addItems (line 367) | private void addItems() throws RcsPermissionDeniedException, PayloadEx... method getUriWithAllInternalProviders (line 375) | private Uri getUriWithAllInternalProviders() { method verifyHistoryLogEntries (line 381) | private void verifyHistoryLogEntries(Cursor cursor) { method verifyChatLogEntry (line 421) | private void verifyChatLogEntry(Cursor cursor) { method createHistoryUri (line 431) | private static Uri createHistoryUri(int... providerIds) { method getExternalColumnMapping (line 441) | private static Map getExternalColumnMapping() { method testQueryHistoryLogProviderWithoutProjection (line 451) | public void testQueryHistoryLogProviderWithoutProjection() throws RcsP... method testQueryHistoryLogProviderWithProjection (line 462) | public void testQueryHistoryLogProviderWithProjection() throws RcsPerm... method testQueryHistoryLogProviderWithSelection (line 474) | public void testQueryHistoryLogProviderWithSelection() throws RcsPermi... method testQueryHistoryLogProviderWithSelectionArgs (line 486) | public void testQueryHistoryLogProviderWithSelectionArgs() throws RcsP... method testQueryHistoryLogProviderWithSelectionEmpty (line 498) | public void testQueryHistoryLogProviderWithSelectionEmpty() method testQueryHistoryLogProviderWithSelectionNotEmpty (line 510) | public void testQueryHistoryLogProviderWithSelectionNotEmpty() method testQueryHistoryLogProviderWithSort (line 522) | public void testQueryHistoryLogProviderWithSort() throws RcsPermission... method testRegisterInvalidExtraHistoryLogMember_badproviderid (line 548) | public void testRegisterInvalidExtraHistoryLogMember_badproviderid() method testRegisterExtraHistoryLogMemberWithForbiddenDatabases (line 563) | public void testRegisterExtraHistoryLogMemberWithForbiddenDatabases() method testRegisterExtraHistoryLogMemberWithMappingNull (line 586) | public void testRegisterExtraHistoryLogMemberWithMappingNull() method testUnregisterInvalidExtraHistoryLogMember (line 600) | public void testUnregisterInvalidExtraHistoryLogMember() { method testSQLInjection_selection (line 608) | public void testSQLInjection_selection() throws RemoteException, RcsPe... method testSQLInjection_sort (line 632) | public void testSQLInjection_sort() throws RemoteException, RcsPermiss... method testSQLInjection_tablename (line 645) | public void testSQLInjection_tablename() throws RemoteException, RcsPe... FILE: core/tests/src/com/gsma/service/rcs/upload/FileUploadInfoTest.java class FileUploadInfoTest (line 33) | public class FileUploadInfoTest extends AndroidTestCase { method setUp (line 56) | protected void setUp() throws Exception { method testFileUploadInfoNull (line 69) | public void testFileUploadInfoNull() { method testFileUploadInfo (line 87) | public void testFileUploadInfo() { method tearDown (line 111) | protected void tearDown() throws Exception { FILE: libs/api/src/main/java/com/gsma/services/rcs/CommonServiceConfiguration.java class CommonServiceConfiguration (line 34) | public class CommonServiceConfiguration { type MessagingMode (line 41) | public enum MessagingMode { method MessagingMode (line 68) | MessagingMode(int value) { method toInt (line 77) | public final int toInt() { method valueOf (line 87) | public static MessagingMode valueOf(int value) { type MessagingMethod (line 102) | public enum MessagingMethod { method MessagingMethod (line 125) | MessagingMethod(int value) { method toInt (line 134) | public final int toInt() { method valueOf (line 144) | public static MessagingMethod valueOf(int value) { type MinimumBatteryLevel (line 158) | public enum MinimumBatteryLevel { method MinimumBatteryLevel (line 185) | MinimumBatteryLevel(int value) { method toInt (line 194) | public final int toInt() { method valueOf (line 204) | public static MinimumBatteryLevel valueOf(int value) { method CommonServiceConfiguration (line 221) | CommonServiceConfiguration(ICommonServiceConfiguration iConfig) { method isConfigValid (line 231) | public boolean isConfigValid() throws RcsGenericException { method getMyDisplayName (line 247) | public String getMyDisplayName() throws RcsGenericException { method setMyDisplayName (line 263) | public void setMyDisplayName(String name) throws RcsPersistentStorageE... method getMyContactId (line 281) | public ContactId getMyContactId() throws RcsGenericException { method getMessagingUX (line 296) | public MessagingMode getMessagingUX() throws RcsGenericException { method getMinimumBatteryLevel (line 312) | public MinimumBatteryLevel getMinimumBatteryLevel() throws RcsGenericE... method setMinimumBatteryLevel (line 328) | public void setMinimumBatteryLevel(MinimumBatteryLevel level) throws R... method getDefaultMessagingMethod (line 343) | public MessagingMethod getDefaultMessagingMethod() throws RcsGenericEx... method setDefaultMessagingMethod (line 358) | public void setDefaultMessagingMethod(MessagingMethod method) throws R... FILE: libs/api/src/main/java/com/gsma/services/rcs/Geoloc.java class Geoloc (line 34) | public class Geoloc implements Parcelable, Serializable { method Geoloc (line 60) | public Geoloc(String label, double latitude, double longitude, long ex... method Geoloc (line 75) | public Geoloc(String geoloc) { method Geoloc (line 94) | public Geoloc(Parcel source) { method describeContents (line 109) | public int describeContents() { method writeToParcel (line 120) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 134) | public Geoloc createFromParcel(Parcel source) { method newArray (line 138) | public Geoloc[] newArray(int size) { method getLabel (line 148) | public String getLabel() { method getLatitude (line 157) | public double getLatitude() { method getLongitude (line 166) | public double getLongitude() { method getExpiration (line 175) | public long getExpiration() { method getAccuracy (line 184) | public float getAccuracy() { method toString (line 193) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/Intents.java class Intents (line 30) | public class Intents { class Service (line 34) | public static class Service { method Service (line 110) | private Service() { class Chat (line 117) | public static class Chat { method Chat (line 146) | private Chat() { class FileTransfer (line 153) | public static class FileTransfer { method FileTransfer (line 176) | private FileTransfer() { method Intents (line 180) | private Intents() { FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsGenericException.java class RcsGenericException (line 30) | public class RcsGenericException extends RcsServiceException { method RcsGenericException (line 39) | public RcsGenericException(String message) { method RcsGenericException (line 50) | public RcsGenericException(Throwable cause) { method RcsGenericException (line 62) | public RcsGenericException(String message, Throwable cause) { method assertException (line 77) | public static void assertException(Exception e) throws RcsGenericExcep... FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsIllegalArgumentException.java class RcsIllegalArgumentException (line 29) | public class RcsIllegalArgumentException extends IllegalArgumentException { method RcsIllegalArgumentException (line 43) | public RcsIllegalArgumentException(String message) { method RcsIllegalArgumentException (line 55) | public RcsIllegalArgumentException(String message, Throwable cause) { method assertException (line 70) | public static void assertException(Exception e) throws RcsIllegalArgum... method isIntendedException (line 84) | private static boolean isIntendedException(Exception e, Class clazz) { method extractServerException (line 96) | private static String extractServerException(Exception e) { FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsMaxAllowedSessionLimitReachedException.java class RcsMaxAllowedSessionLimitReachedException (line 28) | public class RcsMaxAllowedSessionLimitReachedException extends RcsServic... method RcsMaxAllowedSessionLimitReachedException (line 37) | public RcsMaxAllowedSessionLimitReachedException(String message) { method RcsMaxAllowedSessionLimitReachedException (line 49) | public RcsMaxAllowedSessionLimitReachedException(String message, Throw... method assertException (line 64) | public static void assertException(Exception e) FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsPermissionDeniedException.java class RcsPermissionDeniedException (line 35) | public class RcsPermissionDeniedException extends RcsServiceException { method RcsPermissionDeniedException (line 44) | public RcsPermissionDeniedException(String message) { method RcsPermissionDeniedException (line 56) | public RcsPermissionDeniedException(String message, Throwable cause) { method assertException (line 71) | public static void assertException(Exception e) throws RcsPermissionDe... FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsPersistentStorageException.java class RcsPersistentStorageException (line 29) | public class RcsPersistentStorageException extends RcsServiceException { method RcsPersistentStorageException (line 38) | public RcsPersistentStorageException(String message) { method RcsPersistentStorageException (line 50) | public RcsPersistentStorageException(String message, Throwable cause) { method assertException (line 65) | public static void assertException(Exception e) throws RcsPersistentSt... FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsService.java class RcsService (line 39) | public abstract class RcsService { class Build (line 60) | public static class Build { class VERSION_CODES (line 64) | public static class VERSION_CODES { method VERSION_CODES (line 80) | private VERSION_CODES() { method Build (line 101) | private Build() { type Direction (line 109) | public enum Direction { method Direction (line 135) | Direction(int value) { method toInt (line 144) | public final int toInt() { method valueOf (line 154) | public static Direction valueOf(int value) { type ReadStatus (line 167) | public enum ReadStatus { method ReadStatus (line 186) | ReadStatus(int value) { method toInt (line 195) | public final int toInt() { method valueOf (line 205) | public static ReadStatus valueOf(int value) { method RcsService (line 244) | public RcsService(Context ctx, RcsServiceListener listener) { method callApiMethod (line 260) | private Object callApiMethod(String method, Object param, method setApi (line 286) | protected void setApi(IInterface api) { method connect (line 295) | public abstract void connect() throws RcsPermissionDeniedException; method disconnect (line 300) | public abstract void disconnect(); method isServiceConnected (line 307) | public boolean isServiceConnected() { method getServiceVersion (line 319) | public int getServiceVersion() throws RcsServiceNotAvailableException,... method isServiceRegistered (line 342) | public boolean isServiceRegistered() throws RcsServiceNotAvailableExce... method getServiceRegistrationReasonCode (line 362) | public RcsServiceRegistration.ReasonCode getServiceRegistrationReasonC... method addEventListener (line 383) | public void addEventListener(RcsServiceRegistrationListener listener) method removeEventListener (line 409) | public void removeEventListener(RcsServiceRegistrationListener listener) method getCommonConfiguration (line 437) | public CommonServiceConfiguration getCommonConfiguration() FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceControl.java class RcsServiceControl (line 42) | public class RcsServiceControl { method RcsServiceControl (line 65) | private RcsServiceControl(Context ctx) { method getInstance (line 78) | public static RcsServiceControl getInstance(Context ctx) { class IntentUtils (line 97) | private static class IntentUtils { method tryToSetExcludeStoppedPackagesFlag (line 104) | private static void tryToSetExcludeStoppedPackagesFlag(Intent intent) { method tryToSetReceiverForegroundFlag (line 113) | private static void tryToSetReceiverForegroundFlag(Intent intent) { method generateIsCompatibeIntent (line 126) | private Intent generateIsCompatibeIntent(String service) { method generateSetActivationModeIntent (line 138) | private Intent generateSetActivationModeIntent(boolean active) { class SyncBroadcastReceiver (line 144) | private class SyncBroadcastReceiver extends BroadcastReceiver { method onReceive (line 147) | @Override method queryRcsStackByIntent (line 163) | private Bundle queryRcsStackByIntent(Intent intent) throws RcsGenericE... method trySetIntentForActivePackageAndReceiverInForeground (line 207) | private void trySetIntentForActivePackageAndReceiverInForeground(Inten... method isAvailable (line 217) | public boolean isAvailable() { method isActivationModeChangeable (line 233) | public boolean isActivationModeChangeable() throws RcsGenericException { method isActivated (line 254) | public boolean isActivated() throws RcsGenericException { method setActivationMode (line 276) | public void setActivationMode(boolean active) throws RcsPermissionDeni... method isCompatible (line 302) | public boolean isCompatible(RcsService service) throws RcsGenericExcep... method isServiceStarted (line 323) | public boolean isServiceStarted() throws RcsGenericException { FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceException.java class RcsServiceException (line 32) | public class RcsServiceException extends Exception { method RcsServiceException (line 46) | public RcsServiceException(String message) { method RcsServiceException (line 57) | public RcsServiceException(Throwable cause) { method RcsServiceException (line 69) | public RcsServiceException(String message, Throwable cause) { method isIntendedException (line 81) | protected static boolean isIntendedException(Exception e, Class cla... method extractServerException (line 92) | protected static String extractServerException(Exception e) { FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceListener.java type RcsServiceListener (line 28) | public interface RcsServiceListener { type ReasonCode (line 32) | enum ReasonCode { method ReasonCode (line 58) | ReasonCode(int value) { method toInt (line 67) | public final int toInt() { method valueOf (line 77) | public static ReasonCode valueOf(int value) { method onServiceConnected (line 93) | void onServiceConnected(); method onServiceDisconnected (line 102) | void onServiceDisconnected(ReasonCode reasonCode); FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceNotAvailableException.java class RcsServiceNotAvailableException (line 34) | public class RcsServiceNotAvailableException extends RcsServiceException { method RcsServiceNotAvailableException (line 48) | public RcsServiceNotAvailableException() { method RcsServiceNotAvailableException (line 57) | public RcsServiceNotAvailableException(String message) { FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceNotRegisteredException.java class RcsServiceNotRegisteredException (line 39) | public class RcsServiceNotRegisteredException extends RcsServiceException { method RcsServiceNotRegisteredException (line 48) | public RcsServiceNotRegisteredException(String message) { method RcsServiceNotRegisteredException (line 60) | public RcsServiceNotRegisteredException(String message, Throwable caus... method assertException (line 75) | public static void assertException(Exception e) throws RcsServiceNotRe... FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceRegistration.java class RcsServiceRegistration (line 28) | public class RcsServiceRegistration { type ReasonCode (line 32) | public enum ReasonCode { method ReasonCode (line 57) | ReasonCode(int value) { method toInt (line 66) | public final int toInt() { method valueOf (line 76) | public static ReasonCode valueOf(int value) { method RcsServiceRegistration (line 87) | private RcsServiceRegistration() { FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceRegistrationListener.java class RcsServiceRegistrationListener (line 26) | public abstract class RcsServiceRegistrationListener { method onServiceRegistered (line 31) | public abstract void onServiceRegistered(); method onServiceUnregistered (line 38) | public abstract void onServiceUnregistered(RcsServiceRegistration.Reas... FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsServiceRegistrationListenerImpl.java class RcsServiceRegistrationListenerImpl (line 28) | public class RcsServiceRegistrationListenerImpl extends IRcsServiceRegis... method RcsServiceRegistrationListenerImpl (line 34) | RcsServiceRegistrationListenerImpl(RcsServiceRegistrationListener list... method onServiceRegistered (line 38) | @Override method onServiceUnregistered (line 43) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/RcsUnsupportedOperationException.java class RcsUnsupportedOperationException (line 29) | public class RcsUnsupportedOperationException extends UnsupportedOperati... method RcsUnsupportedOperationException (line 43) | public RcsUnsupportedOperationException(String message) { method RcsUnsupportedOperationException (line 55) | public RcsUnsupportedOperationException(String message, Throwable caus... method assertException (line 70) | public static void assertException(Exception e) throws RcsUnsupportedO... method isIntendedException (line 84) | private static boolean isIntendedException(Exception e, Class clazz) { method extractServerException (line 96) | private static String extractServerException(Exception e) { FILE: libs/api/src/main/java/com/gsma/services/rcs/capability/Capabilities.java class Capabilities (line 36) | public class Capabilities implements Parcelable { method Capabilities (line 115) | public Capabilities(boolean imageSharing, boolean videoSharing, boolea... method Capabilities (line 134) | public Capabilities(Parcel source) { method describeContents (line 160) | public int describeContents() { method writeToParcel (line 171) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 194) | public Capabilities createFromParcel(Parcel source) { method newArray (line 198) | public Capabilities[] newArray(int size) { method isImageSharingSupported (line 209) | @Deprecated method isVideoSharingSupported (line 220) | @Deprecated method isImSessionSupported (line 231) | @Deprecated method isFileTransferSupported (line 242) | @Deprecated method isGeolocPushSupported (line 253) | @Deprecated method isExtensionSupported (line 264) | public boolean isExtensionSupported(String tag) { method getSupportedExtensions (line 273) | public Set getSupportedExtensions() { method isAutomata (line 282) | public boolean isAutomata() { method getTimestamp (line 291) | public long getTimestamp() { method isCapabilitySupported (line 295) | private int isCapabilitySupported(boolean supported, int capabilityFla... method getSupportedCapabilities (line 304) | private int getSupportedCapabilities() { method hasCapabilities (line 318) | public boolean hasCapabilities(int capabilities) { FILE: libs/api/src/main/java/com/gsma/services/rcs/capability/CapabilitiesListener.java class CapabilitiesListener (line 28) | public abstract class CapabilitiesListener { method onCapabilitiesReceived (line 35) | public abstract void onCapabilitiesReceived(ContactId contact, Capabil... FILE: libs/api/src/main/java/com/gsma/services/rcs/capability/CapabilitiesListenerImpl.java class CapabilitiesListenerImpl (line 31) | public class CapabilitiesListenerImpl extends ICapabilitiesListener.Stub { method CapabilitiesListenerImpl (line 40) | public CapabilitiesListenerImpl(CapabilitiesListener listener) { method onCapabilitiesReceived (line 44) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/capability/CapabilitiesLog.java class CapabilitiesLog (line 33) | public class CapabilitiesLog { method CapabilitiesLog (line 129) | private CapabilitiesLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/capability/CapabilityService.java class CapabilityService (line 61) | public final class CapabilityService extends RcsService { method CapabilityService (line 86) | public CapabilityService(Context ctx, RcsServiceListener listener) { method connect (line 95) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 117) | public void disconnect() { method setApi (line 131) | protected void setApi(IInterface api) { method onServiceConnected (line 140) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 147) | public void onServiceDisconnected(ComponentName className) { method getMyCapabilities (line 173) | public Capabilities getMyCapabilities() throws RcsPersistentStorageExc... method getContactCapabilities (line 199) | public Capabilities getContactCapabilities(ContactId contact) method requestContactCapabilities (line 230) | @Deprecated method requestContactCapabilities (line 263) | public void requestContactCapabilities(Set contacts) method requestAllContactsCapabilities (line 293) | public void requestAllContactsCapabilities() throws RcsServiceNotRegis... method addCapabilitiesListener (line 310) | public void addCapabilitiesListener(CapabilitiesListener listener) method removeCapabilitiesListener (line 333) | public void removeCapabilitiesListener(CapabilitiesListener listener) method addCapabilitiesListener (line 361) | public void addCapabilitiesListener(Set contacts, Capabilit... method removeCapabilitiesListener (line 389) | public void removeCapabilitiesListener(Set contacts, Capabi... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/ChatLog.java class ChatLog (line 47) | public class ChatLog { class GroupChat (line 51) | public static class GroupChat { method getParticipants (line 151) | public static Map getParticipants(Cont... method GroupChat (line 168) | private GroupChat() { class Message (line 175) | public static class Message { class MimeType (line 316) | public static class MimeType { method MimeType (line 333) | private MimeType() { class Content (line 337) | public static class Content { type Status (line 341) | public enum Status { method Status (line 397) | Status(int value) { method toInt (line 401) | public final int toInt() { method valueOf (line 405) | public static Status valueOf(int value) { type ReasonCode (line 418) | public enum ReasonCode { method ReasonCode (line 454) | ReasonCode(int value) { method toInt (line 458) | public final int toInt() { method valueOf (line 462) | public static ReasonCode valueOf(int value) { method Content (line 472) | private Content() { class GroupChatEvent (line 476) | public static class GroupChatEvent { type Status (line 480) | public enum Status { method Status (line 501) | Status(int value) { method toInt (line 505) | public final int toInt() { method valueOf (line 509) | public static Status valueOf(int value) { method GroupChatEvent (line 519) | private GroupChatEvent() { method Message (line 523) | private Message() { method ChatLog (line 527) | private ChatLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/ChatMessage.java class ChatMessage (line 38) | public class ChatMessage { method ChatMessage (line 47) | ChatMessage(IChatMessage chatMessageInf) { method getId (line 57) | public String getId() throws RcsGenericException { method getRemoteContact (line 73) | public ContactId getRemoteContact() throws RcsPersistentStorageExcepti... method getContent (line 89) | public String getContent() throws RcsPersistentStorageException, RcsGe... method getMimeType (line 106) | public String getMimeType() throws RcsPersistentStorageException, RcsG... method getDirection (line 124) | public Direction getDirection() throws RcsPersistentStorageException, ... method getTimestamp (line 142) | public long getTimestamp() throws RcsPersistentStorageException, RcsGe... method getTimestampSent (line 160) | public long getTimestampSent() throws RcsPersistentStorageException, R... method getTimestampDelivered (line 178) | public long getTimestampDelivered() throws RcsPersistentStorageExcepti... method getTimestampDisplayed (line 196) | public long getTimestampDisplayed() throws RcsPersistentStorageExcepti... method getStatus (line 213) | public Status getStatus() throws RcsPersistentStorageException, RcsGen... method getReasonCode (line 230) | public ReasonCode getReasonCode() throws RcsPersistentStorageException... method getChatId (line 247) | public String getChatId() throws RcsPersistentStorageException, RcsGen... method isRead (line 264) | public boolean isRead() throws RcsPersistentStorageException, RcsGener... method isExpiredDelivery (line 284) | public boolean isExpiredDelivery() throws RcsPersistentStorageExceptio... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/ChatService.java class ChatService (line 60) | public final class ChatService extends RcsService { method ChatService (line 77) | public ChatService(Context ctx, RcsServiceListener listener) { method connect (line 86) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 108) | public void disconnect() { method setApi (line 122) | protected void setApi(IInterface api) { method onServiceConnected (line 131) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 138) | public void onServiceDisconnected(ComponentName className) { method getConfiguration (line 162) | public ChatServiceConfiguration getConfiguration() throws RcsServiceNo... method initiateGroupChat (line 189) | public GroupChat initiateGroupChat(Set contacts, String sub... method getOneToOneChat (line 218) | public OneToOneChat getOneToOneChat(ContactId contact) throws RcsServi... method getGroupChat (line 240) | public GroupChat getGroupChat(String chatId) throws RcsServiceNotAvail... method isAllowedToInitiateGroupChat (line 261) | public boolean isAllowedToInitiateGroupChat() throws RcsServiceNotAvai... method isAllowedToInitiateGroupChat (line 284) | public boolean isAllowedToInitiateGroupChat(ContactId contact) method deleteOneToOneChats (line 307) | public void deleteOneToOneChats() throws RcsServiceNotAvailableExcepti... method deleteGroupChats (line 325) | public void deleteGroupChats() throws RcsServiceNotAvailableException,... method deleteOneToOneChat (line 344) | public void deleteOneToOneChat(ContactId contact) throws RcsServiceNot... method deleteGroupChat (line 365) | public void deleteGroupChat(String chatId) throws RcsServiceNotAvailab... method deleteMessage (line 385) | public void deleteMessage(String msgId) throws RcsServiceNotAvailableE... method clearMessageDeliveryExpiration (line 407) | public void clearMessageDeliveryExpiration(Set msgIds) method markMessageAsRead (line 430) | public void markMessageAsRead(String msgId) throws RcsServiceNotAvaila... method addEventListener (line 451) | public void addEventListener(GroupChatListener listener) method removeEventListener (line 476) | public void removeEventListener(GroupChatListener listener) method addEventListener (line 503) | public void addEventListener(OneToOneChatListener listener) method removeEventListener (line 528) | public void removeEventListener(OneToOneChatListener listener) method getChatMessage (line 556) | public ChatMessage getChatMessage(String msgId) throws RcsServiceNotAv... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/ChatServiceConfiguration.java class ChatServiceConfiguration (line 33) | public class ChatServiceConfiguration { method ChatServiceConfiguration (line 43) | ChatServiceConfiguration(IChatServiceConfiguration iConfig) { method isChatWarnSF (line 55) | public boolean isChatWarnSF() throws RcsGenericException { method getIsComposingTimeout (line 70) | public long getIsComposingTimeout() throws RcsGenericException { method getGroupChatMaxParticipants (line 85) | public int getGroupChatMaxParticipants() throws RcsGenericException { method getGroupChatMinParticipants (line 100) | public int getGroupChatMinParticipants() throws RcsGenericException { method getOneToOneChatMessageMaxLength (line 117) | public int getOneToOneChatMessageMaxLength() throws RcsGenericException { method getGroupChatMessageMaxLength (line 134) | public int getGroupChatMessageMaxLength() throws RcsGenericException { method getGroupChatSubjectMaxLength (line 151) | public int getGroupChatSubjectMaxLength() throws RcsGenericException { method isGroupChatSupported (line 166) | public boolean isGroupChatSupported() throws RcsGenericException { method isSmsFallback (line 182) | public boolean isSmsFallback() throws RcsGenericException { method isRespondToDisplayReportsEnabled (line 199) | public boolean isRespondToDisplayReportsEnabled() throws RcsGenericExc... method getGeolocLabelMaxLength (line 214) | public int getGeolocLabelMaxLength() throws RcsGenericException { method getGeolocExpirationTime (line 229) | public long getGeolocExpirationTime() throws RcsGenericException { method setRespondToDisplayReports (line 246) | public void setRespondToDisplayReports(boolean enable) throws RcsGener... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/GroupChat.java class GroupChat (line 46) | public class GroupChat { type State (line 50) | public enum State { method State (line 96) | State(int value) { method toInt (line 105) | public final int toInt() { method valueOf (line 115) | public static State valueOf(int value) { type ParticipantStatus (line 128) | public enum ParticipantStatus { method ParticipantStatus (line 175) | ParticipantStatus(int value) { method toInt (line 179) | public final int toInt() { method valueOf (line 183) | public static ParticipantStatus valueOf(int value) { type ReasonCode (line 196) | public enum ReasonCode { method ReasonCode (line 262) | ReasonCode(int value) { method toInt (line 271) | public final int toInt() { method valueOf (line 281) | public static ReasonCode valueOf(int value) { method GroupChat (line 301) | GroupChat(IGroupChat chatIntf) { method getChatId (line 309) | public String getChatId() throws RcsGenericException { method getDirection (line 326) | public Direction getDirection() throws RcsPersistentStorageException, ... method getState (line 344) | public State getState() throws RcsPersistentStorageException, RcsGener... method getReasonCode (line 362) | public ReasonCode getReasonCode() throws RcsPersistentStorageException... method getRemoteContact (line 379) | public ContactId getRemoteContact() throws RcsPersistentStorageExcepti... method getSubject (line 396) | public String getSubject() throws RcsPersistentStorageException, RcsGe... method getParticipants (line 416) | @SuppressWarnings("unchecked") method getTimestamp (line 445) | public long getTimestamp() throws RcsPersistentStorageException, RcsGe... method isAllowedToSendMessage (line 463) | public boolean isAllowedToSendMessage() throws RcsPersistentStorageExc... method sendMessage (line 483) | public ChatMessage sendMessage(String text) throws RcsPermissionDenied... method sendMessage (line 505) | public ChatMessage sendMessage(Geoloc geoloc) throws RcsPermissionDeni... method setComposingStatus (line 534) | public void setComposingStatus(boolean ongoing) throws RcsGenericExcep... method isAllowedToInviteParticipants (line 550) | public boolean isAllowedToInviteParticipants() throws RcsPersistentSto... method isAllowedToInviteParticipant (line 570) | public boolean isAllowedToInviteParticipant(ContactId participant) method inviteParticipants (line 590) | public void inviteParticipants(Set participants) method getMaxParticipants (line 610) | public int getMaxParticipants() throws RcsGenericException { method isAllowedToLeave (line 626) | public boolean isAllowedToLeave() throws RcsPersistentStorageException... method leave (line 643) | public void leave() throws RcsPersistentStorageException, RcsGenericEx... method openChat (line 660) | public void openChat() throws RcsGenericException { FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/GroupChatIntent.java class GroupChatIntent (line 30) | public class GroupChatIntent { method GroupChatIntent (line 66) | private GroupChatIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/GroupChatListener.java class GroupChatListener (line 39) | public abstract class GroupChatListener { method onStateChanged (line 47) | public abstract void onStateChanged(String chatId, State state, GroupC... method onComposingEvent (line 57) | public abstract void onComposingEvent(String chatId, ContactId contact... method onMessageStatusChanged (line 68) | public abstract void onMessageStatusChanged(String chatId, String mime... method onMessageGroupDeliveryInfoChanged (line 82) | public abstract void onMessageGroupDeliveryInfoChanged(String chatId, ... method onParticipantStatusChanged (line 93) | public abstract void onParticipantStatusChanged(String chatId, Contact... method onDeleted (line 102) | public abstract void onDeleted(Set chatIds); method onMessagesDeleted (line 112) | public abstract void onMessagesDeleted(String chatId, Set msgI... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/GroupChatListenerImpl.java class GroupChatListenerImpl (line 36) | public class GroupChatListenerImpl extends IGroupChatListener.Stub { method GroupChatListenerImpl (line 42) | GroupChatListenerImpl(GroupChatListener listener) { method onStateChanged (line 46) | @Override method onComposingEvent (line 65) | @Override method onMessageStatusChanged (line 71) | @Override method onMessageGroupDeliveryInfoChanged (line 91) | @Override method onParticipantStatusChanged (line 112) | @Override method onDeleted (line 130) | @Override method onMessagesDeleted (line 138) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/OneToOneChat.java class OneToOneChat (line 36) | public class OneToOneChat { method OneToOneChat (line 48) | OneToOneChat(IOneToOneChat chatIntf) { method getRemoteContact (line 58) | public ContactId getRemoteContact() throws RcsGenericException { method isAllowedToSendMessage (line 75) | public boolean isAllowedToSendMessage() throws RcsPersistentStorageExc... method sendMessage (line 94) | public ChatMessage sendMessage(String message) throws RcsPersistentSto... method sendMessage (line 114) | public ChatMessage sendMessage(Geoloc geoloc) throws RcsPersistentStor... method setComposingStatus (line 142) | public void setComposingStatus(boolean ongoing) throws RcsGenericExcep... method openChat (line 157) | public void openChat() throws RcsGenericException { method resendMessage (line 172) | public void resendMessage(String msgId) throws RcsPersistentStorageExc... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/OneToOneChatIntent.java class OneToOneChatIntent (line 30) | public class OneToOneChatIntent { method OneToOneChatIntent (line 70) | private OneToOneChatIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/OneToOneChatListener.java class OneToOneChatListener (line 36) | public abstract class OneToOneChatListener { method onMessageStatusChanged (line 47) | public abstract void onMessageStatusChanged(ContactId contact, String ... method onComposingEvent (line 57) | public abstract void onComposingEvent(ContactId contact, boolean status); method onMessagesDeleted (line 67) | public abstract void onMessagesDeleted(ContactId contact, Set ... FILE: libs/api/src/main/java/com/gsma/services/rcs/chat/OneToOneChatListenerImpl.java class OneToOneChatListenerImpl (line 34) | public class OneToOneChatListenerImpl extends IOneToOneChatListener.Stub { method OneToOneChatListenerImpl (line 40) | OneToOneChatListenerImpl(OneToOneChatListener listener) { method onMessageStatusChanged (line 44) | @Override method onComposingEvent (line 64) | @Override method onMessagesDeleted (line 72) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/contact/ContactId.java class ContactId (line 31) | public class ContactId implements Parcelable, Serializable { method ContactId (line 60) | ContactId(String contact) { method ContactId (line 70) | public ContactId(Parcel source) { method toString (line 74) | @Override method describeContents (line 86) | @Override method writeToParcel (line 98) | @Override method createFromParcel (line 109) | public ContactId createFromParcel(Parcel source) { method newArray (line 113) | public ContactId[] newArray(int size) { method hashCode (line 123) | @Override method equals (line 136) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/contact/ContactProvider.java class ContactProvider (line 26) | public class ContactProvider { method ContactProvider (line 89) | private ContactProvider() { FILE: libs/api/src/main/java/com/gsma/services/rcs/contact/ContactService.java class ContactService (line 53) | public final class ContactService extends RcsService { method ContactService (line 67) | public ContactService(Context ctx, RcsServiceListener listener) { method connect (line 76) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 98) | public void disconnect() { method setApi (line 112) | protected void setApi(IInterface api) { method onServiceConnected (line 121) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 128) | public void onServiceDisconnected(ComponentName className) { method getRcsContact (line 155) | public RcsContact getRcsContact(ContactId contact) throws RcsPersisten... method getRcsContacts (line 179) | public Set getRcsContacts() throws RcsPersistentStorageExc... method getRcsContactsOnline (line 204) | @Deprecated method getRcsContactsSupporting (line 231) | @Deprecated method blockContact (line 257) | public void blockContact(ContactId contact) throws RcsPersistentStorag... method unblockContact (line 279) | public void unblockContact(ContactId contact) throws RcsPersistentStor... FILE: libs/api/src/main/java/com/gsma/services/rcs/contact/ContactUtil.java class ContactUtil (line 51) | public class ContactUtil { method ContactUtil (line 353) | private ContactUtil(Context ctx) { method getInstance (line 363) | public static ContactUtil getInstance(Context context) { method stripSeparators (line 384) | private String stripSeparators(String contact) { method isValidContact (line 404) | public boolean isValidContact(String contact) throws RcsPermissionDeni... method formatContact (line 437) | public ContactId formatContact(String contact) throws RcsPermissionDen... method tryToDetermineAndCacheCountryAndAreaCodes (line 475) | private void tryToDetermineAndCacheCountryAndAreaCodes() throws RcsPer... method getMyCountryCode (line 503) | public String getMyCountryCode() throws RcsPermissionDeniedException { method isMyCountryCodeDefined (line 515) | public boolean isMyCountryCodeDefined() { method getMyCountryAreaCode (line 532) | public String getMyCountryAreaCode() throws RcsPermissionDeniedExcepti... method getVCard (line 551) | public Uri getVCard(Uri contactUri) throws RcsGenericException { FILE: libs/api/src/main/java/com/gsma/services/rcs/contact/RcsContact.java class RcsContact (line 32) | public class RcsContact implements Parcelable { method RcsContact (line 74) | public RcsContact(ContactId contact, boolean online, Capabilities capa... method RcsContact (line 90) | public RcsContact(Parcel source) { method describeContents (line 116) | public int describeContents() { method writeToParcel (line 127) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 152) | public RcsContact createFromParcel(Parcel source) { method newArray (line 156) | public RcsContact[] newArray(int size) { method getContactId (line 166) | public ContactId getContactId() { method isOnline (line 175) | public boolean isOnline() { method getCapabilities (line 184) | public Capabilities getCapabilities() { method getDisplayName (line 193) | public String getDisplayName() { method isBlocked (line 202) | public boolean isBlocked() { method getBlockingTimestamp (line 211) | public long getBlockingTimestamp() { method hashCode (line 218) | @Override method equals (line 229) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/InstantMultimediaMessageIntent.java class InstantMultimediaMessageIntent (line 29) | public class InstantMultimediaMessageIntent { method InstantMultimediaMessageIntent (line 65) | private InstantMultimediaMessageIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaMessagingSession.java class MultimediaMessagingSession (line 37) | public class MultimediaMessagingSession extends MultimediaSession { method MultimediaMessagingSession (line 48) | MultimediaMessagingSession(IMultimediaMessagingSession sessionIntf) { method getSessionId (line 59) | public String getSessionId() throws RcsGenericException { method getRemoteContact (line 74) | public ContactId getRemoteContact() throws RcsGenericException { method getServiceId (line 89) | public String getServiceId() throws RcsGenericException { method getState (line 105) | public State getState() throws RcsGenericException { method getReasonCode (line 121) | public ReasonCode getReasonCode() throws RcsGenericException { method getDirection (line 137) | public Direction getDirection() throws RcsGenericException { method acceptInvitation (line 152) | public void acceptInvitation() throws RcsPermissionDeniedException, Rc... method rejectInvitation (line 168) | public void rejectInvitation() throws RcsPermissionDeniedException, Rc... method abortSession (line 184) | public void abortSession() throws RcsPermissionDeniedException, RcsGen... method sendMessage (line 202) | @Deprecated method sendMessage (line 223) | public void sendMessage(byte[] content, String contentType) method flushMessages (line 241) | public void flushMessages() throws RcsPermissionDeniedException, RcsGe... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaMessagingSessionIntent.java class MultimediaMessagingSessionIntent (line 30) | public class MultimediaMessagingSessionIntent { method MultimediaMessagingSessionIntent (line 48) | private MultimediaMessagingSessionIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaMessagingSessionListener.java class MultimediaMessagingSessionListener (line 34) | public abstract class MultimediaMessagingSessionListener { method onStateChanged (line 43) | public abstract void onStateChanged(ContactId contact, String sessionI... method onMessageReceived (line 56) | @Deprecated method onMessageReceived (line 67) | public abstract void onMessageReceived(ContactId contact, String sessi... method onMessagesFlushed (line 76) | public abstract void onMessagesFlushed(ContactId contact, String sessi... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaMessagingSessionListenerImpl.java class MultimediaMessagingSessionListenerImpl (line 30) | public class MultimediaMessagingSessionListenerImpl extends method MultimediaMessagingSessionListenerImpl (line 37) | MultimediaMessagingSessionListenerImpl(MultimediaMessagingSessionListe... method onStateChanged (line 41) | public void onStateChanged(ContactId contact, String sessionId, int st... method onMessageReceived (line 59) | public void onMessageReceived(ContactId contact, String sessionId, byt... method onMessageReceived2 (line 63) | public void onMessageReceived2(ContactId contact, String sessionId, by... method onMessagesFlushed (line 67) | public void onMessagesFlushed(ContactId contact, String sessionId) { FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaSession.java class MultimediaSession (line 38) | public abstract class MultimediaSession { type State (line 42) | public enum State { method State (line 93) | State(int value) { method toInt (line 97) | public final int toInt() { method valueOf (line 101) | public static State valueOf(int value) { type ReasonCode (line 114) | public enum ReasonCode { method ReasonCode (line 185) | ReasonCode(int value) { method toInt (line 189) | public final int toInt() { method valueOf (line 193) | public static ReasonCode valueOf(int value) { method MultimediaSession (line 206) | MultimediaSession() { method getSessionId (line 215) | public abstract String getSessionId() throws RcsGenericException; method getRemoteContact (line 223) | public abstract ContactId getRemoteContact() throws RcsGenericException; method getServiceId (line 231) | public abstract String getServiceId() throws RcsGenericException; method getState (line 240) | public abstract State getState() throws RcsGenericException; method getDirection (line 249) | public abstract Direction getDirection() throws RcsGenericException; method getReasonCode (line 258) | public abstract ReasonCode getReasonCode() throws RcsGenericException; method acceptInvitation (line 266) | public abstract void acceptInvitation() throws RcsPermissionDeniedExce... method rejectInvitation (line 275) | public abstract void rejectInvitation() throws RcsPermissionDeniedExce... method abortSession (line 284) | public abstract void abortSession() throws RcsPermissionDeniedExceptio... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaSessionService.java class MultimediaSessionService (line 57) | public final class MultimediaSessionService extends RcsService { method MultimediaSessionService (line 75) | public MultimediaSessionService(Context ctx, RcsServiceListener listen... method connect (line 84) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 106) | public void disconnect() { method setApi (line 120) | protected void setApi(IInterface api) { method onServiceConnected (line 129) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 136) | public void onServiceDisconnected(ComponentName className) { method getConfiguration (line 160) | public MultimediaSessionServiceConfiguration getConfiguration() method initiateMessagingSession (line 188) | public MultimediaMessagingSession initiateMessagingSession(String serv... method initiateMessagingSession (line 228) | public MultimediaMessagingSession initiateMessagingSession(String serv... method getMessagingSessions (line 259) | public Set getMessagingSessions(String ser... method getMessagingSession (line 288) | public MultimediaMessagingSession getMessagingSession(String sessionId) method initiateStreamingSession (line 324) | @Deprecated method initiateStreamingSession (line 364) | public MultimediaStreamingSession initiateStreamingSession(String serv... method getStreamingSessions (line 394) | public Set getStreamingSessions(String ser... method getStreamingSession (line 423) | public MultimediaStreamingSession getStreamingSession(String sessionId) method addEventListener (line 448) | public void addEventListener(MultimediaMessagingSessionListener listener) method removeEventListener (line 476) | public void removeEventListener(MultimediaMessagingSessionListener lis... method addEventListener (line 504) | public void addEventListener(MultimediaStreamingSessionListener listener) method removeEventListener (line 532) | public void removeEventListener(MultimediaStreamingSessionListener lis... method sendInstantMultimediaMessage (line 569) | public void sendInstantMultimediaMessage(String serviceId, ContactId c... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaSessionServiceConfiguration.java class MultimediaSessionServiceConfiguration (line 33) | public class MultimediaSessionServiceConfiguration { method MultimediaSessionServiceConfiguration (line 42) | MultimediaSessionServiceConfiguration( method getMessageMaxLength (line 53) | public int getMessageMaxLength() throws RcsGenericException { method getMessagingSessionInactivityTimeout (line 68) | public long getMessagingSessionInactivityTimeout(String serviceId) thr... method isServiceActivated (line 83) | public boolean isServiceActivated(String serviceId) throws RcsGenericE... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaStreamingSession.java class MultimediaStreamingSession (line 37) | public class MultimediaStreamingSession extends MultimediaSession { method MultimediaStreamingSession (line 48) | MultimediaStreamingSession(IMultimediaStreamingSession sessionIntf) { method getSessionId (line 59) | public String getSessionId() throws RcsGenericException { method getRemoteContact (line 74) | public ContactId getRemoteContact() throws RcsGenericException { method getServiceId (line 89) | public String getServiceId() throws RcsGenericException { method getState (line 105) | public State getState() throws RcsGenericException { method getReasonCode (line 121) | public ReasonCode getReasonCode() throws RcsGenericException { method getDirection (line 137) | public Direction getDirection() throws RcsGenericException { method acceptInvitation (line 152) | public void acceptInvitation() throws RcsPermissionDeniedException, Rc... method rejectInvitation (line 167) | public void rejectInvitation() throws RcsPermissionDeniedException, Rc... method abortSession (line 182) | public void abortSession() throws RcsPermissionDeniedException, RcsGen... method sendPayload (line 198) | public void sendPayload(byte[] content) throws RcsPermissionDeniedExce... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaStreamingSessionIntent.java class MultimediaStreamingSessionIntent (line 30) | public class MultimediaStreamingSessionIntent { method MultimediaStreamingSessionIntent (line 48) | private MultimediaStreamingSessionIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaStreamingSessionListener.java class MultimediaStreamingSessionListener (line 34) | public abstract class MultimediaStreamingSessionListener { method onStateChanged (line 43) | public abstract void onStateChanged(ContactId contact, String sessionI... method onPayloadReceived (line 53) | public abstract void onPayloadReceived(ContactId contact, String sessi... FILE: libs/api/src/main/java/com/gsma/services/rcs/extension/MultimediaStreamingSessionListenerImpl.java class MultimediaStreamingSessionListenerImpl (line 30) | public class MultimediaStreamingSessionListenerImpl extends method MultimediaStreamingSessionListenerImpl (line 37) | MultimediaStreamingSessionListenerImpl(MultimediaStreamingSessionListe... method onStateChanged (line 41) | public void onStateChanged(ContactId contact, String sessionId, int st... method onPayloadReceived (line 59) | public void onPayloadReceived(ContactId contact, String sessionId, byt... FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/FileTransfer.java class FileTransfer (line 41) | public class FileTransfer { type Disposition (line 46) | public enum Disposition { method Disposition (line 66) | Disposition(int value) { method toInt (line 75) | public final int toInt() { method valueOf (line 85) | public static Disposition valueOf(int value) { type State (line 98) | public enum State { method State (line 168) | State(int value) { method toInt (line 177) | public final int toInt() { method valueOf (line 187) | public static State valueOf(int value) { type ReasonCode (line 201) | public enum ReasonCode { method ReasonCode (line 322) | ReasonCode(int value) { method toInt (line 331) | public final int toInt() { method valueOf (line 341) | public static ReasonCode valueOf(int value) { method FileTransfer (line 361) | FileTransfer(IFileTransfer transferIntf) { method getChatId (line 372) | public String getChatId() throws RcsPersistentStorageException, RcsGen... method getTransferId (line 388) | public String getTransferId() throws RcsGenericException { method getRemoteContact (line 404) | public ContactId getRemoteContact() throws RcsPersistentStorageExcepti... method getFileName (line 421) | public String getFileName() throws RcsPersistentStorageException, RcsG... method getFileSize (line 438) | public long getFileSize() throws RcsPersistentStorageException, RcsGen... method getMimeType (line 455) | public String getMimeType() throws RcsPersistentStorageException, RcsG... method getFileIcon (line 472) | public Uri getFileIcon() throws RcsPersistentStorageException, RcsGene... method getFileIconMimeType (line 489) | public String getFileIconMimeType() throws RcsPersistentStorageExcepti... method getFile (line 506) | public Uri getFile() throws RcsPersistentStorageException, RcsGenericE... method getState (line 524) | public State getState() throws RcsPersistentStorageException, RcsGener... method getReasonCode (line 543) | public ReasonCode getReasonCode() throws RcsPersistentStorageException... method getDirection (line 561) | public Direction getDirection() throws RcsPersistentStorageException, ... method getTimestamp (line 580) | public long getTimestamp() throws RcsPersistentStorageException, RcsGe... method getTimestampSent (line 599) | public long getTimestampSent() throws RcsPersistentStorageException, R... method getTimestampDelivered (line 617) | public long getTimestampDelivered() throws RcsPersistentStorageExcepti... method getTimestampDisplayed (line 635) | public long getTimestampDisplayed() throws RcsPersistentStorageExcepti... method acceptInvitation (line 652) | public void acceptInvitation() throws RcsPermissionDeniedException, method rejectInvitation (line 671) | public void rejectInvitation() throws RcsPersistentStorageException, method abortTransfer (line 689) | public void abortTransfer() throws RcsPermissionDeniedException, RcsGe... method isAllowedToPauseTransfer (line 706) | public boolean isAllowedToPauseTransfer() throws RcsGenericException { method pauseTransfer (line 721) | public void pauseTransfer() throws RcsPermissionDeniedException, RcsGe... method isAllowedToResumeTransfer (line 740) | public boolean isAllowedToResumeTransfer() throws RcsPersistentStorage... method resumeTransfer (line 758) | public void resumeTransfer() throws RcsPermissionDeniedException, method isAllowedToResendTransfer (line 776) | public boolean isAllowedToResendTransfer() throws RcsPersistentStorage... method resendTransfer (line 794) | public void resendTransfer() throws RcsPermissionDeniedException, RcsG... method isRead (line 811) | public boolean isRead() throws RcsPersistentStorageException, RcsGener... method getFileExpiration (line 828) | public long getFileExpiration() throws RcsPersistentStorageException, ... method getFileIconExpiration (line 845) | public long getFileIconExpiration() throws RcsPersistentStorageExcepti... method isExpiredDelivery (line 865) | public boolean isExpiredDelivery() throws RcsPersistentStorageExceptio... method getDisposition (line 883) | public Disposition getDisposition() throws RcsPersistentStorageExcepti... FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/FileTransferIntent.java class FileTransferIntent (line 30) | public class FileTransferIntent { method FileTransferIntent (line 72) | private FileTransferIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/FileTransferLog.java class FileTransferLog (line 35) | public class FileTransferLog { method FileTransferLog (line 246) | private FileTransferLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/FileTransferService.java class FileTransferService (line 62) | public final class FileTransferService extends RcsService { method FileTransferService (line 81) | public FileTransferService(Context ctx, RcsServiceListener listener) { method connect (line 90) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 112) | public void disconnect() { method setApi (line 126) | protected void setApi(IInterface api) { method onServiceConnected (line 135) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 142) | public void onServiceDisconnected(ComponentName className) { method tryToGrantUriPermissionToStackServices (line 164) | private void tryToGrantUriPermissionToStackServices(Uri file) { method getConfiguration (line 184) | public FileTransferServiceConfiguration getConfiguration() method isAllowedToTransferFile (line 207) | public boolean isAllowedToTransferFile(ContactId contact) throws RcsPe... method transferFile (line 241) | @Deprecated method transferFile (line 265) | public FileTransfer transferFile(ContactId contact, Uri file, Disposit... method isAllowedToTransferFileToGroupChat (line 298) | public boolean isAllowedToTransferFileToGroupChat(String chatId) method transferFileToGroupChat (line 331) | public FileTransfer transferFileToGroupChat(String chatId, Uri file, b... method transferFileToGroupChat (line 352) | public FileTransfer transferFileToGroupChat(String chatId, Uri file, D... method markFileTransferAsRead (line 386) | public void markFileTransferAsRead(String transferId) throws RcsServic... method getFileTransfer (line 409) | public FileTransfer getFileTransfer(String transferId) throws RcsPersi... method addEventListener (line 436) | public void addEventListener(OneToOneFileTransferListener listener) method removeEventListener (line 462) | public void removeEventListener(OneToOneFileTransferListener listener) method addEventListener (line 490) | public void addEventListener(GroupFileTransferListener listener) method removeEventListener (line 515) | public void removeEventListener(GroupFileTransferListener listener) method deleteOneToOneFileTransfers (line 543) | public void deleteOneToOneFileTransfers() throws RcsServiceNotAvailabl... method deleteGroupFileTransfers (line 562) | public void deleteGroupFileTransfers() throws RcsServiceNotAvailableEx... method deleteOneToOneFileTransfers (line 582) | public void deleteOneToOneFileTransfers(ContactId contact) method deleteGroupFileTransfers (line 603) | public void deleteGroupFileTransfers(String chatId) throws RcsServiceN... method deleteFileTransfer (line 625) | public void deleteFileTransfer(String transferId) throws RcsPersistent... method clearFileTransferDeliveryExpiration (line 648) | public void clearFileTransferDeliveryExpiration(Set transferIds) FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/FileTransferServiceConfiguration.java class FileTransferServiceConfiguration (line 37) | public class FileTransferServiceConfiguration { type ImageResizeOption (line 44) | public enum ImageResizeOption { method ImageResizeOption (line 67) | ImageResizeOption(int value) { method toInt (line 76) | public final int toInt() { method valueOf (line 90) | public static ImageResizeOption valueOf(int value) { method FileTransferServiceConfiguration (line 107) | FileTransferServiceConfiguration( method getMaxAudioMessageDuration (line 118) | public long getMaxAudioMessageDuration() throws RcsGenericException { method getWarnSize (line 134) | public long getWarnSize() throws RcsGenericException { method getMaxSize (line 149) | public long getMaxSize() throws RcsGenericException { method isAutoAcceptEnabled (line 164) | public boolean isAutoAcceptEnabled() throws RcsGenericException { method setAutoAccept (line 182) | public void setAutoAccept(boolean enable) throws RcsPersistentStorageE... method isAutoAcceptInRoamingEnabled (line 203) | public boolean isAutoAcceptInRoamingEnabled() throws RcsGenericExcepti... method setAutoAcceptInRoaming (line 222) | public void setAutoAcceptInRoaming(boolean enable) throws RcsPermissio... method isAutoAcceptModeChangeable (line 242) | public boolean isAutoAcceptModeChangeable() throws RcsGenericException { method getMaxFileTransfers (line 257) | public int getMaxFileTransfers() throws RcsGenericException { method getImageResizeOption (line 273) | public ImageResizeOption getImageResizeOption() throws RcsGenericExcep... method setImageResizeOption (line 288) | public void setImageResizeOption(ImageResizeOption option) throws RcsG... method isGroupFileTransferSupported (line 302) | public boolean isGroupFileTransferSupported() throws RcsGenericExcepti... FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/GroupFileTransferListener.java class GroupFileTransferListener (line 27) | public abstract class GroupFileTransferListener { method onStateChanged (line 37) | public abstract void onStateChanged(String chatId, String transferId, ... method onDeliveryInfoChanged (line 50) | public abstract void onDeliveryInfoChanged(String chatId, ContactId co... method onProgressUpdate (line 61) | public abstract void onProgressUpdate(String chatId, String transferId... method onDeleted (line 72) | public abstract void onDeleted(String chatId, Set transferIds); FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/GroupFileTransferListenerImpl.java class GroupFileTransferListenerImpl (line 33) | public class GroupFileTransferListenerImpl extends IGroupFileTransferLis... method GroupFileTransferListenerImpl (line 39) | GroupFileTransferListenerImpl(GroupFileTransferListener listener) { method onStateChanged (line 43) | public void onStateChanged(String chatId, String transferId, int state... method onProgressUpdate (line 61) | @Override method onDeliveryInfoChanged (line 66) | public void onDeliveryInfoChanged(String chatId, ContactId contact, St... method onDeleted (line 89) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/OneToOneFileTransferListener.java class OneToOneFileTransferListener (line 36) | public abstract class OneToOneFileTransferListener { method onStateChanged (line 46) | public abstract void onStateChanged(ContactId contact, String transfer... method onProgressUpdate (line 57) | public abstract void onProgressUpdate(ContactId contact, String transf... method onDeleted (line 68) | public abstract void onDeleted(ContactId contact, Set transfer... FILE: libs/api/src/main/java/com/gsma/services/rcs/filetransfer/OneToOneFileTransferListenerImpl.java class OneToOneFileTransferListenerImpl (line 34) | public class OneToOneFileTransferListenerImpl extends IOneToOneFileTrans... method OneToOneFileTransferListenerImpl (line 40) | OneToOneFileTransferListenerImpl(OneToOneFileTransferListener listener) { method onStateChanged (line 44) | public void onStateChanged(ContactId contact, String transferId, int s... method onProgressUpdate (line 62) | public void onProgressUpdate(ContactId contact, String transferId, lon... method onDeleted (line 70) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/groupdelivery/GroupDeliveryInfo.java class GroupDeliveryInfo (line 24) | public class GroupDeliveryInfo { type Status (line 29) | public enum Status { method Status (line 67) | Status(int value) { method toInt (line 71) | public final int toInt() { method valueOf (line 75) | public static Status valueOf(int value) { type ReasonCode (line 88) | public enum ReasonCode { method ReasonCode (line 114) | ReasonCode(int value) { method toInt (line 118) | public final int toInt() { method valueOf (line 122) | public static ReasonCode valueOf(int value) { method GroupDeliveryInfo (line 132) | private GroupDeliveryInfo() { FILE: libs/api/src/main/java/com/gsma/services/rcs/groupdelivery/GroupDeliveryInfoLog.java class GroupDeliveryInfoLog (line 25) | public class GroupDeliveryInfoLog { method GroupDeliveryInfoLog (line 99) | private GroupDeliveryInfoLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/history/HistoryLog.java class HistoryLog (line 26) | public class HistoryLog { method HistoryLog (line 223) | private HistoryLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/history/HistoryService.java class HistoryService (line 43) | public final class HistoryService extends RcsService { method HistoryService (line 55) | public HistoryService(Context ctx, RcsServiceListener listener) { method connect (line 64) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 86) | public void disconnect() { method setApi (line 100) | protected void setApi(IInterface service) { method onServiceConnected (line 109) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 116) | public void onServiceDisconnected(ComponentName className) { method registerExtraHistoryLogMember (line 144) | public void registerExtraHistoryLogMember(int providerId, Uri provider... method unregisterExtraHistoryLogMember (line 166) | public void unregisterExtraHistoryLogMember(int providerId) method createUniqueId (line 187) | public long createUniqueId(int providerId) throws RcsServiceNotAvailab... FILE: libs/api/src/main/java/com/gsma/services/rcs/history/HistoryUriBuilder.java class HistoryUriBuilder (line 24) | public class HistoryUriBuilder { method HistoryUriBuilder (line 28) | public HistoryUriBuilder(Uri historyLogUri) { method appendProvider (line 38) | public HistoryUriBuilder appendProvider(int providerId) { method build (line 48) | public Uri build() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/geoloc/GeolocSharing.java class GeolocSharing (line 39) | public class GeolocSharing { type State (line 44) | public enum State { method State (line 100) | State(int value) { method toInt (line 104) | public final int toInt() { method valueOf (line 108) | public static State valueOf(int value) { type ReasonCode (line 121) | public enum ReasonCode { method ReasonCode (line 197) | ReasonCode(int value) { method toInt (line 201) | public final int toInt() { method valueOf (line 205) | public static ReasonCode valueOf(int value) { method GeolocSharing (line 225) | GeolocSharing(IGeolocSharing sharingInf) { method getSharingId (line 235) | public String getSharingId() throws RcsGenericException { method getRemoteContact (line 251) | public ContactId getRemoteContact() throws RcsPersistentStorageExcepti... method getGeoloc (line 269) | public Geoloc getGeoloc() throws RcsPersistentStorageException, RcsGen... method getState (line 287) | public State getState() throws RcsPersistentStorageException, RcsGener... method getReasonCode (line 305) | public ReasonCode getReasonCode() throws RcsPersistentStorageException... method getDirection (line 323) | public Direction getDirection() throws RcsPersistentStorageException, ... method getTimestamp (line 342) | public long getTimestamp() throws RcsPersistentStorageException, RcsGe... method acceptInvitation (line 357) | public void acceptInvitation() throws RcsGenericException { method rejectInvitation (line 370) | public void rejectInvitation() throws RcsGenericException { method abortSharing (line 384) | public void abortSharing() throws RcsPermissionDeniedException, RcsGen... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/geoloc/GeolocSharingIntent.java class GeolocSharingIntent (line 30) | public class GeolocSharingIntent { method GeolocSharingIntent (line 46) | private GeolocSharingIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/geoloc/GeolocSharingListener.java class GeolocSharingListener (line 36) | public abstract class GeolocSharingListener { method onStateChanged (line 45) | public abstract void onStateChanged(ContactId contact, String sharingI... method onProgressUpdate (line 56) | public abstract void onProgressUpdate(ContactId contact, String sharin... method onDeleted (line 67) | public abstract void onDeleted(ContactId contact, Set sharingI... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/geoloc/GeolocSharingListenerImpl.java class GeolocSharingListenerImpl (line 34) | public class GeolocSharingListenerImpl extends IGeolocSharingListener.St... method GeolocSharingListenerImpl (line 40) | GeolocSharingListenerImpl(GeolocSharingListener listener) { method onStateChanged (line 44) | public void onStateChanged(ContactId contact, String chatId, int state... method onProgressUpdate (line 62) | @Override method onDeleted (line 68) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/geoloc/GeolocSharingLog.java class GeolocSharingLog (line 26) | public class GeolocSharingLog { method GeolocSharingLog (line 112) | private GeolocSharingLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/geoloc/GeolocSharingService.java class GeolocSharingService (line 57) | public final class GeolocSharingService extends RcsService { method GeolocSharingService (line 73) | public GeolocSharingService(Context ctx, RcsServiceListener listener) { method connect (line 82) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 104) | public void disconnect() { method setApi (line 118) | protected void setApi(IInterface api) { method onServiceConnected (line 127) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 134) | public void onServiceDisconnected(ComponentName className) { method shareGeoloc (line 166) | public GeolocSharing shareGeoloc(ContactId contact, Geoloc geoloc) method getGeolocSharing (line 196) | public GeolocSharing getGeolocSharing(String sharingId) throws RcsServ... method deleteGeolocSharings (line 217) | public void deleteGeolocSharings() throws RcsServiceNotAvailableExcept... method deleteGeolocSharings (line 236) | public void deleteGeolocSharings(ContactId contact) throws RcsServiceN... method deleteGeolocSharing (line 257) | public void deleteGeolocSharing(String sharingId) throws RcsServiceNot... method addEventListener (line 277) | public void addEventListener(GeolocSharingListener listener) method removeEventListener (line 302) | public void removeEventListener(GeolocSharingListener listener) FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharing.java class ImageSharing (line 39) | public class ImageSharing { type State (line 44) | public enum State { method State (line 100) | State(int value) { method toInt (line 104) | public final int toInt() { method valueOf (line 108) | public static State valueOf(int value) { type ReasonCode (line 121) | public enum ReasonCode { method ReasonCode (line 212) | ReasonCode(int value) { method toInt (line 216) | public final int toInt() { method valueOf (line 220) | public static ReasonCode valueOf(int value) { method ImageSharing (line 240) | ImageSharing(IImageSharing sharingInf) { method getSharingId (line 250) | public String getSharingId() throws RcsGenericException { method getRemoteContact (line 266) | public ContactId getRemoteContact() throws RcsPersistentStorageExcepti... method getFile (line 283) | public Uri getFile() throws RcsPersistentStorageException, RcsGenericE... method getFileName (line 300) | public String getFileName() throws RcsPersistentStorageException, RcsG... method getFileSize (line 317) | public long getFileSize() throws RcsPersistentStorageException, RcsGen... method getMimeType (line 334) | public String getMimeType() throws RcsPersistentStorageException, RcsG... method getTimestamp (line 353) | public long getTimestamp() throws RcsPersistentStorageException, RcsGe... method getState (line 371) | public State getState() throws RcsPersistentStorageException, RcsGener... method getReasonCode (line 389) | public ReasonCode getReasonCode() throws RcsPersistentStorageException... method getDirection (line 407) | public Direction getDirection() throws RcsPersistentStorageException, ... method acceptInvitation (line 422) | public void acceptInvitation() throws RcsGenericException { method rejectInvitation (line 435) | public void rejectInvitation() throws RcsGenericException { method abortSharing (line 449) | public void abortSharing() throws RcsPermissionDeniedException, RcsGen... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharingIntent.java class ImageSharingIntent (line 30) | public class ImageSharingIntent { method ImageSharingIntent (line 46) | private ImageSharingIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharingListener.java class ImageSharingListener (line 36) | public abstract class ImageSharingListener { method onStateChanged (line 45) | public abstract void onStateChanged(ContactId contact, String sharingI... method onProgressUpdate (line 56) | public abstract void onProgressUpdate(ContactId contact, String sharin... method onDeleted (line 67) | public abstract void onDeleted(ContactId contact, Set sharingI... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharingListenerImpl.java class ImageSharingListenerImpl (line 34) | public class ImageSharingListenerImpl extends IImageSharingListener.Stub { method ImageSharingListenerImpl (line 40) | ImageSharingListenerImpl(ImageSharingListener listener) { method onStateChanged (line 44) | public void onStateChanged(ContactId contact, String sharingId, int st... method onProgressUpdate (line 62) | @Override method onDeleted (line 69) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharingLog.java class ImageSharingLog (line 35) | public class ImageSharingLog { method ImageSharingLog (line 149) | private ImageSharingLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharingService.java class ImageSharingService (line 60) | public final class ImageSharingService extends RcsService { method ImageSharingService (line 77) | public ImageSharingService(Context ctx, RcsServiceListener listener) { method connect (line 86) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 108) | public void disconnect() { method setApi (line 122) | protected void setApi(IInterface api) { method onServiceConnected (line 131) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 138) | public void onServiceDisconnected(ComponentName className) { method tryToGrantUriPermissionToStackServices (line 160) | private void tryToGrantUriPermissionToStackServices(Uri file) { method getConfiguration (line 180) | public ImageSharingServiceConfiguration getConfiguration() method shareImage (line 208) | public ImageSharing shareImage(ContactId contact, Uri file) method getImageSharing (line 240) | public ImageSharing getImageSharing(String sharingId) throws RcsServic... method addEventListener (line 261) | public void addEventListener(ImageSharingListener listener) method removeEventListener (line 286) | public void removeEventListener(ImageSharingListener listener) method deleteImageSharings (line 313) | public void deleteImageSharings() throws RcsServiceNotAvailableExcepti... method deleteImageSharings (line 332) | public void deleteImageSharings(ContactId contact) throws RcsServiceNo... method deleteImageSharing (line 353) | public void deleteImageSharing(String sharingId) throws RcsServiceNotA... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/image/ImageSharingServiceConfiguration.java class ImageSharingServiceConfiguration (line 33) | public class ImageSharingServiceConfiguration { method ImageSharingServiceConfiguration (line 42) | ImageSharingServiceConfiguration( method getMaxSize (line 54) | public long getMaxSize() throws RcsGenericException { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoCodec.java class VideoCodec (line 29) | public class VideoCodec implements Parcelable { method VideoCodec (line 83) | public VideoCodec(String encoding, int payload, int clockRate, int fra... method VideoCodec (line 101) | public VideoCodec(Parcel source) { method describeContents (line 119) | public int describeContents() { method writeToParcel (line 130) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 147) | public VideoCodec createFromParcel(Parcel source) { method newArray (line 151) | public VideoCodec[] newArray(int size) { method getEncoding (line 161) | public String getEncoding() { method getPayloadType (line 170) | public int getPayloadType() { method getClockRate (line 179) | public int getClockRate() { method getFrameRate (line 188) | public int getFrameRate() { method getBitRate (line 197) | public int getBitRate() { method getWidth (line 206) | public int getWidth() { method getHeight (line 215) | public int getHeight() { method getParameters (line 225) | public String getParameters() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoDescriptor.java class VideoDescriptor (line 30) | public class VideoDescriptor implements Parcelable { method VideoDescriptor (line 48) | public VideoDescriptor(int width, int height) { method VideoDescriptor (line 59) | public VideoDescriptor(Parcel source) { method describeContents (line 71) | public int describeContents() { method writeToParcel (line 82) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 93) | public VideoDescriptor createFromParcel(Parcel source) { method newArray (line 97) | public VideoDescriptor[] newArray(int size) { method getWidth (line 107) | public int getWidth() { method getHeight (line 116) | public int getHeight() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoPlayer.java class VideoPlayer (line 32) | public abstract class VideoPlayer { method VideoPlayer (line 36) | public VideoPlayer() { method setRemoteInfo (line 48) | public abstract void setRemoteInfo(VideoCodec codec, String remoteHost... method getLocalRtpPort (line 56) | public abstract int getLocalRtpPort(); method getSupportedCodecs (line 63) | public abstract VideoCodec[] getSupportedCodecs(); method getCodec (line 70) | public abstract VideoCodec getCodec(); FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoPlayerImpl.java class VideoPlayerImpl (line 29) | public class VideoPlayerImpl extends IVideoPlayer.Stub { method VideoPlayerImpl (line 36) | public VideoPlayerImpl(VideoPlayer videoPlayer) { method setRemoteInfo (line 40) | @Override method getLocalRtpPort (line 46) | @Override method getSupportedCodecs (line 51) | @Override method getCodec (line 56) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharing.java class VideoSharing (line 39) | public class VideoSharing { type State (line 44) | public enum State { method State (line 95) | State(int value) { method toInt (line 99) | public final int toInt() { method valueOf (line 103) | public static State valueOf(int value) { type ReasonCode (line 116) | public enum ReasonCode { method ReasonCode (line 193) | ReasonCode(int value) { method toInt (line 197) | public final int toInt() { method valueOf (line 201) | public static ReasonCode valueOf(int value) { class Encoding (line 214) | public static class Encoding { method Encoding (line 220) | private Encoding() { method VideoSharing (line 234) | VideoSharing(IVideoSharing sharingInf) { method getSharingId (line 244) | public String getSharingId() throws RcsGenericException { method getRemoteContact (line 260) | public ContactId getRemoteContact() throws RcsPersistentStorageExcepti... method getState (line 278) | public State getState() throws RcsPersistentStorageException, RcsGener... method getReasonCode (line 296) | public ReasonCode getReasonCode() throws RcsPersistentStorageException... method getDirection (line 314) | public Direction getDirection() throws RcsPersistentStorageException, ... method acceptInvitation (line 330) | public void acceptInvitation(VideoPlayer player) throws RcsGenericExce... method rejectInvitation (line 346) | public void rejectInvitation() throws RcsGenericException { method abortSharing (line 359) | public void abortSharing() throws RcsGenericException { method getVideoEncoding (line 374) | public String getVideoEncoding() throws RcsPersistentStorageException,... method getTimestamp (line 393) | public long getTimestamp() throws RcsPersistentStorageException, RcsGe... method getDuration (line 410) | public long getDuration() throws RcsPersistentStorageException, RcsGen... method getVideoDescriptor (line 428) | public VideoDescriptor getVideoDescriptor() throws RcsPersistentStorag... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharingIntent.java class VideoSharingIntent (line 30) | public class VideoSharingIntent { method VideoSharingIntent (line 46) | private VideoSharingIntent() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharingListener.java class VideoSharingListener (line 36) | public abstract class VideoSharingListener { method onStateChanged (line 48) | public abstract void onStateChanged(ContactId contact, String sharingI... method onDeleted (line 59) | public abstract void onDeleted(ContactId contact, Set sharingI... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharingListenerImpl.java class VideoSharingListenerImpl (line 34) | public class VideoSharingListenerImpl extends IVideoSharingListener.Stub { method VideoSharingListenerImpl (line 40) | VideoSharingListenerImpl(VideoSharingListener listener) { method onStateChanged (line 44) | public void onStateChanged(ContactId contact, String sharingId, int st... method onDeleted (line 65) | @Override FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharingLog.java class VideoSharingLog (line 35) | public class VideoSharingLog { method VideoSharingLog (line 144) | private VideoSharingLog() { FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharingService.java class VideoSharingService (line 57) | public final class VideoSharingService extends RcsService { method VideoSharingService (line 73) | public VideoSharingService(Context ctx, RcsServiceListener listener) { method connect (line 82) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 104) | public void disconnect() { method setApi (line 118) | protected void setApi(IInterface api) { method onServiceConnected (line 127) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 134) | public void onServiceDisconnected(ComponentName className) { method getConfiguration (line 158) | public VideoSharingServiceConfiguration getConfiguration() method shareVideo (line 186) | public VideoSharing shareVideo(ContactId contact, VideoPlayer player) method getVideoSharing (line 216) | public VideoSharing getVideoSharing(String sharingId) throws RcsServic... method addEventListener (line 237) | public void addEventListener(VideoSharingListener listener) method removeEventListener (line 263) | public void removeEventListener(VideoSharingListener listener) method deleteVideoSharings (line 290) | public void deleteVideoSharings() throws RcsServiceNotAvailableExcepti... method deleteVideoSharings (line 310) | public void deleteVideoSharings(ContactId contact) throws RcsServiceNo... method deleteVideoSharing (line 332) | public void deleteVideoSharing(String sharingId) throws RcsServiceNotA... FILE: libs/api/src/main/java/com/gsma/services/rcs/sharing/video/VideoSharingServiceConfiguration.java class VideoSharingServiceConfiguration (line 33) | public class VideoSharingServiceConfiguration { method VideoSharingServiceConfiguration (line 42) | VideoSharingServiceConfiguration( method getMaxTime (line 54) | public long getMaxTime() throws RcsGenericException { FILE: libs/api/src/main/java/com/gsma/services/rcs/upload/FileUpload.java class FileUpload (line 35) | public class FileUpload { type State (line 40) | public enum State { method State (line 76) | State(int value) { method toInt (line 85) | public final int toInt() { method valueOf (line 95) | public static State valueOf(int value) { method FileUpload (line 115) | FileUpload(IFileUpload uploadInf) { method getUploadId (line 125) | public String getUploadId() throws RcsGenericException { method getFile (line 140) | public Uri getFile() throws RcsGenericException { method getUploadInfo (line 156) | public FileUploadInfo getUploadInfo() throws RcsGenericException { method getState (line 172) | public State getState() throws RcsGenericException { method abortUpload (line 186) | public void abortUpload() throws RcsGenericException { FILE: libs/api/src/main/java/com/gsma/services/rcs/upload/FileUploadInfo.java class FileUploadInfo (line 36) | public class FileUploadInfo implements Parcelable { method FileUploadInfo (line 88) | public FileUploadInfo(Uri file, long validity, String filename, long s... method FileUploadInfo (line 106) | public FileUploadInfo(Uri file, long validity, String filename, long s... method FileUploadInfo (line 124) | public FileUploadInfo(Parcel source) { method describeContents (line 148) | public int describeContents() { method writeToParcel (line 159) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 182) | public FileUploadInfo createFromParcel(Parcel source) { method newArray (line 186) | public FileUploadInfo[] newArray(int size) { method getFile (line 196) | public Uri getFile() { method getFileExpiration (line 205) | public long getFileExpiration() { method getFileName (line 214) | public String getFileName() { method getSize (line 223) | public long getSize() { method getMimeType (line 232) | public String getMimeType() { method getFileIcon (line 241) | public Uri getFileIcon() { method getFileIconExpiration (line 251) | public long getFileIconExpiration() { method getFileIconSize (line 260) | public long getFileIconSize() { method getFileIconMimeType (line 269) | public String getFileIconMimeType() { FILE: libs/api/src/main/java/com/gsma/services/rcs/upload/FileUploadListener.java class FileUploadListener (line 32) | public abstract class FileUploadListener { method onStateChanged (line 39) | public abstract void onStateChanged(String uploadId, State state); method onProgressUpdate (line 48) | public abstract void onProgressUpdate(String uploadId, long currentSiz... method onUploaded (line 56) | public abstract void onUploaded(String uploadId, FileUploadInfo info); FILE: libs/api/src/main/java/com/gsma/services/rcs/upload/FileUploadListenerImpl.java class FileUploadListenerImpl (line 29) | public class FileUploadListenerImpl extends IFileUploadListener.Stub { method FileUploadListenerImpl (line 35) | FileUploadListenerImpl(FileUploadListener listener) { method onStateChanged (line 39) | public void onStateChanged(String uploadId, int state) { method onProgressUpdate (line 55) | public void onProgressUpdate(String uploadId, long currentSize, long t... method onUploaded (line 60) | public void onUploaded(String uploadId, FileUploadInfo info) throws Re... FILE: libs/api/src/main/java/com/gsma/services/rcs/upload/FileUploadService.java class FileUploadService (line 59) | public final class FileUploadService extends RcsService { method FileUploadService (line 76) | public FileUploadService(Context ctx, RcsServiceListener listener) { method connect (line 85) | public final void connect() throws RcsPermissionDeniedException { method disconnect (line 107) | public void disconnect() { method setApi (line 121) | protected void setApi(IInterface api) { method onServiceConnected (line 130) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 137) | public void onServiceDisconnected(ComponentName className) { method tryToGrantUriPermissionToStackServices (line 159) | private void tryToGrantUriPermissionToStackServices(Uri file) { method canUploadFile (line 179) | public boolean canUploadFile() throws RcsServiceNotAvailableException,... method getConfiguration (line 198) | public FileUploadServiceConfiguration getConfiguration() method uploadFile (line 223) | public FileUpload uploadFile(Uri file, boolean attachFileIcon) method getFileUploads (line 252) | public Set getFileUploads() throws RcsServiceNotAvailableE... method getFileUpload (line 279) | public FileUpload getFileUpload(String uploadId) throws RcsServiceNotA... method addEventListener (line 304) | public void addEventListener(FileUploadListener listener) method removeEventListener (line 330) | public void removeEventListener(FileUploadListener listener) FILE: libs/api/src/main/java/com/gsma/services/rcs/upload/FileUploadServiceConfiguration.java class FileUploadServiceConfiguration (line 33) | public class FileUploadServiceConfiguration { method FileUploadServiceConfiguration (line 42) | FileUploadServiceConfiguration( method getMaxSize (line 53) | public long getMaxSize() throws RcsGenericException { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/ConnectionManager.java class ConnectionManager (line 59) | public class ConnectionManager { method ConnectionManager (line 107) | private ConnectionManager(Context context, Set managed... method newRcsServiceListener (line 178) | private RcsServiceListener newRcsServiceListener(final RcsServiceName ... method notifyDisconnection (line 201) | private void notifyDisconnection(RcsServiceName service, ReasonCode er... method notifyConnection (line 213) | private void notifyConnection(RcsServiceName service) { method createInstance (line 230) | public static ConnectionManager createInstance(Context context, method createInstance (line 245) | public static ConnectionManager createInstance(Context ctx, method getInstance (line 266) | public static ConnectionManager getInstance() { method start (line 273) | public void start() { method connectApis (line 286) | private void connectApis() { method isServiceConnected (line 322) | public boolean isServiceConnected(RcsServiceName... services) { method startMonitorApiCnx (line 342) | public void startMonitorApiCnx(Activity activity, RcsServiceListener l... method startMonitorServices (line 354) | public void startMonitorServices(Activity activity, IRcsActivityFinish... method stopMonitorServices (line 364) | public void stopMonitorServices(Activity activity) { method stopMonitorApiCnx (line 373) | public void stopMonitorApiCnx(Activity activity) { method getCapabilityApi (line 382) | public CapabilityService getCapabilityApi() { method getChatApi (line 391) | public ChatService getChatApi() { method getContactApi (line 400) | public ContactService getContactApi() { method getFileTransferApi (line 409) | public FileTransferService getFileTransferApi() { method getVideoSharingApi (line 418) | public VideoSharingService getVideoSharingApi() { method getImageSharingApi (line 427) | public ImageSharingService getImageSharingApi() { method getGeolocSharingApi (line 436) | public GeolocSharingService getGeolocSharingApi() { method getFileUploadApi (line 445) | public FileUploadService getFileUploadApi() { method getMultimediaSessionApi (line 454) | public MultimediaSessionService getMultimediaSessionApi() { type RcsServiceName (line 461) | @SuppressWarnings("javadoc") class ClientConnectionNotifier (line 469) | private class ClientConnectionNotifier { method ClientConnectionNotifier (line 485) | public ClientConnectionNotifier(IRcsActivityFinishable iFinishable, method ClientConnectionNotifier (line 498) | public ClientConnectionNotifier(RcsServiceListener listener, RcsServ... method notifyConnection (line 510) | public void notifyConnection() { method notifyDisconnection (line 521) | public void notifyDisconnection(ReasonCode error) { method getMonitoredServices (line 537) | public Set getMonitoredServices() { class RcsServiceReceiver (line 546) | private class RcsServiceReceiver extends BroadcastReceiver { method onReceive (line 548) | @Override class ReceiveTimerToReConnectApi (line 563) | private class ReceiveTimerToReConnectApi extends BroadcastReceiver { method onReceive (line 564) | @Override FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/IRcsActivityFinishable.java type IRcsActivityFinishable (line 24) | public interface IRcsActivityFinishable { method showMessageThenExit (line 29) | void showMessageThenExit(String msg); FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/DialogUtil.java class DialogUtil (line 35) | class DialogUtil { method showMessageThenExit (line 46) | public static void showMessageThenExit(final Activity activity, String... method showMessageThenExit (line 58) | private static void showMessageThenExit(final Activity activity, Strin... method showExceptionThenExit (line 99) | public static void showExceptionThenExit(final Activity activity, Exce... method showMessage (line 110) | public static AlertDialog showMessage(Activity activity, String msg) { method showException (line 131) | public static AlertDialog showException(Activity activity, Exception e) { method showProgressDialog (line 166) | public static ProgressDialog showProgressDialog(Activity activity, Str... type IRegisterCloseDialog (line 179) | public interface IRegisterCloseDialog { method closeDialog (line 184) | void closeDialog(); method registerDialog (line 192) | void registerDialog(Dialog dialog); FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/ExceptionUtil.java class ExceptionUtil (line 19) | public class ExceptionUtil { method getFullStackTrace (line 26) | public static String getFullStackTrace(Throwable t) { method addTrace (line 37) | private static void addTrace(StringBuilder sb, Throwable t, boolean fi... FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/IConnectionManager.java type IConnectionManager (line 38) | public interface IConnectionManager { method startMonitorApiCnx (line 43) | void startMonitorApiCnx(RcsServiceListener listener, RcsServiceName...... method startMonitorServices (line 48) | void startMonitorServices(RcsServiceName... services); method stopMonitorApiCnx (line 53) | void stopMonitorApiCnx(); method isOnForeground (line 58) | boolean isOnForeground(); method isServiceConnected (line 66) | boolean isServiceConnected(RcsServiceName... services); method getCapabilityApi (line 73) | CapabilityService getCapabilityApi(); method getChatApi (line 80) | ChatService getChatApi(); method getContactApi (line 87) | ContactService getContactApi(); method getFileTransferApi (line 94) | FileTransferService getFileTransferApi(); method getVideoSharingApi (line 101) | VideoSharingService getVideoSharingApi(); method getImageSharingApi (line 108) | ImageSharingService getImageSharingApi(); method getGeolocSharingApi (line 115) | GeolocSharingService getGeolocSharingApi(); method getFileUploadApi (line 122) | FileUploadService getFileUploadApi(); method getMultimediaSessionApi (line 129) | MultimediaSessionService getMultimediaSessionApi(); FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/IRcsDialog.java type IRcsDialog (line 30) | public interface IRcsDialog { method showMessageThenExit (line 37) | void showMessageThenExit(String msg); method showMessageThenExit (line 44) | void showMessageThenExit(int resId); method showExceptionThenExit (line 51) | void showExceptionThenExit(Exception e); method showMessage (line 59) | AlertDialog showMessage(String msg); method showMessage (line 67) | AlertDialog showMessage(int resId); method showException (line 75) | AlertDialog showException(Exception e); method showProgressDialog (line 83) | ProgressDialog showProgressDialog(String progress); FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/LockAccess.java class LockAccess (line 28) | public class LockAccess { method tryLock (line 40) | public boolean tryLock() { method isLocked (line 49) | public boolean isLocked() { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/LogUtils.java class LogUtils (line 24) | public class LogUtils { method getTag (line 37) | public static String getTag(final String classname) { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/RcsActivity.java class RcsActivity (line 48) | public abstract class RcsActivity extends Activity implements DialogUtil... method onCreate (line 62) | @Override method onDestroy (line 85) | @Override method onResume (line 91) | @Override method onPause (line 97) | @Override method isOnForeground (line 103) | @Override method closeDialog (line 108) | @Override method registerDialog (line 115) | @Override method showMessageThenExit (line 120) | @Override method showMessageThenExit (line 125) | @Override method showExceptionThenExit (line 130) | @Override method showMessage (line 148) | @Override method showMessage (line 153) | @Override method showException (line 158) | @Override method showProgressDialog (line 163) | @Override method startMonitorApiCnx (line 168) | @Override method startMonitorServices (line 173) | @Override method stopMonitorApiCnx (line 178) | @Override method isServiceConnected (line 183) | @Override method getCapabilityApi (line 188) | @Override method getChatApi (line 193) | @Override method getContactApi (line 198) | @Override method getFileTransferApi (line 203) | @Override method getVideoSharingApi (line 208) | @Override method getImageSharingApi (line 213) | @Override method getGeolocSharingApi (line 218) | @Override method getFileUploadApi (line 223) | @Override method getMultimediaSessionApi (line 228) | @Override method isExiting (line 233) | public boolean isExiting() { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/RcsFragmentActivity.java class RcsFragmentActivity (line 48) | public abstract class RcsFragmentActivity extends FragmentActivity imple... method onCreate (line 63) | @Override method onDestroy (line 87) | @Override method onResume (line 93) | @Override method onPause (line 99) | @Override method isOnForeground (line 105) | @Override method closeDialog (line 110) | @Override method registerDialog (line 117) | @Override method showMessageThenExit (line 122) | @Override method showMessageThenExit (line 127) | @Override method showExceptionThenExit (line 132) | @Override method showMessage (line 150) | @Override method showMessage (line 155) | @Override method showException (line 160) | @Override method showProgressDialog (line 165) | @Override method startMonitorApiCnx (line 170) | @Override method startMonitorServices (line 175) | @Override method stopMonitorApiCnx (line 180) | @Override method isServiceConnected (line 185) | @Override method getCapabilityApi (line 190) | @Override method getChatApi (line 195) | @Override method getContactApi (line 200) | @Override method getFileTransferApi (line 205) | @Override method getVideoSharingApi (line 210) | @Override method getImageSharingApi (line 215) | @Override method getGeolocSharingApi (line 220) | @Override method getFileUploadApi (line 225) | @Override method getMultimediaSessionApi (line 230) | @Override method isExiting (line 235) | public boolean isExiting() { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/RcsListActivity.java class RcsListActivity (line 48) | public abstract class RcsListActivity extends ListActivity implements method onCreate (line 63) | @Override method onDestroy (line 87) | @Override method onResume (line 93) | @Override method onPause (line 99) | @Override method isOnForeground (line 105) | @Override method closeDialog (line 110) | @Override method registerDialog (line 117) | @Override method showMessageThenExit (line 122) | @Override method showMessageThenExit (line 127) | @Override method showExceptionThenExit (line 132) | @Override method showMessage (line 150) | @Override method showMessage (line 155) | @Override method showException (line 160) | @Override method showProgressDialog (line 165) | @Override method startMonitorApiCnx (line 170) | @Override method startMonitorServices (line 175) | @Override method stopMonitorApiCnx (line 180) | @Override method isServiceConnected (line 185) | @Override method getCapabilityApi (line 190) | @Override method getChatApi (line 195) | @Override method getContactApi (line 200) | @Override method getFileTransferApi (line 205) | @Override method getVideoSharingApi (line 210) | @Override method getImageSharingApi (line 215) | @Override method getGeolocSharingApi (line 220) | @Override method getFileUploadApi (line 225) | @Override method getMultimediaSessionApi (line 230) | @Override method isExiting (line 235) | public boolean isExiting() { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/RcsPreferenceActivity.java class RcsPreferenceActivity (line 48) | public abstract class RcsPreferenceActivity extends PreferenceActivity i... method onCreate (line 64) | @Override method onDestroy (line 89) | @Override method onResume (line 95) | @Override method onPause (line 101) | @Override method isOnForeground (line 107) | @Override method closeDialog (line 112) | @Override method registerDialog (line 119) | @Override method showMessageThenExit (line 124) | @Override method showMessageThenExit (line 129) | @Override method showExceptionThenExit (line 134) | @Override method showMessage (line 152) | @Override method showMessage (line 157) | @Override method showException (line 162) | @Override method showProgressDialog (line 167) | @Override method startMonitorApiCnx (line 172) | @Override method startMonitorServices (line 177) | @Override method stopMonitorApiCnx (line 182) | @Override method isServiceConnected (line 187) | @Override method getCapabilityApi (line 192) | @Override method getChatApi (line 197) | @Override method getContactApi (line 202) | @Override method getFileTransferApi (line 207) | @Override method getVideoSharingApi (line 212) | @Override method getImageSharingApi (line 217) | @Override method getGeolocSharingApi (line 222) | @Override method getFileUploadApi (line 227) | @Override method getMultimediaSessionApi (line 232) | @Override method isExiting (line 237) | public boolean isExiting() { FILE: libs/api_cnx/src/main/java/com/gsma/rcs/api/connection/utils/TimerUtils.java class TimerUtils (line 29) | public class TimerUtils { method setExactTimer (line 38) | public static void setExactTimer(AlarmManager alarmManager, long trigg... FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1ApplicationSpecificParser.java type ASN1ApplicationSpecificParser (line 5) | public interface ASN1ApplicationSpecificParser method readObject (line 8) | ASN1Encodable readObject() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Boolean.java class ASN1Boolean (line 3) | public class ASN1Boolean method ASN1Boolean (line 6) | public ASN1Boolean(boolean value) method ASN1Boolean (line 11) | ASN1Boolean(byte[] value) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Choice.java type ASN1Choice (line 11) | public interface ASN1Choice FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Encodable.java type ASN1Encodable (line 3) | public interface ASN1Encodable method toASN1Primitive (line 5) | ASN1Primitive toASN1Primitive(); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1EncodableVector.java class ASN1EncodableVector (line 6) | public class ASN1EncodableVector method ASN1EncodableVector (line 10) | public ASN1EncodableVector() method add (line 14) | public void add(ASN1Encodable obj) method addAll (line 19) | public void addAll(ASN1EncodableVector other) method get (line 27) | public ASN1Encodable get(int i) method size (line 32) | public int size() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Encoding.java type ASN1Encoding (line 3) | public interface ASN1Encoding FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Enumerated.java class ASN1Enumerated (line 5) | public class ASN1Enumerated method ASN1Enumerated (line 8) | ASN1Enumerated(byte[] bytes) method ASN1Enumerated (line 13) | public ASN1Enumerated(BigInteger value) method ASN1Enumerated (line 18) | public ASN1Enumerated(int value) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Exception.java class ASN1Exception (line 5) | public class ASN1Exception method ASN1Exception (line 10) | ASN1Exception(String message) method ASN1Exception (line 15) | ASN1Exception(String message, Throwable cause) method getCause (line 21) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1GeneralizedTime.java class ASN1GeneralizedTime (line 5) | public class ASN1GeneralizedTime method ASN1GeneralizedTime (line 8) | ASN1GeneralizedTime(byte[] bytes) method ASN1GeneralizedTime (line 13) | public ASN1GeneralizedTime(Date time) method ASN1GeneralizedTime (line 18) | public ASN1GeneralizedTime(String time) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Generator.java class ASN1Generator (line 5) | public abstract class ASN1Generator method ASN1Generator (line 9) | public ASN1Generator(OutputStream out) method getRawOutputStream (line 14) | public abstract OutputStream getRawOutputStream(); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1InputStream.java class ASN1InputStream (line 18) | public class ASN1InputStream method ASN1InputStream (line 27) | public ASN1InputStream( method ASN1InputStream (line 39) | public ASN1InputStream( method ASN1InputStream (line 52) | public ASN1InputStream( method ASN1InputStream (line 65) | public ASN1InputStream( method ASN1InputStream (line 79) | public ASN1InputStream( method ASN1InputStream (line 94) | public ASN1InputStream( method getLimit (line 105) | int getLimit() method readLength (line 110) | protected int readLength() method readFully (line 116) | protected void readFully( method buildObject (line 129) | protected ASN1Primitive buildObject( method buildEncodableVector (line 188) | ASN1EncodableVector buildEncodableVector() method buildDEREncodableVector (line 202) | ASN1EncodableVector buildDEREncodableVector( method readObject (line 208) | public ASN1Primitive readObject() method readTagNumber (line 282) | static int readTagNumber(InputStream s, int tag) method readLength (line 321) | static int readLength(InputStream s, int limit) method getBuffer (line 372) | private static byte[] getBuffer(DefiniteLengthInputStream defIn, byte[... method getBMPCharBuffer (line 395) | private static char[] getBMPCharBuffer(DefiniteLengthInputStream defIn) method createPrimitiveDERObject (line 419) | static ASN1Primitive createPrimitiveDERObject( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Integer.java class ASN1Integer (line 5) | public class ASN1Integer method ASN1Integer (line 8) | ASN1Integer(byte[] bytes) method ASN1Integer (line 13) | public ASN1Integer(BigInteger value) method ASN1Integer (line 18) | public ASN1Integer(long value) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Null.java class ASN1Null (line 8) | public abstract class ASN1Null method ASN1Null (line 14) | public ASN1Null() method getInstance (line 18) | public static ASN1Null getInstance(Object o) method hashCode (line 44) | public int hashCode() method asn1Equals (line 49) | boolean asn1Equals( method encode (line 60) | abstract void encode(ASN1OutputStream out) method toString (line 63) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Object.java class ASN1Object (line 6) | public abstract class ASN1Object method getEncoded (line 15) | public byte[] getEncoded() method getEncoded (line 33) | public byte[] getEncoded( method hashCode (line 59) | public int hashCode() method equals (line 64) | public boolean equals( method toASN1Object (line 86) | public ASN1Primitive toASN1Object() method hasEncodedTagValue (line 91) | protected static boolean hasEncodedTagValue(Object obj, int tagValue) method toASN1Primitive (line 96) | public abstract ASN1Primitive toASN1Primitive(); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1ObjectIdentifier.java class ASN1ObjectIdentifier (line 3) | public class ASN1ObjectIdentifier method ASN1ObjectIdentifier (line 6) | public ASN1ObjectIdentifier(String identifier) method ASN1ObjectIdentifier (line 11) | ASN1ObjectIdentifier(byte[] bytes) method ASN1ObjectIdentifier (line 16) | ASN1ObjectIdentifier(ASN1ObjectIdentifier oid, String branch) method branch (line 27) | public ASN1ObjectIdentifier branch(String branchID) method on (line 37) | public boolean on(ASN1ObjectIdentifier stem) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1OctetString.java class ASN1OctetString (line 11) | public abstract class ASN1OctetString method getInstance (line 26) | public static ASN1OctetString getInstance( method getInstance (line 48) | public static ASN1OctetString getInstance( method ASN1OctetString (line 82) | public ASN1OctetString( method getOctetStream (line 92) | public InputStream getOctetStream() method parser (line 97) | public ASN1OctetStringParser parser() method getOctets (line 102) | public byte[] getOctets() method hashCode (line 107) | public int hashCode() method asn1Equals (line 112) | boolean asn1Equals( method getLoadedObject (line 125) | public ASN1Primitive getLoadedObject() method toDERObject (line 130) | ASN1Primitive toDERObject() method toDLObject (line 135) | ASN1Primitive toDLObject() method encode (line 140) | abstract void encode(ASN1OutputStream out) method toString (line 143) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1OctetStringParser.java type ASN1OctetStringParser (line 5) | public interface ASN1OctetStringParser method getOctetStream (line 8) | public InputStream getOctetStream(); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1OutputStream.java class ASN1OutputStream (line 9) | public class ASN1OutputStream method ASN1OutputStream (line 13) | public ASN1OutputStream( method writeLength (line 19) | void writeLength( method write (line 46) | void write(int b) method write (line 52) | void write(byte[] bytes) method write (line 58) | void write(byte[] bytes, int off, int len) method writeEncoded (line 64) | void writeEncoded( method writeTag (line 74) | void writeTag(int flags, int tagNo) method writeEncoded (line 107) | void writeEncoded(int flags, int tagNo, byte[] bytes) method writeNull (line 115) | protected void writeNull() method writeObject (line 122) | public void writeObject( method writeImplicitObject (line 136) | void writeImplicitObject(ASN1Primitive obj) method close (line 149) | public void close() method flush (line 155) | public void flush() method getDERSubStream (line 161) | ASN1OutputStream getDERSubStream() method getDLSubStream (line 166) | ASN1OutputStream getDLSubStream() class ImplicitOutputStream (line 171) | private class ImplicitOutputStream method ImplicitOutputStream (line 176) | public ImplicitOutputStream(OutputStream os) method write (line 181) | public void write(int b) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1ParsingException.java class ASN1ParsingException (line 3) | public class ASN1ParsingException method ASN1ParsingException (line 8) | public ASN1ParsingException(String message) method ASN1ParsingException (line 13) | public ASN1ParsingException(String message, Throwable cause) method getCause (line 19) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Primitive.java class ASN1Primitive (line 5) | public abstract class ASN1Primitive method ASN1Primitive (line 8) | ASN1Primitive() method fromByteArray (line 20) | public static ASN1Primitive fromByteArray(byte[] data) method equals (line 35) | public final boolean equals(Object o) method toASN1Primitive (line 45) | public ASN1Primitive toASN1Primitive() method toDERObject (line 50) | ASN1Primitive toDERObject() method toDLObject (line 55) | ASN1Primitive toDLObject() method hashCode (line 60) | public abstract int hashCode(); method isConstructed (line 62) | abstract boolean isConstructed(); method encodedLength (line 64) | abstract int encodedLength() throws IOException; method encode (line 66) | abstract void encode(ASN1OutputStream out) throws IOException; method asn1Equals (line 68) | abstract boolean asn1Equals(ASN1Primitive o); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Sequence.java class ASN1Sequence (line 7) | public abstract class ASN1Sequence method getInstance (line 18) | public static ASN1Sequence getInstance( method getInstance (line 69) | public static ASN1Sequence getInstance( method ASN1Sequence (line 115) | protected ASN1Sequence() method ASN1Sequence (line 122) | protected ASN1Sequence( method ASN1Sequence (line 131) | protected ASN1Sequence( method ASN1Sequence (line 143) | protected ASN1Sequence( method toArray (line 152) | public ASN1Encodable[] toArray() method getObjects (line 164) | public Enumeration getObjects() method parser (line 169) | public ASN1SequenceParser parser() method getObjectAt (line 217) | public ASN1Encodable getObjectAt( method size (line 228) | public int size() method hashCode (line 233) | public int hashCode() method asn1Equals (line 249) | boolean asn1Equals( method getNext (line 286) | private ASN1Encodable getNext(Enumeration e) method toDERObject (line 293) | ASN1Primitive toDERObject() method toDLObject (line 302) | ASN1Primitive toDLObject() method isConstructed (line 311) | boolean isConstructed() method encode (line 316) | abstract void encode(ASN1OutputStream out) method toString (line 319) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1SequenceParser.java type ASN1SequenceParser (line 5) | public interface ASN1SequenceParser method readObject (line 8) | ASN1Encodable readObject() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1Set.java class ASN1Set (line 8) | abstract public class ASN1Set method getInstance (line 20) | public static ASN1Set getInstance( method getInstance (line 71) | public static ASN1Set getInstance( method ASN1Set (line 132) | protected ASN1Set() method ASN1Set (line 139) | protected ASN1Set( method ASN1Set (line 148) | protected ASN1Set( method ASN1Set (line 166) | protected ASN1Set( method getObjects (line 181) | public Enumeration getObjects() method getObjectAt (line 192) | public ASN1Encodable getObjectAt( method size (line 203) | public int size() method toArray (line 208) | public ASN1Encodable[] toArray() method parser (line 220) | public ASN1SetParser parser() method hashCode (line 262) | public int hashCode() method toDERObject (line 278) | ASN1Primitive toDERObject() method toDLObject (line 307) | ASN1Primitive toDLObject() method asn1Equals (line 316) | boolean asn1Equals( method getNext (line 353) | private ASN1Encodable getNext(Enumeration e) method lessThanOrEqual (line 369) | private boolean lessThanOrEqual( method getEncoded (line 384) | private byte[] getEncoded( method sort (line 402) | protected void sort() method isConstructed (line 448) | boolean isConstructed() method encode (line 453) | abstract void encode(ASN1OutputStream out) method toString (line 456) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1SetParser.java type ASN1SetParser (line 5) | public interface ASN1SetParser method readObject (line 8) | public ASN1Encodable readObject() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1StreamParser.java class ASN1StreamParser (line 7) | public class ASN1StreamParser method ASN1StreamParser (line 13) | public ASN1StreamParser( method ASN1StreamParser (line 19) | public ASN1StreamParser( method ASN1StreamParser (line 29) | public ASN1StreamParser( method readIndef (line 35) | ASN1Encodable readIndef(int tagValue) throws IOException method readImplicit (line 55) | ASN1Encodable readImplicit(boolean constructed, int tag) throws IOExce... method readTaggedObject (line 96) | ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IO... method readObject (line 119) | public ASN1Encodable readObject() method set00Check (line 220) | private void set00Check(boolean enabled) method readVector (line 228) | ASN1EncodableVector readVector() throws IOException FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1String.java type ASN1String (line 3) | public interface ASN1String method getString (line 5) | public String getString(); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1TaggedObject.java class ASN1TaggedObject (line 10) | public abstract class ASN1TaggedObject method getInstance (line 19) | static public ASN1TaggedObject getInstance( method getInstance (line 31) | static public ASN1TaggedObject getInstance( method ASN1TaggedObject (line 63) | public ASN1TaggedObject( method asn1Equals (line 96) | boolean asn1Equals( method hashCode (line 129) | public int hashCode() method getTagNo (line 146) | public int getTagNo() method isExplicit (line 160) | public boolean isExplicit() method isEmpty (line 165) | public boolean isEmpty() method getObject (line 177) | public ASN1Primitive getObject() method getObjectParser (line 192) | public ASN1Encodable getObjectParser( method getLoadedObject (line 214) | public ASN1Primitive getLoadedObject() method toDERObject (line 219) | ASN1Primitive toDERObject() method toDLObject (line 224) | ASN1Primitive toDLObject() method encode (line 229) | abstract void encode(ASN1OutputStream out) method toString (line 232) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1TaggedObjectParser.java type ASN1TaggedObjectParser (line 5) | public interface ASN1TaggedObjectParser method getTagNo (line 8) | public int getTagNo(); method getObjectParser (line 10) | public ASN1Encodable getObjectParser(int tag, boolean isExplicit) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ASN1UTCTime.java class ASN1UTCTime (line 5) | public class ASN1UTCTime method ASN1UTCTime (line 8) | ASN1UTCTime(byte[] bytes) method ASN1UTCTime (line 13) | public ASN1UTCTime(Date time) method ASN1UTCTime (line 18) | public ASN1UTCTime(String time) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERApplicationSpecific.java class BERApplicationSpecific (line 3) | public class BERApplicationSpecific method BERApplicationSpecific (line 6) | public BERApplicationSpecific(int tagNo, ASN1EncodableVector vec) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERApplicationSpecificParser.java class BERApplicationSpecificParser (line 5) | public class BERApplicationSpecificParser method BERApplicationSpecificParser (line 11) | BERApplicationSpecificParser(int tag, ASN1StreamParser parser) method readObject (line 17) | public ASN1Encodable readObject() method getLoadedObject (line 23) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 29) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERConstructedOctetString.java class BERConstructedOctetString (line 11) | public class BERConstructedOctetString method toBytes (line 19) | static private byte[] toBytes( method BERConstructedOctetString (line 50) | public BERConstructedOctetString( method BERConstructedOctetString (line 56) | public BERConstructedOctetString( method BERConstructedOctetString (line 64) | public BERConstructedOctetString( method toByteArray (line 70) | private static byte[] toByteArray(ASN1Primitive obj) method BERConstructedOctetString (line 82) | public BERConstructedOctetString( method getOctets (line 88) | public byte[] getOctets() method getObjects (line 96) | public Enumeration getObjects() method generateOcts (line 106) | private Vector generateOcts() method fromSequence (line 132) | public static BEROctetString fromSequence(ASN1Sequence seq) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERFactory.java class BERFactory (line 3) | class BERFactory method createSequence (line 8) | static BERSequence createSequence(ASN1EncodableVector v) method createSet (line 13) | static BERSet createSet(ASN1EncodableVector v) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERGenerator.java class BERGenerator (line 7) | public class BERGenerator method BERGenerator (line 14) | protected BERGenerator( method BERGenerator (line 20) | public BERGenerator( method getRawOutputStream (line 32) | public OutputStream getRawOutputStream() method writeHdr (line 37) | private void writeHdr( method writeBERHeader (line 45) | protected void writeBERHeader( method writeBERBody (line 76) | protected void writeBERBody( method writeBEREnd (line 88) | protected void writeBEREnd() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BEROctetString.java class BEROctetString (line 8) | public class BEROctetString method toBytes (line 18) | static private byte[] toBytes( method BEROctetString (line 47) | public BEROctetString( method BEROctetString (line 53) | public BEROctetString( method getOctets (line 61) | public byte[] getOctets() method getObjects (line 69) | public Enumeration getObjects() method generateOcts (line 92) | private Vector generateOcts() method isConstructed (line 118) | boolean isConstructed() method encodedLength (line 123) | int encodedLength() method encode (line 135) | public void encode( method fromSequence (line 155) | static BEROctetString fromSequence(ASN1Sequence seq) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BEROctetStringGenerator.java class BEROctetStringGenerator (line 6) | public class BEROctetStringGenerator method BEROctetStringGenerator (line 9) | public BEROctetStringGenerator(OutputStream out) method BEROctetStringGenerator (line 17) | public BEROctetStringGenerator( method getOctetOutputStream (line 28) | public OutputStream getOctetOutputStream() method getOctetOutputStream (line 33) | public OutputStream getOctetOutputStream( class BufferedBEROctetStream (line 39) | private class BufferedBEROctetStream method BufferedBEROctetStream (line 46) | BufferedBEROctetStream( method write (line 54) | public void write( method write (line 67) | public void write(byte[] b, int off, int len) throws IOException method close (line 88) | public void close() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BEROctetStringParser.java class BEROctetStringParser (line 9) | public class BEROctetStringParser method BEROctetStringParser (line 14) | BEROctetStringParser( method getOctetStream (line 20) | public InputStream getOctetStream() method getLoadedObject (line 25) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 31) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BEROutputStream.java class BEROutputStream (line 6) | public class BEROutputStream method BEROutputStream (line 9) | public BEROutputStream( method writeObject (line 15) | public void writeObject( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERSequence.java class BERSequence (line 6) | public class BERSequence method BERSequence (line 12) | public BERSequence() method BERSequence (line 19) | public BERSequence( method BERSequence (line 28) | public BERSequence( method BERSequence (line 37) | public BERSequence( method encodedLength (line 43) | int encodedLength() method encode (line 57) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERSequenceGenerator.java class BERSequenceGenerator (line 6) | public class BERSequenceGenerator method BERSequenceGenerator (line 9) | public BERSequenceGenerator( method BERSequenceGenerator (line 18) | public BERSequenceGenerator( method addObject (line 29) | public void addObject( method close (line 36) | public void close() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERSequenceParser.java class BERSequenceParser (line 5) | public class BERSequenceParser method BERSequenceParser (line 10) | BERSequenceParser(ASN1StreamParser parser) method readObject (line 15) | public ASN1Encodable readObject() method getLoadedObject (line 21) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 27) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERSet.java class BERSet (line 6) | public class BERSet method BERSet (line 12) | public BERSet() method BERSet (line 19) | public BERSet( method BERSet (line 28) | public BERSet( method BERSet (line 37) | public BERSet( method encodedLength (line 43) | int encodedLength() method encode (line 57) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERSetParser.java class BERSetParser (line 5) | public class BERSetParser method BERSetParser (line 10) | BERSetParser(ASN1StreamParser parser) method readObject (line 15) | public ASN1Encodable readObject() method getLoadedObject (line 21) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 27) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERTaggedObject.java class BERTaggedObject (line 11) | public class BERTaggedObject method BERTaggedObject (line 18) | public BERTaggedObject( method BERTaggedObject (line 30) | public BERTaggedObject( method BERTaggedObject (line 42) | public BERTaggedObject( method isConstructed (line 48) | boolean isConstructed() method encodedLength (line 69) | int encodedLength() method encode (line 95) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERTaggedObjectParser.java class BERTaggedObjectParser (line 5) | public class BERTaggedObjectParser method BERTaggedObjectParser (line 12) | BERTaggedObjectParser( method isConstructed (line 22) | public boolean isConstructed() method getTagNo (line 27) | public int getTagNo() method getObjectParser (line 32) | public ASN1Encodable getObjectParser( method getLoadedObject (line 49) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 55) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/BERTags.java type BERTags (line 3) | public interface BERTags FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ConstructedOctetStream.java class ConstructedOctetStream (line 6) | class ConstructedOctetStream method ConstructedOctetStream (line 14) | ConstructedOctetStream( method read (line 20) | public int read(byte[] b, int off, int len) throws IOException method read (line 70) | public int read() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERApplicationSpecific.java class DERApplicationSpecific (line 12) | public class DERApplicationSpecific method DERApplicationSpecific (line 19) | DERApplicationSpecific( method DERApplicationSpecific (line 29) | public DERApplicationSpecific( method DERApplicationSpecific (line 36) | public DERApplicationSpecific( method DERApplicationSpecific (line 44) | public DERApplicationSpecific( method DERApplicationSpecific (line 70) | public DERApplicationSpecific(int tagNo, ASN1EncodableVector vec) method getInstance (line 90) | public static DERApplicationSpecific getInstance(Object obj) method getLengthOfHeader (line 120) | private int getLengthOfHeader(byte[] data) method isConstructed (line 145) | public boolean isConstructed() method getContents (line 150) | public byte[] getContents() method getApplicationTag (line 155) | public int getApplicationTag() method getObject (line 166) | public ASN1Primitive getObject() method getObject (line 179) | public ASN1Primitive getObject(int derTagNo) method encodedLength (line 198) | int encodedLength() method encode (line 207) | void encode(ASN1OutputStream out) throws IOException method asn1Equals (line 218) | boolean asn1Equals( method hashCode (line 233) | public int hashCode() method replaceTagNumber (line 238) | private byte[] replaceTagNumber(int newTag, byte[] input) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERBMPString.java class DERBMPString (line 11) | public class DERBMPString method getInstance (line 23) | public static DERBMPString getInstance( method getInstance (line 55) | public static DERBMPString getInstance( method DERBMPString (line 74) | DERBMPString( method DERBMPString (line 87) | DERBMPString(char[] string) method DERBMPString (line 95) | public DERBMPString( method getString (line 101) | public String getString() method toString (line 106) | public String toString() method hashCode (line 111) | public int hashCode() method asn1Equals (line 116) | protected boolean asn1Equals( method isConstructed (line 129) | boolean isConstructed() method encodedLength (line 134) | int encodedLength() method encode (line 139) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERBitString.java class DERBitString (line 12) | public class DERBitString method getPadBits (line 25) | static protected int getPadBits( method getBytes (line 73) | static protected byte[] getBytes(int bitString) method getInstance (line 99) | public static DERBitString getInstance( method getInstance (line 119) | public static DERBitString getInstance( method DERBitString (line 135) | protected DERBitString( method DERBitString (line 148) | public DERBitString( method DERBitString (line 156) | public DERBitString( method DERBitString (line 162) | public DERBitString( method DERBitString (line 169) | public DERBitString( method getBytes (line 177) | public byte[] getBytes() method getPadBits (line 182) | public int getPadBits() method intValue (line 191) | public int intValue() method isConstructed (line 203) | boolean isConstructed() method encodedLength (line 208) | int encodedLength() method encode (line 213) | void encode( method hashCode (line 225) | public int hashCode() method asn1Equals (line 230) | protected boolean asn1Equals( method getString (line 244) | public String getString() method toString (line 270) | public String toString() method fromOctetString (line 275) | static DERBitString fromOctetString(byte[] bytes) method fromInputStream (line 293) | static DERBitString fromInputStream(int length, InputStream stream) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERBoolean.java class DERBoolean (line 8) | public class DERBoolean method getInstance (line 25) | public static ASN1Boolean getInstance( method getInstance (line 44) | public static ASN1Boolean getInstance( method getInstance (line 53) | public static ASN1Boolean getInstance( method getInstance (line 68) | public static ASN1Boolean getInstance( method DERBoolean (line 84) | DERBoolean( method DERBoolean (line 110) | public DERBoolean( method isTrue (line 116) | public boolean isTrue() method isConstructed (line 121) | boolean isConstructed() method encodedLength (line 126) | int encodedLength() method encode (line 131) | void encode( method asn1Equals (line 138) | protected boolean asn1Equals( method hashCode (line 149) | public int hashCode() method toString (line 155) | public String toString() method fromOctetString (line 160) | static ASN1Boolean fromOctetString(byte[] value) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DEREncodableVector.java class DEREncodableVector (line 8) | public class DEREncodableVector method DEREncodableVector (line 14) | public DEREncodableVector() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DEREnumerated.java class DEREnumerated (line 9) | public class DEREnumerated method getInstance (line 19) | public static ASN1Enumerated getInstance( method getInstance (line 56) | public static DEREnumerated getInstance( method DEREnumerated (line 72) | public DEREnumerated( method DEREnumerated (line 78) | public DEREnumerated( method DEREnumerated (line 84) | public DEREnumerated( method getValue (line 90) | public BigInteger getValue() method isConstructed (line 95) | boolean isConstructed() method encodedLength (line 100) | int encodedLength() method encode (line 105) | void encode( method asn1Equals (line 112) | boolean asn1Equals( method hashCode (line 125) | public int hashCode() method fromOctetString (line 132) | static ASN1Enumerated fromOctetString(byte[] enc) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERExternal.java class DERExternal (line 9) | public class DERExternal method DERExternal (line 18) | public DERExternal(ASN1EncodableVector vector) method getObjFromVector (line 56) | private ASN1Primitive getObjFromVector(ASN1EncodableVector v, int index) method DERExternal (line 73) | public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer i... method DERExternal (line 87) | public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer i... method hashCode (line 99) | public int hashCode() method isConstructed (line 118) | boolean isConstructed() method encodedLength (line 123) | int encodedLength() method encode (line 132) | void encode(ASN1OutputStream out) method asn1Equals (line 156) | boolean asn1Equals(ASN1Primitive o) method getDataValueDescriptor (line 195) | public ASN1Primitive getDataValueDescriptor() method getDirectReference (line 204) | public ASN1ObjectIdentifier getDirectReference() method getEncoding (line 218) | public int getEncoding() method getExternalContent (line 227) | public ASN1Primitive getExternalContent() method getIndirectReference (line 236) | public ASN1Integer getIndirectReference() method setDataValueDescriptor (line 245) | private void setDataValueDescriptor(ASN1Primitive dataValueDescriptor) method setDirectReference (line 254) | private void setDirectReference(ASN1ObjectIdentifier directReferemce) method setEncoding (line 268) | private void setEncoding(int encoding) method setExternalContent (line 281) | private void setExternalContent(ASN1Primitive externalContent) method setIndirectReference (line 290) | private void setIndirectReference(ASN1Integer indirectReference) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERExternalParser.java class DERExternalParser (line 5) | public class DERExternalParser method DERExternalParser (line 13) | public DERExternalParser(ASN1StreamParser parser) method readObject (line 18) | public ASN1Encodable readObject() method getLoadedObject (line 24) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 37) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERFactory.java class DERFactory (line 3) | class DERFactory method createSequence (line 8) | static ASN1Sequence createSequence(ASN1EncodableVector v) method createSet (line 13) | static ASN1Set createSet(ASN1EncodableVector v) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERGeneralString.java class DERGeneralString (line 9) | public class DERGeneralString method getInstance (line 15) | public static DERGeneralString getInstance( method getInstance (line 39) | public static DERGeneralString getInstance( method DERGeneralString (line 55) | DERGeneralString(byte[] string) method DERGeneralString (line 60) | public DERGeneralString(String string) method getString (line 65) | public String getString() method toString (line 70) | public String toString() method getOctets (line 75) | public byte[] getOctets() method isConstructed (line 80) | boolean isConstructed() method encodedLength (line 85) | int encodedLength() method encode (line 90) | void encode(ASN1OutputStream out) method hashCode (line 96) | public int hashCode() method asn1Equals (line 101) | boolean asn1Equals(ASN1Primitive o) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERGeneralizedTime.java class DERGeneralizedTime (line 17) | public class DERGeneralizedTime method getInstance (line 27) | public static ASN1GeneralizedTime getInstance( method getInstance (line 64) | public static ASN1GeneralizedTime getInstance( method DERGeneralizedTime (line 89) | public DERGeneralizedTime( method DERGeneralizedTime (line 106) | public DERGeneralizedTime( method DERGeneralizedTime (line 116) | DERGeneralizedTime( method getTimeString (line 126) | public String getTimeString() method getTime (line 143) | public String getTime() method calculateGMTOffset (line 182) | private String calculateGMTOffset() method convert (line 210) | private String convert(int time) method getDate (line 220) | public Date getDate() method hasFractionalSeconds (line 302) | private boolean hasFractionalSeconds() method isConstructed (line 317) | boolean isConstructed() method encodedLength (line 322) | int encodedLength() method encode (line 329) | void encode( method asn1Equals (line 336) | boolean asn1Equals( method hashCode (line 347) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERGenerator.java class DERGenerator (line 11) | public abstract class DERGenerator method DERGenerator (line 18) | protected DERGenerator( method DERGenerator (line 24) | public DERGenerator( method writeLength (line 36) | private void writeLength( method writeDEREncoded (line 64) | void writeDEREncoded( method writeDEREncoded (line 75) | void writeDEREncoded( method writeDEREncoded (line 112) | void writeDEREncoded( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERIA5String.java class DERIA5String (line 12) | public class DERIA5String method getInstance (line 23) | public static DERIA5String getInstance( method getInstance (line 55) | public static DERIA5String getInstance( method DERIA5String (line 74) | DERIA5String( method DERIA5String (line 83) | public DERIA5String( method DERIA5String (line 97) | public DERIA5String( method getString (line 113) | public String getString() method toString (line 118) | public String toString() method getOctets (line 123) | public byte[] getOctets() method isConstructed (line 128) | boolean isConstructed() method encodedLength (line 133) | int encodedLength() method encode (line 138) | void encode( method hashCode (line 145) | public int hashCode() method asn1Equals (line 150) | boolean asn1Equals( method isIA5String (line 169) | public static boolean isIA5String( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERInteger.java class DERInteger (line 9) | public class DERInteger method getInstance (line 19) | public static ASN1Integer getInstance( method getInstance (line 55) | public static ASN1Integer getInstance( method DERInteger (line 71) | public DERInteger( method DERInteger (line 77) | public DERInteger( method DERInteger (line 83) | public DERInteger( method getValue (line 89) | public BigInteger getValue() method getPositiveValue (line 98) | public BigInteger getPositiveValue() method isConstructed (line 103) | boolean isConstructed() method encodedLength (line 108) | int encodedLength() method encode (line 113) | void encode( method hashCode (line 120) | public int hashCode() method asn1Equals (line 132) | boolean asn1Equals( method toString (line 145) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERNull.java class DERNull (line 8) | public class DERNull method DERNull (line 18) | public DERNull() method isConstructed (line 22) | boolean isConstructed() method encodedLength (line 27) | int encodedLength() method encode (line 32) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERNumericString.java class DERNumericString (line 12) | public class DERNumericString method getInstance (line 23) | public static DERNumericString getInstance( method getInstance (line 55) | public static DERNumericString getInstance( method DERNumericString (line 74) | DERNumericString( method DERNumericString (line 83) | public DERNumericString( method DERNumericString (line 97) | public DERNumericString( method getString (line 109) | public String getString() method toString (line 114) | public String toString() method getOctets (line 119) | public byte[] getOctets() method isConstructed (line 124) | boolean isConstructed() method encodedLength (line 129) | int encodedLength() method encode (line 134) | void encode( method hashCode (line 141) | public int hashCode() method asn1Equals (line 146) | boolean asn1Equals( method isNumericString (line 165) | public static boolean isNumericString( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERObjectIdentifier.java class DERObjectIdentifier (line 10) | public class DERObjectIdentifier method getInstance (line 22) | public static ASN1ObjectIdentifier getInstance( method getInstance (line 57) | public static ASN1ObjectIdentifier getInstance( method DERObjectIdentifier (line 75) | DERObjectIdentifier( method DERObjectIdentifier (line 152) | public DERObjectIdentifier( method DERObjectIdentifier (line 167) | DERObjectIdentifier(DERObjectIdentifier oid, String branchID) method getId (line 177) | public String getId() method writeField (line 182) | private void writeField( method writeField (line 197) | private void writeField( method doOutput (line 220) | private void doOutput(ByteArrayOutputStream aOut) method getBody (line 249) | protected synchronized byte[] getBody() method isConstructed (line 263) | boolean isConstructed() method encodedLength (line 268) | int encodedLength() method encode (line 276) | void encode( method hashCode (line 287) | public int hashCode() method asn1Equals (line 292) | boolean asn1Equals( method toString (line 303) | public String toString() method isValidBranchID (line 308) | private static boolean isValidBranchID( method isValidIdentifier (line 342) | private static boolean isValidIdentifier( method fromOctetString (line 361) | static ASN1ObjectIdentifier fromOctetString(byte[] enc) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DEROctetString.java class DEROctetString (line 5) | public class DEROctetString method DEROctetString (line 11) | public DEROctetString( method DEROctetString (line 17) | public DEROctetString( method isConstructed (line 24) | boolean isConstructed() method encodedLength (line 29) | int encodedLength() method encode (line 34) | void encode( method encode (line 41) | static void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DEROctetStringParser.java class DEROctetStringParser (line 6) | public class DEROctetStringParser method DEROctetStringParser (line 11) | DEROctetStringParser( method getOctetStream (line 17) | public InputStream getOctetStream() method getLoadedObject (line 22) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 28) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DEROutputStream.java class DEROutputStream (line 9) | public class DEROutputStream method DEROutputStream (line 12) | public DEROutputStream( method writeObject (line 18) | public void writeObject( method getDERSubStream (line 32) | ASN1OutputStream getDERSubStream() method getDLSubStream (line 37) | ASN1OutputStream getDLSubStream() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERPrintableString.java class DERPrintableString (line 12) | public class DERPrintableString method getInstance (line 23) | public static DERPrintableString getInstance( method getInstance (line 55) | public static DERPrintableString getInstance( method DERPrintableString (line 74) | DERPrintableString( method DERPrintableString (line 83) | public DERPrintableString( method DERPrintableString (line 97) | public DERPrintableString( method getString (line 109) | public String getString() method getOctets (line 114) | public byte[] getOctets() method isConstructed (line 119) | boolean isConstructed() method encodedLength (line 124) | int encodedLength() method encode (line 129) | void encode( method hashCode (line 136) | public int hashCode() method asn1Equals (line 141) | boolean asn1Equals( method toString (line 154) | public String toString() method isPrintableString (line 165) | public static boolean isPrintableString( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERSequence.java class DERSequence (line 6) | public class DERSequence method DERSequence (line 14) | public DERSequence() method DERSequence (line 21) | public DERSequence( method DERSequence (line 30) | public DERSequence( method DERSequence (line 39) | public DERSequence( method getBodyLength (line 45) | private int getBodyLength() method encodedLength (line 65) | int encodedLength() method encode (line 81) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERSequenceGenerator.java class DERSequenceGenerator (line 7) | public class DERSequenceGenerator method DERSequenceGenerator (line 12) | public DERSequenceGenerator( method DERSequenceGenerator (line 19) | public DERSequenceGenerator( method addObject (line 28) | public void addObject( method getRawOutputStream (line 35) | public OutputStream getRawOutputStream() method close (line 40) | public void close() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERSequenceParser.java class DERSequenceParser (line 5) | public class DERSequenceParser method DERSequenceParser (line 10) | DERSequenceParser(ASN1StreamParser parser) method readObject (line 15) | public ASN1Encodable readObject() method getLoadedObject (line 21) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 27) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERSet.java class DERSet (line 9) | public class DERSet method DERSet (line 17) | public DERSet() method DERSet (line 24) | public DERSet( method DERSet (line 33) | public DERSet( method DERSet (line 42) | public DERSet( method DERSet (line 48) | DERSet( method getBodyLength (line 55) | private int getBodyLength() method encodedLength (line 75) | int encodedLength() method encode (line 91) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERSetParser.java class DERSetParser (line 5) | public class DERSetParser method DERSetParser (line 10) | DERSetParser(ASN1StreamParser parser) method readObject (line 15) | public ASN1Encodable readObject() method getLoadedObject (line 21) | public ASN1Primitive getLoadedObject() method toASN1Primitive (line 27) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERT61String.java class DERT61String (line 13) | public class DERT61String method getInstance (line 24) | public static DERT61String getInstance( method getInstance (line 56) | public static DERT61String getInstance( method DERT61String (line 75) | public DERT61String( method DERT61String (line 84) | public DERT61String( method getString (line 94) | public String getString() method toString (line 99) | public String toString() method isConstructed (line 104) | boolean isConstructed() method encodedLength (line 109) | int encodedLength() method encode (line 114) | void encode( method getOctets (line 125) | public byte[] getOctets() method asn1Equals (line 130) | boolean asn1Equals( method hashCode (line 141) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERT61UTF8String.java class DERT61UTF8String (line 13) | public class DERT61UTF8String method getInstance (line 24) | public static DERT61UTF8String getInstance( method getInstance (line 61) | public static DERT61UTF8String getInstance( method DERT61UTF8String (line 80) | public DERT61UTF8String( method DERT61UTF8String (line 89) | public DERT61UTF8String( method getString (line 100) | public String getString() method toString (line 105) | public String toString() method isConstructed (line 110) | boolean isConstructed() method encodedLength (line 115) | int encodedLength() method encode (line 120) | void encode( method getOctets (line 132) | public byte[] getOctets() method asn1Equals (line 137) | boolean asn1Equals( method hashCode (line 148) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERTaggedObject.java class DERTaggedObject (line 10) | public class DERTaggedObject method DERTaggedObject (line 20) | public DERTaggedObject( method DERTaggedObject (line 28) | public DERTaggedObject(int tagNo, ASN1Encodable encodable) method isConstructed (line 33) | boolean isConstructed() method encodedLength (line 54) | int encodedLength() method encode (line 80) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERTags.java type DERTags (line 6) | public interface DERTags FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERUTCTime.java class DERUTCTime (line 16) | public class DERUTCTime method getInstance (line 26) | public static ASN1UTCTime getInstance( method getInstance (line 63) | public static ASN1UTCTime getInstance( method DERUTCTime (line 89) | public DERUTCTime( method DERUTCTime (line 106) | public DERUTCTime( method DERUTCTime (line 116) | DERUTCTime( method getDate (line 129) | public Date getDate() method getAdjustedDate (line 144) | public Date getAdjustedDate() method getTime (line 170) | public String getTime() method getAdjustedTime (line 217) | public String getAdjustedTime() method isConstructed (line 231) | boolean isConstructed() method encodedLength (line 236) | int encodedLength() method encode (line 243) | void encode( method asn1Equals (line 259) | boolean asn1Equals( method hashCode (line 270) | public int hashCode() method toString (line 275) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERUTF8String.java class DERUTF8String (line 12) | public class DERUTF8String method getInstance (line 24) | public static DERUTF8String getInstance(Object obj) method getInstance (line 58) | public static DERUTF8String getInstance( method DERUTF8String (line 77) | DERUTF8String(byte[] string) method DERUTF8String (line 85) | public DERUTF8String(String string) method getString (line 90) | public String getString() method toString (line 95) | public String toString() method hashCode (line 100) | public int hashCode() method asn1Equals (line 105) | boolean asn1Equals(ASN1Primitive o) method isConstructed (line 117) | boolean isConstructed() method encodedLength (line 122) | int encodedLength() method encode (line 128) | void encode(ASN1OutputStream out) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERUniversalString.java class DERUniversalString (line 12) | public class DERUniversalString method getInstance (line 24) | public static DERUniversalString getInstance( method getInstance (line 56) | public static DERUniversalString getInstance( method DERUniversalString (line 75) | public DERUniversalString( method getString (line 81) | public String getString() method toString (line 107) | public String toString() method getOctets (line 112) | public byte[] getOctets() method isConstructed (line 117) | boolean isConstructed() method encodedLength (line 122) | int encodedLength() method encode (line 127) | void encode( method asn1Equals (line 134) | boolean asn1Equals( method hashCode (line 145) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DERVisibleString.java class DERVisibleString (line 12) | public class DERVisibleString method getInstance (line 23) | public static DERVisibleString getInstance( method getInstance (line 55) | public static DERVisibleString getInstance( method DERVisibleString (line 74) | DERVisibleString( method DERVisibleString (line 83) | public DERVisibleString( method getString (line 89) | public String getString() method toString (line 94) | public String toString() method getOctets (line 99) | public byte[] getOctets() method isConstructed (line 104) | boolean isConstructed() method encodedLength (line 109) | int encodedLength() method encode (line 114) | void encode( method asn1Equals (line 121) | boolean asn1Equals( method hashCode (line 132) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DLOutputStream.java class DLOutputStream (line 9) | public class DLOutputStream method DLOutputStream (line 12) | public DLOutputStream( method writeObject (line 18) | public void writeObject( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DLSequence.java class DLSequence (line 6) | public class DLSequence method DLSequence (line 14) | public DLSequence() method DLSequence (line 21) | public DLSequence( method DLSequence (line 30) | public DLSequence( method DLSequence (line 39) | public DLSequence( method getBodyLength (line 45) | private int getBodyLength() method encodedLength (line 65) | int encodedLength() method encode (line 81) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DLSet.java class DLSet (line 9) | public class DLSet method DLSet (line 17) | public DLSet() method DLSet (line 24) | public DLSet( method DLSet (line 33) | public DLSet( method DLSet (line 42) | public DLSet( method getBodyLength (line 48) | private int getBodyLength() method encodedLength (line 68) | int encodedLength() method encode (line 84) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DLTaggedObject.java class DLTaggedObject (line 10) | public class DLTaggedObject method DLTaggedObject (line 20) | public DLTaggedObject( method isConstructed (line 28) | boolean isConstructed() method encodedLength (line 49) | int encodedLength() method encode (line 74) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/DefiniteLengthInputStream.java class DefiniteLengthInputStream (line 10) | class DefiniteLengthInputStream method DefiniteLengthInputStream (line 18) | DefiniteLengthInputStream( method getRemaining (line 38) | int getRemaining() method read (line 43) | public int read() method read (line 66) | public int read(byte[] buf, int off, int len) method toByteArray (line 90) | byte[] toByteArray() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/InMemoryRepresentable.java type InMemoryRepresentable (line 5) | public interface InMemoryRepresentable method getLoadedObject (line 7) | ASN1Primitive getLoadedObject() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/IndefiniteLengthInputStream.java class IndefiniteLengthInputStream (line 7) | class IndefiniteLengthInputStream method IndefiniteLengthInputStream (line 15) | IndefiniteLengthInputStream( method setEofOn00 (line 34) | void setEofOn00( method checkForEof (line 41) | private boolean checkForEof() method read (line 51) | public int read(byte[] b, int off, int len) method read (line 88) | public int read() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/LazyConstructionEnumeration.java class LazyConstructionEnumeration (line 6) | class LazyConstructionEnumeration method LazyConstructionEnumeration (line 12) | public LazyConstructionEnumeration(byte[] encoded) method hasMoreElements (line 18) | public boolean hasMoreElements() method nextElement (line 23) | public Object nextElement() method readObject (line 32) | private Object readObject() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/LazyEncodedSequence.java class LazyEncodedSequence (line 9) | class LazyEncodedSequence method LazyEncodedSequence (line 14) | LazyEncodedSequence( method parse (line 21) | private void parse() method getObjectAt (line 33) | public synchronized ASN1Encodable getObjectAt(int index) method getObjects (line 43) | public synchronized Enumeration getObjects() method size (line 53) | public synchronized int size() method toDERObject (line 63) | ASN1Primitive toDERObject() method toDLObject (line 73) | ASN1Primitive toDLObject() method encodedLength (line 83) | int encodedLength() method encode (line 96) | void encode( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/LimitedInputStream.java class LimitedInputStream (line 5) | abstract class LimitedInputStream method LimitedInputStream (line 11) | LimitedInputStream( method getRemaining (line 19) | int getRemaining() method setParentEofDetect (line 25) | protected void setParentEofDetect(boolean on) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/OIDTokenizer.java class OIDTokenizer (line 9) | public class OIDTokenizer method OIDTokenizer (line 14) | public OIDTokenizer( method hasMoreTokens (line 21) | public boolean hasMoreTokens() method nextToken (line 26) | public String nextToken() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/StreamUtil.java class StreamUtil (line 9) | class StreamUtil method findLimit (line 19) | static int findLimit(InputStream in) method calculateBodyLength (line 59) | static int calculateBodyLength( method calculateTagLength (line 83) | static int calculateTagLength(int tagNo) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.java type CryptoProObjectIdentifiers (line 5) | public interface CryptoProObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java class ECGOST3410NamedCurves (line 17) | public class ECGOST3410NamedCurves method getByOID (line 128) | public static ECDomainParameters getByOID( method getNames (line 138) | public static Enumeration getNames() method getByName (line 143) | public static ECDomainParameters getByName( method getName (line 159) | public static String getName( method getOID (line 165) | public static ASN1ObjectIdentifier getOID(String name) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/kisa/KISAObjectIdentifiers.java type KISAObjectIdentifiers (line 5) | public interface KISAObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/nist/NISTNamedCurves.java class NISTNamedCurves (line 16) | public class NISTNamedCurves method defineCurve (line 21) | static void defineCurve(String name, ASN1ObjectIdentifier oid) method getByName (line 46) | public static X9ECParameters getByName( method getByOID (line 65) | public static X9ECParameters getByOID( method getOID (line 77) | public static ASN1ObjectIdentifier getOID( method getName (line 86) | public static String getName( method getNames (line 96) | public static Enumeration getNames() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.java type NISTObjectIdentifiers (line 5) | public interface NISTObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/ntt/NTTObjectIdentifiers.java type NTTObjectIdentifiers (line 8) | public interface NTTObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.java type OIWObjectIdentifiers (line 5) | public interface OIWObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.java type PKCSObjectIdentifiers (line 5) | public interface PKCSObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.java class PrivateKeyInfo (line 23) | public class PrivateKeyInfo method getInstance (line 30) | public static PrivateKeyInfo getInstance( method getInstance (line 37) | public static PrivateKeyInfo getInstance( method PrivateKeyInfo (line 52) | public PrivateKeyInfo( method PrivateKeyInfo (line 60) | public PrivateKeyInfo( method PrivateKeyInfo (line 75) | public PrivateKeyInfo( method getPrivateKeyAlgorithm (line 95) | public AlgorithmIdentifier getPrivateKeyAlgorithm() method getAlgorithmId (line 102) | public AlgorithmIdentifier getAlgorithmId() method parsePrivateKey (line 107) | public ASN1Encodable parsePrivateKey() method getPrivateKey (line 116) | public ASN1Primitive getPrivateKey() method getAttributes (line 128) | public ASN1Set getAttributes() method toASN1Primitive (line 150) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/pkcs/RSASSAPSSparams.java class RSASSAPSSparams (line 18) | public class RSASSAPSSparams method getInstance (line 31) | public static RSASSAPSSparams getInstance( method RSASSAPSSparams (line 49) | public RSASSAPSSparams() method RSASSAPSSparams (line 57) | public RSASSAPSSparams( method RSASSAPSSparams (line 69) | private RSASSAPSSparams( method getHashAlgorithm (line 101) | public AlgorithmIdentifier getHashAlgorithm() method getMaskGenAlgorithm (line 106) | public AlgorithmIdentifier getMaskGenAlgorithm() method getSaltLength (line 111) | public BigInteger getSaltLength() method getTrailerField (line 116) | public BigInteger getTrailerField() method toASN1Primitive (line 147) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/sec/SECNamedCurves.java class SECNamedCurves (line 17) | public class SECNamedCurves method fromHex (line 19) | private static BigInteger fromHex( method createParameters (line 30) | protected X9ECParameters createParameters() method createParameters (line 56) | protected X9ECParameters createParameters() method createParameters (line 82) | protected X9ECParameters createParameters() method createParameters (line 108) | protected X9ECParameters createParameters() method createParameters (line 134) | protected X9ECParameters createParameters() method createParameters (line 160) | protected X9ECParameters createParameters() method createParameters (line 186) | protected X9ECParameters createParameters() method createParameters (line 212) | protected X9ECParameters createParameters() method createParameters (line 238) | protected X9ECParameters createParameters() method createParameters (line 264) | protected X9ECParameters createParameters() method createParameters (line 290) | protected X9ECParameters createParameters() method createParameters (line 316) | protected X9ECParameters createParameters() method createParameters (line 342) | protected X9ECParameters createParameters() method createParameters (line 368) | protected X9ECParameters createParameters() method createParameters (line 394) | protected X9ECParameters createParameters() method createParameters (line 420) | protected X9ECParameters createParameters() method createParameters (line 447) | protected X9ECParameters createParameters() method createParameters (line 474) | protected X9ECParameters createParameters() method createParameters (line 503) | protected X9ECParameters createParameters() method createParameters (line 532) | protected X9ECParameters createParameters() method createParameters (line 561) | protected X9ECParameters createParameters() method createParameters (line 590) | protected X9ECParameters createParameters() method createParameters (line 619) | protected X9ECParameters createParameters() method createParameters (line 646) | protected X9ECParameters createParameters() method createParameters (line 673) | protected X9ECParameters createParameters() method createParameters (line 700) | protected X9ECParameters createParameters() method createParameters (line 727) | protected X9ECParameters createParameters() method createParameters (line 754) | protected X9ECParameters createParameters() method createParameters (line 783) | protected X9ECParameters createParameters() method createParameters (line 812) | protected X9ECParameters createParameters() method createParameters (line 839) | protected X9ECParameters createParameters() method createParameters (line 866) | protected X9ECParameters createParameters() method createParameters (line 895) | protected X9ECParameters createParameters() method defineCurve (line 924) | static void defineCurve(String name, ASN1ObjectIdentifier oid, X9ECPar... method getByName (line 969) | public static X9ECParameters getByName( method getByOID (line 988) | public static X9ECParameters getByOID( method getOID (line 1007) | public static ASN1ObjectIdentifier getOID( method getName (line 1016) | public static String getName( method getNames (line 1026) | public static Enumeration getNames() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/sec/SECObjectIdentifiers.java type SECObjectIdentifiers (line 6) | public interface SECObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java class TeleTrusTNamedCurves (line 19) | public class TeleTrusTNamedCurves method createParameters (line 23) | protected X9ECParameters createParameters() method createParameters (line 40) | protected X9ECParameters createParameters() method createParameters (line 58) | protected X9ECParameters createParameters() method createParameters (line 75) | protected X9ECParameters createParameters() method createParameters (line 93) | protected X9ECParameters createParameters() method createParameters (line 109) | protected X9ECParameters createParameters() method createParameters (line 126) | protected X9ECParameters createParameters() method createParameters (line 142) | protected X9ECParameters createParameters() method createParameters (line 159) | protected X9ECParameters createParameters() method createParameters (line 175) | protected X9ECParameters createParameters() method createParameters (line 192) | protected X9ECParameters createParameters() method createParameters (line 208) | protected X9ECParameters createParameters() method createParameters (line 225) | protected X9ECParameters createParameters() method createParameters (line 241) | protected X9ECParameters createParameters() method defineCurve (line 261) | static void defineCurve(String name, ASN1ObjectIdentifier oid, X9ECPar... method getByName (line 286) | public static X9ECParameters getByName( method getByOID (line 305) | public static X9ECParameters getByOID( method getOID (line 324) | public static ASN1ObjectIdentifier getOID( method getName (line 333) | public static String getName( method getNames (line 343) | public static Enumeration getNames() method getOID (line 348) | public static ASN1ObjectIdentifier getOID(short curvesize, boolean twi... FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.java type TeleTrusTObjectIdentifiers (line 5) | public interface TeleTrusTObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/AttributeTypeAndValue.java class AttributeTypeAndValue (line 11) | public class AttributeTypeAndValue method AttributeTypeAndValue (line 17) | private AttributeTypeAndValue(ASN1Sequence seq) method getInstance (line 23) | public static AttributeTypeAndValue getInstance(Object o) method AttributeTypeAndValue (line 37) | public AttributeTypeAndValue( method getType (line 45) | public ASN1ObjectIdentifier getType() method getValue (line 50) | public ASN1Encodable getValue() method toASN1Primitive (line 63) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/RDN.java class RDN (line 12) | public class RDN method RDN (line 17) | private RDN(ASN1Set values) method getInstance (line 22) | public static RDN getInstance(Object obj) method RDN (line 42) | public RDN(ASN1ObjectIdentifier oid, ASN1Encodable value) method RDN (line 52) | public RDN(AttributeTypeAndValue attrTAndV) method RDN (line 62) | public RDN(AttributeTypeAndValue[] aAndVs) method isMultiValued (line 67) | public boolean isMultiValued() method size (line 77) | public int size() method getFirst (line 82) | public AttributeTypeAndValue getFirst() method getTypesAndValues (line 92) | public AttributeTypeAndValue[] getTypesAndValues() method toASN1Primitive (line 115) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/X500Name.java class X500Name (line 30) | public class X500Name method X500Name (line 42) | public X500Name(X500NameStyle style, X500Name name) method getInstance (line 55) | public static X500Name getInstance( method getInstance (line 63) | public static X500Name getInstance( method getInstance (line 78) | public static X500Name getInstance( method X500Name (line 99) | private X500Name( method X500Name (line 105) | private X500Name( method X500Name (line 120) | public X500Name( method X500Name (line 126) | public X500Name( method X500Name (line 134) | public X500Name( method X500Name (line 140) | public X500Name( method getRDNs (line 154) | public RDN[] getRDNs() method getAttributeTypes (line 168) | public ASN1ObjectIdentifier[] getAttributeTypes() method getRDNs (line 210) | public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) method toASN1Primitive (line 247) | public ASN1Primitive toASN1Primitive() method hashCode (line 252) | public int hashCode() method equals (line 269) | public boolean equals(Object obj) method toString (line 298) | public String toString() method setDefaultStyle (line 308) | public static void setDefaultStyle(X500NameStyle style) method getDefaultStyle (line 323) | public static X500NameStyle getDefaultStyle() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/X500NameBuilder.java class X500NameBuilder (line 10) | public class X500NameBuilder method X500NameBuilder (line 15) | public X500NameBuilder() method X500NameBuilder (line 20) | public X500NameBuilder(X500NameStyle template) method addRDN (line 25) | public X500NameBuilder addRDN(ASN1ObjectIdentifier oid, String value) method addRDN (line 32) | public X500NameBuilder addRDN(ASN1ObjectIdentifier oid, ASN1Encodable ... method addRDN (line 39) | public X500NameBuilder addRDN(AttributeTypeAndValue attrTAndV) method addMultiValuedRDN (line 46) | public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ... method addMultiValuedRDN (line 58) | public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ... method addMultiValuedRDN (line 70) | public X500NameBuilder addMultiValuedRDN(AttributeTypeAndValue[] attrT... method build (line 77) | public X500Name build() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/X500NameStyle.java type X500NameStyle (line 13) | public interface X500NameStyle method stringToValue (line 23) | ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value); method attrNameToOID (line 31) | ASN1ObjectIdentifier attrNameToOID(String attrName); method fromString (line 38) | RDN[] fromString(String dirName); method areEqual (line 47) | boolean areEqual(X500Name name1, X500Name name2); method calculateHashCode (line 55) | int calculateHashCode(X500Name name); method toString (line 62) | String toString(X500Name name); method oidToDisplayName (line 70) | String oidToDisplayName(ASN1ObjectIdentifier oid); method oidToAttrNames (line 78) | String[] oidToAttrNames(ASN1ObjectIdentifier oid); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/style/BCStyle.java class BCStyle (line 20) | public class BCStyle method BCStyle (line 277) | protected BCStyle() method stringToValue (line 282) | public ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String va... method oidToDisplayName (line 319) | public String oidToDisplayName(ASN1ObjectIdentifier oid) method oidToAttrNames (line 324) | public String[] oidToAttrNames(ASN1ObjectIdentifier oid) method attrNameToOID (line 329) | public ASN1ObjectIdentifier attrNameToOID(String attrName) method areEqual (line 334) | public boolean areEqual(X500Name name1, X500Name name2) method foundMatch (line 362) | private boolean foundMatch(boolean reverse, RDN rdn, RDN[] possRDNs) method rdnAreEqual (line 390) | protected boolean rdnAreEqual(RDN rdn1, RDN rdn2) method fromString (line 395) | public RDN[] fromString(String dirName) method calculateHashCode (line 400) | public int calculateHashCode(X500Name name) method calcHashCode (line 428) | private int calcHashCode(ASN1Encodable enc) method toString (line 437) | public String toString(X500Name name) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/style/IETFUtils.java class IETFUtils (line 22) | public class IETFUtils method unescape (line 24) | private static String unescape(String elt) method isHexDigit (line 112) | private static boolean isHexDigit(char c) method convertHex (line 117) | private static int convertHex(char c) method rDNsFromString (line 130) | public static RDN[] rDNsFromString(String name, X500NameStyle x500Style) method toValueArray (line 209) | private static String[] toValueArray(Vector values) method toOIDArray (line 221) | private static ASN1ObjectIdentifier[] toOIDArray(Vector oids) method findAttrNamesForOID (line 233) | public static String[] findAttrNamesForOID( method decodeAttrName (line 261) | public static ASN1ObjectIdentifier decodeAttrName( method valueFromHexString (line 283) | public static ASN1Encodable valueFromHexString( method appendRDN (line 300) | public static void appendRDN( method appendTypeAndValue (line 330) | public static void appendTypeAndValue( method valueToString (line 351) | public static String valueToString(ASN1Encodable value) method bytesToString (line 427) | private static String bytesToString( method canonicalize (line 440) | public static String canonicalize(String s) method decodeObject (line 459) | private static ASN1Primitive decodeObject(String oValue) method stripInternalSpaces (line 471) | public static String stripInternalSpaces( method rDNAreEqual (line 496) | public static boolean rDNAreEqual(RDN rdn1, RDN rdn2) method atvAreEqual (line 538) | private static boolean atvAreEqual(AttributeTypeAndValue atv1, Attribu... FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x500/style/X500NameTokenizer.java class X500NameTokenizer (line 9) | class X500NameTokenizer method X500NameTokenizer (line 16) | public X500NameTokenizer( method X500NameTokenizer (line 22) | public X500NameTokenizer( method hasMoreTokens (line 31) | public boolean hasMoreTokens() method nextToken (line 36) | public String nextToken() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/AlgorithmIdentifier.java class AlgorithmIdentifier (line 14) | public class AlgorithmIdentifier method getInstance (line 21) | public static AlgorithmIdentifier getInstance( method getInstance (line 28) | public static AlgorithmIdentifier getInstance( method AlgorithmIdentifier (line 51) | public AlgorithmIdentifier( method AlgorithmIdentifier (line 61) | public AlgorithmIdentifier( method AlgorithmIdentifier (line 71) | public AlgorithmIdentifier( method AlgorithmIdentifier (line 82) | public AlgorithmIdentifier( method AlgorithmIdentifier (line 91) | public AlgorithmIdentifier( method AlgorithmIdentifier (line 104) | public AlgorithmIdentifier( method getAlgorithm (line 126) | public ASN1ObjectIdentifier getAlgorithm() method getObjectId (line 135) | public ASN1ObjectIdentifier getObjectId() method getParameters (line 140) | public ASN1Encodable getParameters() method toASN1Primitive (line 153) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/AttCertIssuer.java class AttCertIssuer (line 11) | public class AttCertIssuer method getInstance (line 18) | public static AttCertIssuer getInstance( method getInstance (line 45) | public static AttCertIssuer getInstance( method AttCertIssuer (line 58) | public AttCertIssuer( method AttCertIssuer (line 65) | public AttCertIssuer( method getIssuer (line 72) | public ASN1Encodable getIssuer() method toASN1Primitive (line 87) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/AttCertValidityPeriod.java class AttCertValidityPeriod (line 10) | public class AttCertValidityPeriod method getInstance (line 16) | public static AttCertValidityPeriod getInstance( method AttCertValidityPeriod (line 31) | private AttCertValidityPeriod( method AttCertValidityPeriod (line 48) | public AttCertValidityPeriod( method getNotBeforeTime (line 56) | public ASN1GeneralizedTime getNotBeforeTime() method getNotAfterTime (line 61) | public ASN1GeneralizedTime getNotAfterTime() method toASN1Primitive (line 75) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/Attribute.java class Attribute (line 12) | public class Attribute method getInstance (line 24) | public static Attribute getInstance( method Attribute (line 40) | private Attribute( method Attribute (line 52) | public Attribute( method getAttrType (line 60) | public ASN1ObjectIdentifier getAttrType() method getAttributeValues (line 65) | public ASN1Encodable[] getAttributeValues() method getAttrValues (line 70) | public ASN1Set getAttrValues() method toASN1Primitive (line 84) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/AttributeCertificate.java class AttributeCertificate (line 10) | public class AttributeCertificate method getInstance (line 21) | public static AttributeCertificate getInstance(Object obj) method AttributeCertificate (line 35) | public AttributeCertificate( method AttributeCertificate (line 45) | public AttributeCertificate( method getAcinfo (line 59) | public AttributeCertificateInfo getAcinfo() method getSignatureAlgorithm (line 64) | public AlgorithmIdentifier getSignatureAlgorithm() method getSignatureValue (line 69) | public DERBitString getSignatureValue() method toASN1Primitive (line 84) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/AttributeCertificateInfo.java class AttributeCertificateInfo (line 13) | public class AttributeCertificateInfo method getInstance (line 26) | public static AttributeCertificateInfo getInstance( method getInstance (line 33) | public static AttributeCertificateInfo getInstance( method AttributeCertificateInfo (line 48) | private AttributeCertificateInfo( method getVersion (line 79) | public ASN1Integer getVersion() method getHolder (line 84) | public Holder getHolder() method getIssuer (line 89) | public AttCertIssuer getIssuer() method getSignature (line 94) | public AlgorithmIdentifier getSignature() method getSerialNumber (line 99) | public ASN1Integer getSerialNumber() method getAttrCertValidityPeriod (line 104) | public AttCertValidityPeriod getAttrCertValidityPeriod() method getAttributes (line 109) | public ASN1Sequence getAttributes() method getIssuerUniqueID (line 114) | public DERBitString getIssuerUniqueID() method getExtensions (line 119) | public Extensions getExtensions() method toASN1Primitive (line 142) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.java class AuthorityKeyIdentifier (line 34) | public class AuthorityKeyIdentifier method getInstance (line 41) | public static AuthorityKeyIdentifier getInstance( method getInstance (line 48) | public static AuthorityKeyIdentifier getInstance( method fromExtensions (line 63) | public static AuthorityKeyIdentifier fromExtensions(Extensions extensi... method AuthorityKeyIdentifier (line 68) | protected AuthorityKeyIdentifier( method AuthorityKeyIdentifier (line 107) | public AuthorityKeyIdentifier( method AuthorityKeyIdentifier (line 123) | public AuthorityKeyIdentifier( method AuthorityKeyIdentifier (line 144) | public AuthorityKeyIdentifier( method AuthorityKeyIdentifier (line 156) | public AuthorityKeyIdentifier( method AuthorityKeyIdentifier (line 168) | public AuthorityKeyIdentifier( method getKeyIdentifier (line 178) | public byte[] getKeyIdentifier() method getAuthorityCertIssuer (line 188) | public GeneralNames getAuthorityCertIssuer() method getAuthorityCertSerialNumber (line 193) | public BigInteger getAuthorityCertSerialNumber() method toASN1Primitive (line 206) | public ASN1Primitive toASN1Primitive() method toString (line 229) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/BasicConstraints.java class BasicConstraints (line 16) | public class BasicConstraints method getInstance (line 22) | public static BasicConstraints getInstance( method getInstance (line 29) | public static BasicConstraints getInstance( method fromExtensions (line 48) | public static BasicConstraints fromExtensions(Extensions extensions) method BasicConstraints (line 53) | private BasicConstraints( method BasicConstraints (line 86) | public BasicConstraints( method BasicConstraints (line 105) | public BasicConstraints( method isCA (line 112) | public boolean isCA() method getPathLenConstraint (line 117) | public BigInteger getPathLenConstraint() method toASN1Primitive (line 136) | public ASN1Primitive toASN1Primitive() method toString (line 153) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/Certificate.java class Certificate (line 21) | public class Certificate method getInstance (line 29) | public static Certificate getInstance( method getInstance (line 36) | public static Certificate getInstance( method Certificate (line 51) | private Certificate( method getTBSCertificate (line 72) | public TBSCertificate getTBSCertificate() method getVersion (line 77) | public ASN1Integer getVersion() method getVersionNumber (line 82) | public int getVersionNumber() method getSerialNumber (line 87) | public ASN1Integer getSerialNumber() method getIssuer (line 92) | public X500Name getIssuer() method getStartDate (line 97) | public Time getStartDate() method getEndDate (line 102) | public Time getEndDate() method getSubject (line 107) | public X500Name getSubject() method getSubjectPublicKeyInfo (line 112) | public SubjectPublicKeyInfo getSubjectPublicKeyInfo() method getSignatureAlgorithm (line 117) | public AlgorithmIdentifier getSignatureAlgorithm() method getSignature (line 122) | public DERBitString getSignature() method toASN1Primitive (line 127) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/CertificateList.java class CertificateList (line 29) | public class CertificateList method getInstance (line 36) | public static CertificateList getInstance( method getInstance (line 43) | public static CertificateList getInstance( method CertificateList (line 58) | public CertificateList( method getTBSCertList (line 73) | public TBSCertList getTBSCertList() method getRevokedCertificates (line 78) | public TBSCertList.CRLEntry[] getRevokedCertificates() method getRevokedCertificateEnumeration (line 83) | public Enumeration getRevokedCertificateEnumeration() method getSignatureAlgorithm (line 88) | public AlgorithmIdentifier getSignatureAlgorithm() method getSignature (line 93) | public DERBitString getSignature() method getVersionNumber (line 98) | public int getVersionNumber() method getIssuer (line 103) | public X500Name getIssuer() method getThisUpdate (line 108) | public Time getThisUpdate() method getNextUpdate (line 113) | public Time getNextUpdate() method toASN1Primitive (line 118) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/DistributionPointName.java class DistributionPointName (line 20) | public class DistributionPointName method getInstance (line 30) | public static DistributionPointName getInstance( method getInstance (line 37) | public static DistributionPointName getInstance( method DistributionPointName (line 52) | public DistributionPointName( method DistributionPointName (line 60) | public DistributionPointName( method getType (line 71) | public int getType() method getName (line 81) | public ASN1Encodable getName() method DistributionPointName (line 86) | public DistributionPointName( method toASN1Primitive (line 101) | public ASN1Primitive toASN1Primitive() method toString (line 106) | public String toString() method appendObject (line 125) | private void appendObject(StringBuffer buf, String sep, String name, S... FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/ExtendedKeyUsage.java class ExtendedKeyUsage (line 23) | public class ExtendedKeyUsage method getInstance (line 29) | public static ExtendedKeyUsage getInstance( method getInstance (line 36) | public static ExtendedKeyUsage getInstance( method fromExtensions (line 51) | public static ExtendedKeyUsage fromExtensions(Extensions extensions) method ExtendedKeyUsage (line 56) | public ExtendedKeyUsage( method ExtendedKeyUsage (line 64) | private ExtendedKeyUsage( method ExtendedKeyUsage (line 82) | public ExtendedKeyUsage( method ExtendedKeyUsage (line 99) | public ExtendedKeyUsage( method hasKeyPurposeId (line 116) | public boolean hasKeyPurposeId( method getUsages (line 127) | public KeyPurposeId[] getUsages() method size (line 139) | public int size() method toASN1Primitive (line 144) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/Extension.java class Extension (line 20) | public class Extension method Extension (line 182) | public Extension( method Extension (line 190) | public Extension( method Extension (line 198) | public Extension( method Extension (line 208) | private Extension(ASN1Sequence seq) method getInstance (line 228) | public static Extension getInstance(Object obj) method getExtnId (line 242) | public ASN1ObjectIdentifier getExtnId() method isCritical (line 247) | public boolean isCritical() method getExtnValue (line 252) | public ASN1OctetString getExtnValue() method getParsedValue (line 257) | public ASN1Encodable getParsedValue() method hashCode (line 262) | public int hashCode() method equals (line 272) | public boolean equals( method toASN1Primitive (line 287) | public ASN1Primitive toASN1Primitive() method convertValueToObject (line 309) | private static ASN1Primitive convertValueToObject( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/Extensions.java class Extensions (line 17) | public class Extensions method getInstance (line 23) | public static Extensions getInstance( method getInstance (line 30) | public static Extensions getInstance( method Extensions (line 50) | private Extensions( method Extensions (line 69) | public Extensions( method Extensions (line 81) | public Extensions( method oids (line 96) | public Enumeration oids() method getExtension (line 107) | public Extension getExtension( method getExtensionParsedValue (line 119) | public ASN1Encodable getExtensionParsedValue(ASN1ObjectIdentifier oid) method toASN1Primitive (line 141) | public ASN1Primitive toASN1Primitive() method equivalent (line 157) | public boolean equivalent( method getExtensionOIDs (line 180) | public ASN1ObjectIdentifier[] getExtensionOIDs() method getNonCriticalExtensionOIDs (line 185) | public ASN1ObjectIdentifier[] getNonCriticalExtensionOIDs() method getCriticalExtensionOIDs (line 190) | public ASN1ObjectIdentifier[] getCriticalExtensionOIDs() method getExtensionOIDs (line 195) | private ASN1ObjectIdentifier[] getExtensionOIDs(boolean isCritical) method toOidArray (line 212) | private ASN1ObjectIdentifier[] toOidArray(Vector oidVec) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/ExtensionsGenerator.java class ExtensionsGenerator (line 16) | public class ExtensionsGenerator method reset (line 24) | public void reset() method addExtension (line 38) | public void addExtension( method addExtension (line 55) | public void addExtension( method isEmpty (line 74) | public boolean isEmpty() method generate (line 84) | public Extensions generate() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/GeneralName.java class GeneralName (line 46) | public class GeneralName method GeneralName (line 67) | public GeneralName( method GeneralName (line 74) | public GeneralName( method GeneralName (line 108) | public GeneralName( method GeneralName (line 139) | public GeneralName( method getInstance (line 175) | public static GeneralName getInstance( method getInstance (line 226) | public static GeneralName getInstance( method getTagNo (line 233) | public int getTagNo() method getName (line 238) | public ASN1Encodable getName() method toString (line 243) | public String toString() method toGeneralNameEncoding (line 265) | private byte[] toGeneralNameEncoding(String ip) method parseIPv4Mask (line 333) | private void parseIPv4Mask(String mask, byte[] addr, int offset) method parseIPv4 (line 343) | private void parseIPv4(String ip, byte[] addr, int offset) method parseMask (line 354) | private int[] parseMask(String mask) method copyInts (line 366) | private void copyInts(int[] parsedIp, byte[] addr, int offSet) method parseIPv6 (line 375) | private int[] parseIPv6(String ip) method toASN1Primitive (line 429) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/GeneralNames.java class GeneralNames (line 10) | public class GeneralNames method getInstance (line 15) | public static GeneralNames getInstance( method getInstance (line 31) | public static GeneralNames getInstance( method fromExtensions (line 38) | public static GeneralNames fromExtensions(Extensions extensions, ASN1O... method GeneralNames (line 48) | public GeneralNames( method GeneralNames (line 55) | public GeneralNames( method GeneralNames (line 61) | private GeneralNames( method getNames (line 72) | public GeneralName[] getNames() method toASN1Primitive (line 87) | public ASN1Primitive toASN1Primitive() method toString (line 92) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/Holder.java class Holder (line 40) | public class Holder method getInstance (line 54) | public static Holder getInstance(Object obj) method Holder (line 77) | private Holder(ASN1TaggedObject tagObj) method Holder (line 98) | private Holder(ASN1Sequence seq) method Holder (line 129) | public Holder(IssuerSerial baseCertificateID) method Holder (line 140) | public Holder(IssuerSerial baseCertificateID, int version) method getVersion (line 151) | public int getVersion() method Holder (line 161) | public Holder(GeneralNames entityName) method Holder (line 173) | public Holder(GeneralNames entityName, int version) method Holder (line 184) | public Holder(ObjectDigestInfo objectDigestInfo) method getBaseCertificateID (line 189) | public IssuerSerial getBaseCertificateID() method getEntityName (line 200) | public GeneralNames getEntityName() method getObjectDigestInfo (line 205) | public ObjectDigestInfo getObjectDigestInfo() method toASN1Primitive (line 210) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/IssuerSerial.java class IssuerSerial (line 15) | public class IssuerSerial method getInstance (line 22) | public static IssuerSerial getInstance( method getInstance (line 38) | public static IssuerSerial getInstance( method IssuerSerial (line 45) | private IssuerSerial( method IssuerSerial (line 62) | public IssuerSerial( method IssuerSerial (line 69) | public IssuerSerial( method getIssuer (line 77) | public GeneralNames getIssuer() method getSerial (line 82) | public ASN1Integer getSerial() method getIssuerUID (line 87) | public DERBitString getIssuerUID() method toASN1Primitive (line 102) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/IssuingDistributionPoint.java class IssuingDistributionPoint (line 23) | public class IssuingDistributionPoint method getInstance (line 40) | public static IssuingDistributionPoint getInstance( method getInstance (line 47) | public static IssuingDistributionPoint getInstance( method IssuingDistributionPoint (line 77) | public IssuingDistributionPoint( method IssuingDistributionPoint (line 131) | public IssuingDistributionPoint( method IssuingDistributionPoint (line 142) | private IssuingDistributionPoint( method onlyContainsUserCerts (line 179) | public boolean onlyContainsUserCerts() method onlyContainsCACerts (line 184) | public boolean onlyContainsCACerts() method isIndirectCRL (line 189) | public boolean isIndirectCRL() method onlyContainsAttributeCerts (line 194) | public boolean onlyContainsAttributeCerts() method getDistributionPoint (line 202) | public DistributionPointName getDistributionPoint() method getOnlySomeReasons (line 210) | public ReasonFlags getOnlySomeReasons() method toASN1Primitive (line 215) | public ASN1Primitive toASN1Primitive() method toString (line 220) | public String toString() method appendObject (line 256) | private void appendObject(StringBuffer buf, String sep, String name, S... method booleanToString (line 270) | private String booleanToString(boolean value) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/KeyPurposeId.java class KeyPurposeId (line 23) | public class KeyPurposeId method KeyPurposeId (line 120) | private KeyPurposeId(ASN1ObjectIdentifier id) method KeyPurposeId (line 129) | public KeyPurposeId(String id) method getInstance (line 134) | public static KeyPurposeId getInstance(Object o) method toASN1Primitive (line 148) | public ASN1Primitive toASN1Primitive() method getId (line 153) | public String getId() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/KeyUsage.java class KeyUsage (line 24) | public class KeyUsage method getInstance (line 39) | public static KeyUsage getInstance(Object obj) // needs to be DERBit... method fromExtensions (line 53) | public static KeyUsage fromExtensions(Extensions extensions) method KeyUsage (line 65) | public KeyUsage( method KeyUsage (line 71) | private KeyUsage( method getBytes (line 77) | public byte[] getBytes() method getPadBits (line 82) | public int getPadBits() method toString (line 87) | public String toString() method toASN1Primitive (line 98) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/ObjectDigestInfo.java class ObjectDigestInfo (line 33) | public class ObjectDigestInfo method getInstance (line 59) | public static ObjectDigestInfo getInstance( method getInstance (line 75) | public static ObjectDigestInfo getInstance( method ObjectDigestInfo (line 95) | public ObjectDigestInfo( method ObjectDigestInfo (line 111) | private ObjectDigestInfo( method getDigestedObjectType (line 135) | public ASN1Enumerated getDigestedObjectType() method getOtherObjectTypeID (line 140) | public ASN1ObjectIdentifier getOtherObjectTypeID() method getDigestAlgorithm (line 145) | public AlgorithmIdentifier getDigestAlgorithm() method getObjectDigest (line 150) | public DERBitString getObjectDigest() method toASN1Primitive (line 174) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/ReasonFlags.java class ReasonFlags (line 20) | public class ReasonFlags method ReasonFlags (line 74) | public ReasonFlags( method ReasonFlags (line 80) | public ReasonFlags( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/SubjectKeyIdentifier.java class SubjectKeyIdentifier (line 17) | public class SubjectKeyIdentifier method getInstance (line 22) | public static SubjectKeyIdentifier getInstance( method getInstance (line 29) | public static SubjectKeyIdentifier getInstance( method fromExtensions (line 44) | public static SubjectKeyIdentifier fromExtensions(Extensions extensions) method SubjectKeyIdentifier (line 49) | public SubjectKeyIdentifier( method SubjectKeyIdentifier (line 55) | protected SubjectKeyIdentifier( method getKeyIdentifier (line 61) | public byte[] getKeyIdentifier() method toASN1Primitive (line 66) | public ASN1Primitive toASN1Primitive() method SubjectKeyIdentifier (line 79) | public SubjectKeyIdentifier( method createSHA1KeyIdentifier (line 96) | public static SubjectKeyIdentifier createSHA1KeyIdentifier(SubjectPubl... method createTruncatedSHA1KeyIdentifier (line 112) | public static SubjectKeyIdentifier createTruncatedSHA1KeyIdentifier(Su... method getDigest (line 125) | private static byte[] getDigest(SubjectPublicKeyInfo spki) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.java class SubjectPublicKeyInfo (line 23) | public class SubjectPublicKeyInfo method getInstance (line 29) | public static SubjectPublicKeyInfo getInstance( method getInstance (line 36) | public static SubjectPublicKeyInfo getInstance( method SubjectPublicKeyInfo (line 51) | public SubjectPublicKeyInfo( method SubjectPublicKeyInfo (line 60) | public SubjectPublicKeyInfo( method SubjectPublicKeyInfo (line 68) | public SubjectPublicKeyInfo( method getAlgorithm (line 83) | public AlgorithmIdentifier getAlgorithm() method getAlgorithmId (line 92) | public AlgorithmIdentifier getAlgorithmId() method parsePublicKey (line 105) | public ASN1Primitive parsePublicKey() method getPublicKey (line 122) | public ASN1Primitive getPublicKey() method getPublicKeyData (line 135) | public DERBitString getPublicKeyData() method toASN1Primitive (line 148) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/TBSCertList.java class TBSCertList (line 39) | public class TBSCertList class CRLEntry (line 42) | public static class CRLEntry method CRLEntry (line 49) | private CRLEntry( method getInstance (line 60) | public static CRLEntry getInstance(Object o) method getUserCertificate (line 74) | public ASN1Integer getUserCertificate() method getRevocationDate (line 79) | public Time getRevocationDate() method getExtensions (line 84) | public Extensions getExtensions() method toASN1Primitive (line 94) | public ASN1Primitive toASN1Primitive() method hasExtensions (line 99) | public boolean hasExtensions() class RevokedCertificatesEnumeration (line 105) | private class RevokedCertificatesEnumeration method RevokedCertificatesEnumeration (line 110) | RevokedCertificatesEnumeration(Enumeration en) method hasMoreElements (line 115) | public boolean hasMoreElements() method nextElement (line 120) | public Object nextElement() class EmptyEnumeration (line 126) | private class EmptyEnumeration method hasMoreElements (line 129) | public boolean hasMoreElements() method nextElement (line 134) | public Object nextElement() method getInstance (line 148) | public static TBSCertList getInstance( method getInstance (line 155) | public static TBSCertList getInstance( method TBSCertList (line 170) | public TBSCertList( method getVersionNumber (line 214) | public int getVersionNumber() method getVersion (line 223) | public ASN1Integer getVersion() method getSignature (line 228) | public AlgorithmIdentifier getSignature() method getIssuer (line 233) | public X500Name getIssuer() method getThisUpdate (line 238) | public Time getThisUpdate() method getNextUpdate (line 243) | public Time getNextUpdate() method getRevokedCertificates (line 248) | public CRLEntry[] getRevokedCertificates() method getRevokedCertificateEnumeration (line 265) | public Enumeration getRevokedCertificateEnumeration() method getExtensions (line 275) | public Extensions getExtensions() method toASN1Primitive (line 280) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/TBSCertificate.java class TBSCertificate (line 32) | public class TBSCertificate method getInstance (line 48) | public static TBSCertificate getInstance( method getInstance (line 55) | public static TBSCertificate getInstance( method TBSCertificate (line 70) | private TBSCertificate( method getVersionNumber (line 128) | public int getVersionNumber() method getVersion (line 133) | public ASN1Integer getVersion() method getSerialNumber (line 138) | public ASN1Integer getSerialNumber() method getSignature (line 143) | public AlgorithmIdentifier getSignature() method getIssuer (line 148) | public X500Name getIssuer() method getStartDate (line 153) | public Time getStartDate() method getEndDate (line 158) | public Time getEndDate() method getSubject (line 163) | public X500Name getSubject() method getSubjectPublicKeyInfo (line 168) | public SubjectPublicKeyInfo getSubjectPublicKeyInfo() method getIssuerUniqueId (line 173) | public DERBitString getIssuerUniqueId() method getSubjectUniqueId (line 178) | public DERBitString getSubjectUniqueId() method getExtensions (line 183) | public Extensions getExtensions() method toASN1Primitive (line 188) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/Time.java class Time (line 16) | public class Time method getInstance (line 22) | public static Time getInstance( method Time (line 29) | public Time( method Time (line 46) | public Time( method getInstance (line 67) | public static Time getInstance( method getTime (line 86) | public String getTime() method getDate (line 98) | public Date getDate() method toASN1Primitive (line 125) | public ASN1Primitive toASN1Primitive() method toString (line 130) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/V2Form.java class V2Form (line 11) | public class V2Form method getInstance (line 18) | public static V2Form getInstance( method getInstance (line 25) | public static V2Form getInstance( method V2Form (line 40) | public V2Form( method V2Form (line 46) | public V2Form( method V2Form (line 53) | public V2Form( method V2Form (line 60) | public V2Form( method V2Form (line 73) | public V2Form( method getIssuerName (line 108) | public GeneralNames getIssuerName() method getBaseCertificateID (line 113) | public IssuerSerial getBaseCertificateID() method getObjectDigestInfo (line 118) | public ObjectDigestInfo getObjectDigestInfo() method toASN1Primitive (line 136) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/V3TBSCertificateGenerator.java class V3TBSCertificateGenerator (line 29) | public class V3TBSCertificateGenerator method V3TBSCertificateGenerator (line 45) | public V3TBSCertificateGenerator() method setSerialNumber (line 49) | public void setSerialNumber( method setSignature (line 55) | public void setSignature( method setIssuer (line 64) | public void setIssuer( method setIssuer (line 70) | public void setIssuer( method setStartDate (line 76) | public void setStartDate( method setStartDate (line 82) | public void setStartDate( method setEndDate (line 88) | public void setEndDate( method setEndDate (line 94) | public void setEndDate( method setSubject (line 103) | public void setSubject( method setSubject (line 109) | public void setSubject( method setIssuerUniqueID (line 115) | public void setIssuerUniqueID( method setSubjectUniqueID (line 121) | public void setSubjectUniqueID( method setSubjectPublicKeyInfo (line 127) | public void setSubjectPublicKeyInfo( method setExtensions (line 137) | public void setExtensions( method setExtensions (line 143) | public void setExtensions( method generateTBSCertificate (line 158) | public TBSCertificate generateTBSCertificate() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509DefaultEntryConverter.java class X509DefaultEntryConverter (line 17) | public class X509DefaultEntryConverter method getConvertedValue (line 28) | public ASN1Primitive getConvertedValue( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509Extension.java class X509Extension (line 15) | public class X509Extension method X509Extension (line 175) | public X509Extension( method X509Extension (line 183) | public X509Extension( method isCritical (line 191) | public boolean isCritical() method getValue (line 196) | public ASN1OctetString getValue() method getParsedValue (line 201) | public ASN1Encodable getParsedValue() method hashCode (line 206) | public int hashCode() method equals (line 216) | public boolean equals( method convertValueToObject (line 236) | public static ASN1Primitive convertValueToObject( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509Extensions.java class X509Extensions (line 22) | public class X509Extensions method getInstance (line 214) | public static X509Extensions getInstance( method getInstance (line 221) | public static X509Extensions getInstance( method X509Extensions (line 252) | public X509Extensions( method X509Extensions (line 283) | public X509Extensions( method X509Extensions (line 295) | public X509Extensions( method X509Extensions (line 333) | public X509Extensions( method oids (line 361) | public Enumeration oids() method getExtension (line 372) | public X509Extension getExtension( method getExtension (line 383) | public X509Extension getExtension( method toASN1Primitive (line 399) | public ASN1Primitive toASN1Primitive() method equivalent (line 425) | public boolean equivalent( method getExtensionOIDs (line 448) | public ASN1ObjectIdentifier[] getExtensionOIDs() method getNonCriticalExtensionOIDs (line 453) | public ASN1ObjectIdentifier[] getNonCriticalExtensionOIDs() method getCriticalExtensionOIDs (line 458) | public ASN1ObjectIdentifier[] getCriticalExtensionOIDs() method getExtensionOIDs (line 463) | private ASN1ObjectIdentifier[] getExtensionOIDs(boolean isCritical) method toOidArray (line 480) | private ASN1ObjectIdentifier[] toOidArray(Vector oidVec) FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509Name.java class X509Name (line 39) | public class X509Name method getInstance (line 368) | public static X509Name getInstance( method getInstance (line 375) | public static X509Name getInstance( method X509Name (line 394) | protected X509Name() method X509Name (line 404) | public X509Name( method X509Name (line 467) | public X509Name( method X509Name (line 481) | public X509Name( method X509Name (line 500) | public X509Name( method X509Name (line 543) | public X509Name( method X509Name (line 557) | public X509Name( method X509Name (line 592) | public X509Name( method X509Name (line 605) | public X509Name( method X509Name (line 619) | public X509Name( method X509Name (line 634) | public X509Name( method X509Name (line 656) | public X509Name( method decodeOID (line 664) | private ASN1ObjectIdentifier decodeOID( method unescape (line 687) | private String unescape(String elt) method X509Name (line 775) | public X509Name( method addEntry (line 837) | private void addEntry(Hashtable lookUp, String token, Boolean isAdded) method getOIDs (line 863) | public Vector getOIDs() method getValues (line 879) | public Vector getValues() method getValues (line 895) | public Vector getValues( method toASN1Primitive (line 920) | public ASN1Primitive toASN1Primitive() method equals (line 967) | public boolean equals(Object obj, boolean inOrder) method hashCode (line 1033) | public int hashCode() method equals (line 1060) | public boolean equals(Object obj) method equivalentStrings (line 1150) | private boolean equivalentStrings(String s1, String s2) method canonicalize (line 1169) | private String canonicalize(String s) method decodeObject (line 1186) | private ASN1Primitive decodeObject(String oValue) method stripInternalSpaces (line 1198) | private String stripInternalSpaces( method appendValue (line 1223) | private void appendValue( method toString (line 1300) | public String toString( method bytesToString (line 1365) | private String bytesToString( method toString (line 1378) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509NameEntryConverter.java class X509NameEntryConverter (line 50) | public abstract class X509NameEntryConverter method convertHexEncoded (line 60) | protected ASN1Primitive convertHexEncoded( method canBePrintable (line 99) | protected boolean canBePrintable( method getConvertedValue (line 113) | public abstract ASN1Primitive getConvertedValue(ASN1ObjectIdentifier o... FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509NameTokenizer.java class X509NameTokenizer (line 10) | public class X509NameTokenizer method X509NameTokenizer (line 17) | public X509NameTokenizer( method X509NameTokenizer (line 23) | public X509NameTokenizer( method hasMoreTokens (line 32) | public boolean hasMoreTokens() method nextToken (line 37) | public String nextToken() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x509/X509ObjectIdentifiers.java type X509ObjectIdentifiers (line 5) | public interface X509ObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X962NamedCurves.java class X962NamedCurves (line 17) | public class X962NamedCurves method createParameters (line 21) | protected X9ECParameters createParameters() method createParameters (line 40) | protected X9ECParameters createParameters() method createParameters (line 59) | protected X9ECParameters createParameters() method createParameters (line 78) | protected X9ECParameters createParameters() method createParameters (line 97) | protected X9ECParameters createParameters() method createParameters (line 116) | protected X9ECParameters createParameters() method createParameters (line 135) | protected X9ECParameters createParameters() method createParameters (line 157) | protected X9ECParameters createParameters() method createParameters (line 180) | protected X9ECParameters createParameters() method createParameters (line 203) | protected X9ECParameters createParameters() method createParameters (line 226) | protected X9ECParameters createParameters() method createParameters (line 249) | protected X9ECParameters createParameters() method createParameters (line 272) | protected X9ECParameters createParameters() method createParameters (line 295) | protected X9ECParameters createParameters() method createParameters (line 318) | protected X9ECParameters createParameters() method createParameters (line 341) | protected X9ECParameters createParameters() method createParameters (line 364) | protected X9ECParameters createParameters() method createParameters (line 387) | protected X9ECParameters createParameters() method createParameters (line 410) | protected X9ECParameters createParameters() method createParameters (line 433) | protected X9ECParameters createParameters() method createParameters (line 456) | protected X9ECParameters createParameters() method createParameters (line 479) | protected X9ECParameters createParameters() method createParameters (line 502) | protected X9ECParameters createParameters() method defineCurve (line 527) | static void defineCurve(String name, ASN1ObjectIdentifier oid, X9ECPar... method getByName (line 561) | public static X9ECParameters getByName( method getByOID (line 580) | public static X9ECParameters getByOID( method getOID (line 599) | public static ASN1ObjectIdentifier getOID( method getName (line 608) | public static String getName( method getNames (line 618) | public static Enumeration getNames() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X962Parameters.java class X962Parameters (line 10) | public class X962Parameters method getInstance (line 16) | public static X962Parameters getInstance( method getInstance (line 32) | public static X962Parameters getInstance( method X962Parameters (line 39) | public X962Parameters( method X962Parameters (line 45) | public X962Parameters( method X962Parameters (line 51) | public X962Parameters( method isNamedCurve (line 57) | public boolean isNamedCurve() method isImplicitlyCA (line 62) | public boolean isImplicitlyCA() method getParameters (line 67) | public ASN1Primitive getParameters() method toASN1Primitive (line 82) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9Curve.java class X9Curve (line 21) | public class X9Curve method X9Curve (line 29) | public X9Curve( method X9Curve (line 37) | public X9Curve( method X9Curve (line 46) | public X9Curve( method setFieldIdentifier (line 104) | private void setFieldIdentifier() method getCurve (line 120) | public ECCurve getCurve() method getSeed (line 125) | public byte[] getSeed() method toASN1Primitive (line 140) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9ECParameters.java class X9ECParameters (line 20) | public class X9ECParameters method X9ECParameters (line 33) | private X9ECParameters( method getInstance (line 57) | public static X9ECParameters getInstance(Object obj) method X9ECParameters (line 72) | public X9ECParameters( method X9ECParameters (line 80) | public X9ECParameters( method X9ECParameters (line 89) | public X9ECParameters( method getCurve (line 117) | public ECCurve getCurve() method getG (line 122) | public ECPoint getG() method getN (line 127) | public BigInteger getN() method getH (line 132) | public BigInteger getH() method getSeed (line 142) | public byte[] getSeed() method toASN1Primitive (line 160) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9ECParametersHolder.java class X9ECParametersHolder (line 3) | public abstract class X9ECParametersHolder method getParameters (line 7) | public X9ECParameters getParameters() method createParameters (line 17) | protected abstract X9ECParameters createParameters(); FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9ECPoint.java class X9ECPoint (line 13) | public class X9ECPoint method X9ECPoint (line 18) | public X9ECPoint( method X9ECPoint (line 24) | public X9ECPoint( method getPoint (line 31) | public ECPoint getPoint() method toASN1Primitive (line 44) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9FieldElement.java class X9FieldElement (line 15) | public class X9FieldElement method X9FieldElement (line 22) | public X9FieldElement(ECFieldElement f) method X9FieldElement (line 27) | public X9FieldElement(BigInteger p, ASN1OctetString s) method X9FieldElement (line 32) | public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) method getValue (line 37) | public ECFieldElement getValue() method toASN1Primitive (line 58) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9FieldID.java class X9FieldID (line 18) | public class X9FieldID method X9FieldID (line 30) | public X9FieldID(BigInteger primeP) method X9FieldID (line 51) | public X9FieldID(int m, int k1, int k2, int k3) method X9FieldID (line 75) | public X9FieldID( method getIdentifier (line 82) | public ASN1ObjectIdentifier getIdentifier() method getParameters (line 87) | public ASN1Primitive getParameters() method toASN1Primitive (line 101) | public ASN1Primitive toASN1Primitive() FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9IntegerConverter.java class X9IntegerConverter (line 9) | public class X9IntegerConverter method getByteLength (line 11) | public int getByteLength( method getByteLength (line 17) | public int getByteLength( method integerToBytes (line 23) | public byte[] integerToBytes( FILE: libs/bouncycastle/src/local/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.java type X9ObjectIdentifiers (line 5) | public interface X9ObjectIdentifiers FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/AttributeCertificateHolder.java class AttributeCertificateHolder (line 45) | public class AttributeCertificateHolder method AttributeCertificateHolder (line 52) | AttributeCertificateHolder(ASN1Sequence seq) method AttributeCertificateHolder (line 57) | public AttributeCertificateHolder(X500Name issuerName, method AttributeCertificateHolder (line 65) | public AttributeCertificateHolder(X509CertificateHolder cert) method AttributeCertificateHolder (line 71) | public AttributeCertificateHolder(X500Name principal) method AttributeCertificateHolder (line 99) | public AttributeCertificateHolder(int digestedObjectType, method getDigestedObjectType (line 121) | public int getDigestedObjectType() method getDigestAlgorithm (line 136) | public AlgorithmIdentifier getDigestAlgorithm() method getObjectDigest (line 150) | public byte[] getObjectDigest() method getOtherObjectTypeID (line 165) | public ASN1ObjectIdentifier getOtherObjectTypeID() method generateGeneralNames (line 174) | private GeneralNames generateGeneralNames(X500Name principal) method matchesDN (line 179) | private boolean matchesDN(X500Name subject, GeneralNames targets) method getPrincipals (line 199) | private X500Name[] getPrincipals(GeneralName[] names) method getEntityNames (line 221) | public X500Name[] getEntityNames() method getIssuer (line 236) | public X500Name[] getIssuer() method getSerialNumber (line 253) | public BigInteger getSerialNumber() method clone (line 263) | public Object clone() method match (line 268) | public boolean match(Object obj) method equals (line 326) | public boolean equals(Object obj) method hashCode (line 343) | public int hashCode() method setDigestCalculatorProvider (line 354) | public static void setDigestCalculatorProvider(DigestCalculatorProvide... FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/AttributeCertificateIssuer.java class AttributeCertificateIssuer (line 18) | public class AttributeCertificateIssuer method AttributeCertificateIssuer (line 28) | public AttributeCertificateIssuer(AttCertIssuer issuer) method AttributeCertificateIssuer (line 33) | public AttributeCertificateIssuer(X500Name principal) method getNames (line 38) | public X500Name[] getNames() method matchesDN (line 66) | private boolean matchesDN(X500Name subject, GeneralNames targets) method clone (line 86) | public Object clone() method equals (line 91) | public boolean equals(Object obj) method hashCode (line 108) | public int hashCode() method match (line 113) | public boolean match(Object obj) FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/CertException.java class CertException (line 6) | public class CertException method CertException (line 11) | public CertException(String msg, Throwable cause) method CertException (line 18) | public CertException(String msg) method getCause (line 23) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/CertIOException.java class CertIOException (line 8) | public class CertIOException method CertIOException (line 13) | public CertIOException(String msg, Throwable cause) method CertIOException (line 20) | public CertIOException(String msg) method getCause (line 25) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/CertRuntimeException.java class CertRuntimeException (line 3) | public class CertRuntimeException method CertRuntimeException (line 8) | public CertRuntimeException(String msg, Throwable cause) method getCause (line 15) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/CertUtils.java class CertUtils (line 34) | class CertUtils method generateFullCert (line 39) | static X509CertificateHolder generateFullCert(ContentSigner signer, TB... method generateFullAttrCert (line 51) | static X509AttributeCertificateHolder generateFullAttrCert(ContentSign... method generateFullCRL (line 63) | static X509CRLHolder generateFullCRL(ContentSigner signer, TBSCertList... method generateSig (line 75) | private static byte[] generateSig(ContentSigner signer, ASN1Encodable ... method generateStructure (line 88) | private static Certificate generateStructure(TBSCertificate tbsCert, A... method generateAttrStructure (line 99) | private static AttributeCertificate generateAttrStructure(AttributeCer... method generateCRLStructure (line 110) | private static CertificateList generateCRLStructure(TBSCertList tbsCer... method getCriticalExtensionOIDs (line 121) | static Set getCriticalExtensionOIDs(Extensions extensions) method getNonCriticalExtensionOIDs (line 131) | static Set getNonCriticalExtensionOIDs(Extensions extensions) method getExtensionOIDs (line 142) | static List getExtensionOIDs(Extensions extensions) method addExtension (line 152) | static void addExtension(ExtensionsGenerator extGenerator, ASN1ObjectI... method booleanToBitString (line 165) | static DERBitString booleanToBitString(boolean[] id) method bitStringToBoolean (line 186) | static boolean[] bitStringToBoolean(DERBitString bitString) method recoverDate (line 204) | static Date recoverDate(ASN1GeneralizedTime time) method isAlgIdEqual (line 216) | static boolean isAlgIdEqual(AlgorithmIdentifier id1, AlgorithmIdentifi... FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/X509AttributeCertificateHolder.java class X509AttributeCertificateHolder (line 29) | public class X509AttributeCertificateHolder method parseBytes (line 36) | private static AttributeCertificate parseBytes(byte[] certEncoding) method X509AttributeCertificateHolder (line 59) | public X509AttributeCertificateHolder(byte[] certEncoding) method X509AttributeCertificateHolder (line 70) | public X509AttributeCertificateHolder(AttributeCertificate attrCert) method getEncoded (line 82) | public byte[] getEncoded() method getVersion (line 88) | public int getVersion() method getSerialNumber (line 98) | public BigInteger getSerialNumber() method getHolder (line 108) | public AttributeCertificateHolder getHolder() method getIssuer (line 118) | public AttributeCertificateIssuer getIssuer() method getNotBefore (line 128) | public Date getNotBefore() method getNotAfter (line 138) | public Date getNotAfter() method getAttributes (line 148) | public Attribute[] getAttributes() method getAttributes (line 167) | public Attribute[] getAttributes(ASN1ObjectIdentifier type) method hasExtensions (line 194) | public boolean hasExtensions() method getExtension (line 206) | public Extension getExtension(ASN1ObjectIdentifier oid) method getExtensions (line 221) | public Extensions getExtensions() method getExtensionOIDs (line 232) | public List getExtensionOIDs() method getCriticalExtensionOIDs (line 243) | public Set getCriticalExtensionOIDs() method getNonCriticalExtensionOIDs (line 254) | public Set getNonCriticalExtensionOIDs() method getIssuerUniqueID (line 259) | public boolean[] getIssuerUniqueID() method getSignatureAlgorithm (line 269) | public AlgorithmIdentifier getSignatureAlgorithm() method getSignature (line 279) | public byte[] getSignature() method toASN1Structure (line 289) | public AttributeCertificate toASN1Structure() method isValidOn (line 300) | public boolean isValidOn(Date date) method isSignatureValid (line 314) | public boolean isSignatureValid(ContentVerifierProvider verifierProvider) method equals (line 345) | public boolean equals( method hashCode (line 363) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/X509CRLEntryHolder.java class X509CRLEntryHolder (line 18) | public class X509CRLEntryHolder method X509CRLEntryHolder (line 23) | X509CRLEntryHolder(TBSCertList.CRLEntry entry, boolean isIndirect, Gen... method getSerialNumber (line 44) | public BigInteger getSerialNumber() method getRevocationDate (line 54) | public Date getRevocationDate() method hasExtensions (line 64) | public boolean hasExtensions() method getCertificateIssuer (line 79) | public GeneralNames getCertificateIssuer() method getExtension (line 91) | public Extension getExtension(ASN1ObjectIdentifier oid) method getExtensions (line 108) | public Extensions getExtensions() method getExtensionOIDs (line 119) | public List getExtensionOIDs() method getCriticalExtensionOIDs (line 130) | public Set getCriticalExtensionOIDs() method getNonCriticalExtensionOIDs (line 141) | public Set getNonCriticalExtensionOIDs() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/X509CRLHolder.java class X509CRLHolder (line 32) | public class X509CRLHolder method parseStream (line 39) | private static CertificateList parseStream(InputStream stream) method isIndirectCRL (line 56) | private static boolean isIndirectCRL(Extensions extensions) method X509CRLHolder (line 74) | public X509CRLHolder(byte[] crlEncoding) method X509CRLHolder (line 86) | public X509CRLHolder(InputStream crlStream) method X509CRLHolder (line 97) | public X509CRLHolder(CertificateList x509CRL) method getEncoded (line 111) | public byte[] getEncoded() method getIssuer (line 122) | public X500Name getIssuer() method getRevokedCertificate (line 127) | public X509CRLEntryHolder getRevokedCertificate(BigInteger serialNumber) method getRevokedCertificates (line 159) | public Collection getRevokedCertificates() method hasExtensions (line 183) | public boolean hasExtensions() method getExtension (line 195) | public Extension getExtension(ASN1ObjectIdentifier oid) method getExtensions (line 210) | public Extensions getExtensions() method getExtensionOIDs (line 221) | public List getExtensionOIDs() method getCriticalExtensionOIDs (line 232) | public Set getCriticalExtensionOIDs() method getNonCriticalExtensionOIDs (line 243) | public Set getNonCriticalExtensionOIDs() method toASN1Structure (line 253) | public CertificateList toASN1Structure() method isSignatureValid (line 265) | public boolean isSignatureValid(ContentVerifierProvider verifierProvider) method equals (line 296) | public boolean equals( method hashCode (line 314) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/X509CertificateHolder.java class X509CertificateHolder (line 27) | public class X509CertificateHolder method parseBytes (line 32) | private static Certificate parseBytes(byte[] certEncoding) method X509CertificateHolder (line 55) | public X509CertificateHolder(byte[] certEncoding) method X509CertificateHolder (line 66) | public X509CertificateHolder(Certificate x509Certificate) method getVersionNumber (line 72) | public int getVersionNumber() method getVersion (line 80) | public int getVersion() method hasExtensions (line 90) | public boolean hasExtensions() method getExtension (line 102) | public Extension getExtension(ASN1ObjectIdentifier oid) method getExtensions (line 117) | public Extensions getExtensions() method getExtensionOIDs (line 128) | public List getExtensionOIDs() method getCriticalExtensionOIDs (line 139) | public Set getCriticalExtensionOIDs() method getNonCriticalExtensionOIDs (line 150) | public Set getNonCriticalExtensionOIDs() method getSerialNumber (line 160) | public BigInteger getSerialNumber() method getIssuer (line 170) | public X500Name getIssuer() method getSubject (line 180) | public X500Name getSubject() method getNotBefore (line 190) | public Date getNotBefore() method getNotAfter (line 200) | public Date getNotAfter() method getSubjectPublicKeyInfo (line 210) | public SubjectPublicKeyInfo getSubjectPublicKeyInfo() method toASN1Structure (line 220) | public Certificate toASN1Structure() method getSignatureAlgorithm (line 230) | public AlgorithmIdentifier getSignatureAlgorithm() method getSignature (line 240) | public byte[] getSignature() method isValidOn (line 251) | public boolean isValidOn(Date date) method isSignatureValid (line 263) | public boolean isSignatureValid(ContentVerifierProvider verifierProvider) method equals (line 294) | public boolean equals( method hashCode (line 312) | public int hashCode() method getEncoded (line 323) | public byte[] getEncoded() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/X509ExtensionUtils.java class X509ExtensionUtils (line 22) | public class X509ExtensionUtils method X509ExtensionUtils (line 26) | public X509ExtensionUtils(DigestCalculator calculator) method createAuthorityKeyIdentifier (line 31) | public AuthorityKeyIdentifier createAuthorityKeyIdentifier( method createAuthorityKeyIdentifier (line 64) | public AuthorityKeyIdentifier createAuthorityKeyIdentifier(SubjectPubl... method createSubjectKeyIdentifier (line 79) | public SubjectKeyIdentifier createSubjectKeyIdentifier( method createTruncatedSubjectKeyIdentifier (line 95) | public SubjectKeyIdentifier createTruncatedSubjectKeyIdentifier(Subjec... method calculateIdentifier (line 108) | private byte[] calculateIdentifier(SubjectPublicKeyInfo publicKeyInfo) FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/X509v3CertificateBuilder.java class X509v3CertificateBuilder (line 23) | public class X509v3CertificateBuilder method X509v3CertificateBuilder (line 38) | public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Da... method setSubjectUniqueID (line 57) | public X509v3CertificateBuilder setSubjectUniqueID(boolean[] uniqueID) method setIssuerUniqueID (line 70) | public X509v3CertificateBuilder setIssuerUniqueID(boolean[] uniqueID) method addExtension (line 85) | public X509v3CertificateBuilder addExtension( method copyAndAddExtension (line 105) | public X509v3CertificateBuilder copyAndAddExtension( method build (line 131) | public X509CertificateHolder build( FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/CertHelper.java class CertHelper (line 7) | abstract class CertHelper method getCertificateFactory (line 9) | public CertificateFactory getCertificateFactory(String type) method createCertificateFactory (line 15) | protected abstract CertificateFactory createCertificateFactory(String ... FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/DefaultCertHelper.java class DefaultCertHelper (line 6) | class DefaultCertHelper method createCertificateFactory (line 9) | protected CertificateFactory createCertificateFactory(String type) FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/JcaX509CertificateConverter.java class JcaX509CertificateConverter (line 18) | public class JcaX509CertificateConverter method JcaX509CertificateConverter (line 25) | public JcaX509CertificateConverter() method setProvider (line 36) | public JcaX509CertificateConverter setProvider(Provider provider) method setProvider (line 49) | public JcaX509CertificateConverter setProvider(String providerName) method getCertificate (line 63) | public X509Certificate getCertificate(X509CertificateHolder certHolder) class ExCertificateParsingException (line 82) | private class ExCertificateParsingException method ExCertificateParsingException (line 87) | public ExCertificateParsingException(String msg, Throwable cause) method getCause (line 94) | public Throwable getCause() class ExCertificateException (line 100) | private class ExCertificateException method ExCertificateException (line 105) | public ExCertificateException(String msg, Throwable cause) method getCause (line 112) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/JcaX509CertificateHolder.java class JcaX509CertificateHolder (line 13) | public class JcaX509CertificateHolder method JcaX509CertificateHolder (line 22) | public JcaX509CertificateHolder(X509Certificate cert) FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils.java class JcaX509ExtensionUtils (line 23) | public class JcaX509ExtensionUtils method JcaX509ExtensionUtils (line 32) | public JcaX509ExtensionUtils() method JcaX509ExtensionUtils (line 38) | public JcaX509ExtensionUtils(DigestCalculator calculator) method createAuthorityKeyIdentifier (line 43) | public AuthorityKeyIdentifier createAuthorityKeyIdentifier( method createAuthorityKeyIdentifier (line 50) | public AuthorityKeyIdentifier createAuthorityKeyIdentifier( method createSubjectKeyIdentifier (line 66) | public SubjectKeyIdentifier createSubjectKeyIdentifier( method createTruncatedSubjectKeyIdentifier (line 82) | public SubjectKeyIdentifier createTruncatedSubjectKeyIdentifier(Public... method parseExtensionValue (line 94) | public static ASN1Primitive parseExtensionValue(byte[] encExtValue) class SHA1DigestCalculator (line 100) | private static class SHA1DigestCalculator method SHA1DigestCalculator (line 106) | public SHA1DigestCalculator(MessageDigest digest) method getAlgorithmIdentifier (line 111) | public AlgorithmIdentifier getAlgorithmIdentifier() method getOutputStream (line 116) | public OutputStream getOutputStream() method getDigest (line 121) | public byte[] getDigest() FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/JcaX509v3CertificateBuilder.java class JcaX509v3CertificateBuilder (line 20) | public class JcaX509v3CertificateBuilder method JcaX509v3CertificateBuilder (line 33) | public JcaX509v3CertificateBuilder(X500Name issuer, BigInteger serial,... method JcaX509v3CertificateBuilder (line 48) | public JcaX509v3CertificateBuilder(X500Principal issuer, BigInteger se... method JcaX509v3CertificateBuilder (line 64) | public JcaX509v3CertificateBuilder(X509Certificate issuerCert, BigInte... method JcaX509v3CertificateBuilder (line 80) | public JcaX509v3CertificateBuilder(X509Certificate issuerCert, BigInte... method copyAndAddExtension (line 94) | public JcaX509v3CertificateBuilder copyAndAddExtension( FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/NamedCertHelper.java class NamedCertHelper (line 7) | class NamedCertHelper method NamedCertHelper (line 12) | NamedCertHelper(String providerName) method createCertificateFactory (line 17) | protected CertificateFactory createCertificateFactory(String type) FILE: libs/bouncycastle/src/local/org/bouncycastle/cert/jcajce/ProviderCertHelper.java class ProviderCertHelper (line 7) | class ProviderCertHelper method ProviderCertHelper (line 12) | ProviderCertHelper(Provider provider) method createCertificateFactory (line 17) | protected CertificateFactory createCertificateFactory(String type) FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/CipherParameters.java type CipherParameters (line 6) | public interface CipherParameters FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/Digest.java type Digest (line 6) | public interface Digest method getAlgorithmName (line 13) | public String getAlgorithmName(); method getDigestSize (line 20) | public int getDigestSize(); method update (line 27) | public void update(byte in); method update (line 36) | public void update(byte[] in, int inOff, int len); method doFinal (line 45) | public int doFinal(byte[] out, int outOff); method reset (line 50) | public void reset(); FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/ExtendedDigest.java type ExtendedDigest (line 3) | public interface ExtendedDigest method getByteLength (line 12) | public int getByteLength(); FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/digests/GeneralDigest.java class GeneralDigest (line 10) | public abstract class GeneralDigest method GeneralDigest (line 22) | protected GeneralDigest() method GeneralDigest (line 33) | protected GeneralDigest(GeneralDigest t) method copyIn (line 40) | protected void copyIn(GeneralDigest t) method update (line 48) | public void update( method update (line 62) | public void update( method finish (line 102) | public void finish() method reset (line 121) | public void reset() method getByteLength (line 132) | public int getByteLength() method processWord (line 137) | protected abstract void processWord(byte[] in, int inOff); method processLength (line 139) | protected abstract void processLength(long bitLength); method processBlock (line 141) | protected abstract void processBlock(); FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/digests/SHA1Digest.java class SHA1Digest (line 12) | public class SHA1Digest method SHA1Digest (line 25) | public SHA1Digest() method SHA1Digest (line 34) | public SHA1Digest(SHA1Digest t) method copyIn (line 41) | private void copyIn(SHA1Digest t) method getAlgorithmName (line 53) | public String getAlgorithmName() method getDigestSize (line 58) | public int getDigestSize() method processWord (line 63) | protected void processWord( method processLength (line 81) | protected void processLength( method doFinal (line 93) | public int doFinal( method reset (line 113) | public void reset() method f (line 138) | private int f( method h (line 146) | private int h( method g (line 154) | private int g( method processBlock (line 162) | protected void processBlock() method copy (line 293) | public Memoable copy() method reset (line 298) | public void reset(Memoable other) FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/params/AsymmetricKeyParameter.java class AsymmetricKeyParameter (line 5) | public class AsymmetricKeyParameter method AsymmetricKeyParameter (line 10) | public AsymmetricKeyParameter( method isPrivate (line 16) | public boolean isPrivate() FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/params/ECDomainParameters.java class ECDomainParameters (line 11) | public class ECDomainParameters method ECDomainParameters (line 20) | public ECDomainParameters( method ECDomainParameters (line 28) | public ECDomainParameters( method ECDomainParameters (line 37) | public ECDomainParameters( method getCurve (line 51) | public ECCurve getCurve() method getG (line 56) | public ECPoint getG() method getN (line 61) | public BigInteger getN() method getH (line 66) | public BigInteger getH() method getSeed (line 71) | public byte[] getSeed() FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/params/ECKeyParameters.java class ECKeyParameters (line 3) | public class ECKeyParameters method ECKeyParameters (line 8) | protected ECKeyParameters( method getParameters (line 17) | public ECDomainParameters getParameters() FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/params/ECPrivateKeyParameters.java class ECPrivateKeyParameters (line 5) | public class ECPrivateKeyParameters method ECPrivateKeyParameters (line 10) | public ECPrivateKeyParameters( method getD (line 18) | public BigInteger getD() FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/params/ECPublicKeyParameters.java class ECPublicKeyParameters (line 5) | public class ECPublicKeyParameters method ECPublicKeyParameters (line 10) | public ECPublicKeyParameters( method getQ (line 18) | public ECPoint getQ() FILE: libs/bouncycastle/src/local/org/bouncycastle/crypto/util/Pack.java class Pack (line 3) | public abstract class Pack method bigEndianToInt (line 5) | public static int bigEndianToInt(byte[] bs, int off) method bigEndianToInt (line 14) | public static void bigEndianToInt(byte[] bs, int off, int[] ns) method intToBigEndian (line 23) | public static byte[] intToBigEndian(int n) method intToBigEndian (line 30) | public static void intToBigEndian(int n, byte[] bs, int off) method intToBigEndian (line 38) | public static byte[] intToBigEndian(int[] ns) method intToBigEndian (line 45) | public static void intToBigEndian(int[] ns, byte[] bs, int off) method bigEndianToLong (line 54) | public static long bigEndianToLong(byte[] bs, int off) method bigEndianToLong (line 61) | public static void bigEndianToLong(byte[] bs, int off, long[] ns) method longToBigEndian (line 70) | public static byte[] longToBigEndian(long n) method longToBigEndian (line 77) | public static void longToBigEndian(long n, byte[] bs, int off) method longToBigEndian (line 83) | public static byte[] longToBigEndian(long[] ns) method longToBigEndian (line 90) | public static void longToBigEndian(long[] ns, byte[] bs, int off) method littleEndianToInt (line 99) | public static int littleEndianToInt(byte[] bs, int off) method littleEndianToInt (line 108) | public static void littleEndianToInt(byte[] bs, int off, int[] ns) method intToLittleEndian (line 117) | public static byte[] intToLittleEndian(int n) method intToLittleEndian (line 124) | public static void intToLittleEndian(int n, byte[] bs, int off) method intToLittleEndian (line 132) | public static byte[] intToLittleEndian(int[] ns) method intToLittleEndian (line 139) | public static void intToLittleEndian(int[] ns, byte[] bs, int off) method littleEndianToLong (line 148) | public static long littleEndianToLong(byte[] bs, int off) method littleEndianToLong (line 155) | public static void littleEndianToLong(byte[] bs, int off, long[] ns) method longToLittleEndian (line 164) | public static byte[] longToLittleEndian(long n) method longToLittleEndian (line 171) | public static void longToLittleEndian(long n, byte[] bs, int off) method longToLittleEndian (line 177) | public static byte[] longToLittleEndian(long[] ns) method longToLittleEndian (line 184) | public static void longToLittleEndian(long[] ns, byte[] bs, int off) FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/ECConstants.java type ECConstants (line 5) | public interface ECConstants FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/ECCurve.java class ECCurve (line 9) | public abstract class ECCurve method getFieldSize (line 13) | public abstract int getFieldSize(); method fromBigInteger (line 15) | public abstract ECFieldElement fromBigInteger(BigInteger x); method createPoint (line 17) | public abstract ECPoint createPoint(BigInteger x, BigInteger y, boolea... method getInfinity (line 19) | public abstract ECPoint getInfinity(); method getA (line 21) | public ECFieldElement getA() method getB (line 26) | public ECFieldElement getB() method decompressPoint (line 31) | protected abstract ECPoint decompressPoint(int yTilde, BigInteger X1); method decodePoint (line 39) | public ECPoint decodePoint(byte[] encoded) method fromArray (line 92) | private static BigInteger fromArray(byte[] buf, int off, int length) class Fp (line 102) | public static class Fp extends ECCurve method Fp (line 107) | public Fp(BigInteger q, BigInteger a, BigInteger b) method getQ (line 115) | public BigInteger getQ() method getFieldSize (line 120) | public int getFieldSize() method fromBigInteger (line 125) | public ECFieldElement fromBigInteger(BigInteger x) method createPoint (line 130) | public ECPoint createPoint(BigInteger x, BigInteger y, boolean withC... method decompressPoint (line 135) | protected ECPoint decompressPoint(int yTilde, BigInteger X1) method getInfinity (line 162) | public ECPoint getInfinity() method equals (line 167) | public boolean equals( method hashCode (line 186) | public int hashCode() class F2m (line 196) | public static class F2m extends ECCurve method F2m (line 271) | public F2m( method F2m (line 297) | public F2m( method F2m (line 328) | public F2m( method F2m (line 362) | public F2m( method getFieldSize (line 409) | public int getFieldSize() method fromBigInteger (line 414) | public ECFieldElement fromBigInteger(BigInteger x) method createPoint (line 419) | public ECPoint createPoint(BigInteger x, BigInteger y, boolean withC... method getInfinity (line 424) | public ECPoint getInfinity() method isKoblitz (line 433) | public boolean isKoblitz() method getMu (line 447) | synchronized byte getMu() method getSi (line 461) | synchronized BigInteger[] getSi() method decompressPoint (line 479) | protected ECPoint decompressPoint(int yTilde, BigInteger X1) method solveQuadradicEquation (line 519) | private ECFieldElement solveQuadradicEquation(ECFieldElement beta) method equals (line 556) | public boolean equals( method hashCode (line 576) | public int hashCode() method getM (line 581) | public int getM() method isTrinomial (line 591) | public boolean isTrinomial() method getK1 (line 596) | public int getK1() method getK2 (line 601) | public int getK2() method getK3 (line 606) | public int getK3() method getN (line 611) | public BigInteger getN() method getH (line 616) | public BigInteger getH() FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/ECFieldElement.java class ECFieldElement (line 6) | public abstract class ECFieldElement method toBigInteger (line 10) | public abstract BigInteger toBigInteger(); method getFieldName (line 11) | public abstract String getFieldName(); method getFieldSize (line 12) | public abstract int getFieldSize(); method add (line 13) | public abstract ECFieldElement add(ECFieldElement b); method subtract (line 14) | public abstract ECFieldElement subtract(ECFieldElement b); method multiply (line 15) | public abstract ECFieldElement multiply(ECFieldElement b); method divide (line 16) | public abstract ECFieldElement divide(ECFieldElement b); method negate (line 17) | public abstract ECFieldElement negate(); method square (line 18) | public abstract ECFieldElement square(); method invert (line 19) | public abstract ECFieldElement invert(); method sqrt (line 20) | public abstract ECFieldElement sqrt(); method toString (line 22) | public String toString() class Fp (line 27) | public static class Fp extends ECFieldElement method Fp (line 33) | public Fp(BigInteger q, BigInteger x) method toBigInteger (line 45) | public BigInteger toBigInteger() method getFieldName (line 55) | public String getFieldName() method getFieldSize (line 60) | public int getFieldSize() method getQ (line 65) | public BigInteger getQ() method add (line 70) | public ECFieldElement add(ECFieldElement b) method subtract (line 75) | public ECFieldElement subtract(ECFieldElement b) method multiply (line 80) | public ECFieldElement multiply(ECFieldElement b) method divide (line 85) | public ECFieldElement divide(ECFieldElement b) method negate (line 90) | public ECFieldElement negate() method square (line 95) | public ECFieldElement square() method invert (line 100) | public ECFieldElement invert() method sqrt (line 110) | public ECFieldElement sqrt() method lucasSequence (line 233) | private static BigInteger[] lucasSequence( method equals (line 284) | public boolean equals(Object other) method hashCode (line 300) | public int hashCode() class F2m (line 774) | public static class F2m extends ECFieldElement method F2m (line 855) | public F2m( method F2m (line 905) | public F2m(int m, int k, BigInteger x) method F2m (line 911) | private F2m(int m, int k1, int k2, int k3, IntArray x) method toBigInteger (line 931) | public BigInteger toBigInteger() method getFieldName (line 936) | public String getFieldName() method getFieldSize (line 941) | public int getFieldSize() method checkFieldElements (line 957) | public static void checkFieldElements( method add (line 986) | public ECFieldElement add(final ECFieldElement b) method subtract (line 997) | public ECFieldElement subtract(final ECFieldElement b) method multiply (line 1003) | public ECFieldElement multiply(final ECFieldElement b) method divide (line 1018) | public ECFieldElement divide(final ECFieldElement b) method negate (line 1025) | public ECFieldElement negate() method square (line 1031) | public ECFieldElement square() method invert (line 1039) | public ECFieldElement invert() method sqrt (line 1109) | public ECFieldElement sqrt() method getRepresentation (line 1122) | public int getRepresentation() method getM (line 1131) | public int getM() method getK1 (line 1144) | public int getK1() method getK2 (line 1155) | public int getK2() method getK3 (line 1166) | public int getK3() method equals (line 1171) | public boolean equals(Object anObject) method hashCode (line 1191) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/ECMultiplier.java type ECMultiplier (line 9) | interface ECMultiplier method multiply (line 18) | ECPoint multiply(ECPoint p, BigInteger k, PreCompInfo preCompInfo); FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/ECPoint.java class ECPoint (line 11) | public abstract class ECPoint method ECPoint (line 25) | protected ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y) method getCurve (line 32) | public ECCurve getCurve() method getX (line 37) | public ECFieldElement getX() method getY (line 42) | public ECFieldElement getY() method isInfinity (line 47) | public boolean isInfinity() method isCompressed (line 52) | public boolean isCompressed() method equals (line 57) | public boolean equals( method hashCode (line 80) | public int hashCode() method setPreCompInfo (line 107) | void setPreCompInfo(PreCompInfo preCompInfo) method getEncoded (line 112) | public byte[] getEncoded() method getEncoded (line 117) | public abstract byte[] getEncoded(boolean compressed); method add (line 119) | public abstract ECPoint add(ECPoint b); method subtract (line 120) | public abstract ECPoint subtract(ECPoint b); method negate (line 121) | public abstract ECPoint negate(); method twice (line 122) | public abstract ECPoint twice(); method assertECMultiplier (line 127) | synchronized void assertECMultiplier() method multiply (line 140) | public ECPoint multiply(BigInteger k) class Fp (line 164) | public static class Fp extends ECPoint method Fp (line 174) | public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y) method Fp (line 187) | public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean... method getEncoded (line 202) | public byte[] getEncoded(boolean compressed) method add (line 247) | public ECPoint add(ECPoint b) method twice (line 281) | public ECPoint twice() method subtract (line 307) | public ECPoint subtract(ECPoint b) method negate (line 318) | public ECPoint negate() method assertECMultiplier (line 326) | synchronized void assertECMultiplier() class F2m (line 338) | public static class F2m extends ECPoint method F2m (line 345) | public F2m(ECCurve curve, ECFieldElement x, ECFieldElement y) method F2m (line 356) | public F2m(ECCurve curve, ECFieldElement x, ECFieldElement y, boolea... method getEncoded (line 383) | public byte[] getEncoded(boolean compressed) method checkPoints (line 438) | private static void checkPoints(ECPoint a, ECPoint b) method add (line 453) | public ECPoint add(ECPoint b) method addSimple (line 468) | public ECPoint.F2m addSimple(ECPoint.F2m b) method subtract (line 512) | public ECPoint subtract(ECPoint b) method subtractSimple (line 527) | public ECPoint.F2m subtractSimple(ECPoint.F2m b) method twice (line 541) | public ECPoint twice() method negate (line 571) | public ECPoint negate() method assertECMultiplier (line 579) | synchronized void assertECMultiplier() FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/FpNafMultiplier.java class FpNafMultiplier (line 8) | class FpNafMultiplier implements ECMultiplier method multiply (line 14) | public ECPoint multiply(ECPoint p, BigInteger k, PreCompInfo preCompInfo) FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/IntArray.java class IntArray (line 8) | class IntArray method IntArray (line 14) | public IntArray(int intLen) method IntArray (line 19) | public IntArray(int[] ints) method IntArray (line 24) | public IntArray(BigInteger bigInt) method IntArray (line 29) | public IntArray(BigInteger bigInt, int minIntLen) method isZero (line 97) | public boolean isZero() method getUsedLength (line 103) | public int getUsedLength() method bitLength (line 133) | public int bitLength() method resizedInts (line 175) | private int[] resizedInts(int newLen) method toBigInteger (line 184) | public BigInteger toBigInteger() method shiftLeft (line 224) | public void shiftLeft() method shiftLeft (line 259) | public IntArray shiftLeft(int n) method addShifted (line 291) | public void addShifted(IntArray other, int shift) method getLength (line 307) | public int getLength() method testBit (line 312) | public boolean testBit(int n) method flipBit (line 322) | public void flipBit(int n) method setBit (line 332) | public void setBit(int n) method multiply (line 342) | public IntArray multiply(IntArray other, int m) method reduce (line 398) | public void reduce(int m, int[] redPol) method square (line 417) | public IntArray square(int m) method equals (line 458) | public boolean equals(Object o) method hashCode (line 480) | public int hashCode() method clone (line 491) | public Object clone() method toString (line 496) | public String toString() FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/PreCompInfo.java type PreCompInfo (line 8) | interface PreCompInfo FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/SimpleBigDecimal.java class SimpleBigDecimal (line 17) | class SimpleBigDecimal method getInstance (line 34) | public static SimpleBigDecimal getInstance(BigInteger value, int scale) method SimpleBigDecimal (line 46) | public SimpleBigDecimal(BigInteger bigInt, int scale) method SimpleBigDecimal (line 57) | private SimpleBigDecimal(SimpleBigDecimal limBigDec) method checkScale (line 63) | private void checkScale(SimpleBigDecimal b) method adjustScale (line 72) | public SimpleBigDecimal adjustScale(int newScale) method add (line 88) | public SimpleBigDecimal add(SimpleBigDecimal b) method add (line 94) | public SimpleBigDecimal add(BigInteger b) method negate (line 99) | public SimpleBigDecimal negate() method subtract (line 104) | public SimpleBigDecimal subtract(SimpleBigDecimal b) method subtract (line 109) | public SimpleBigDecimal subtract(BigInteger b) method multiply (line 115) | public SimpleBigDecimal multiply(SimpleBigDecimal b) method multiply (line 121) | public SimpleBigDecimal multiply(BigInteger b) method divide (line 126) | public SimpleBigDecimal divide(SimpleBigDecimal b) method divide (line 133) | public SimpleBigDecimal divide(BigInteger b) method shiftLeft (line 138) | public SimpleBigDecimal shiftLeft(int n) method compareTo (line 143) | public int compareTo(SimpleBigDecimal val) method compareTo (line 149) | public int compareTo(BigInteger val) method floor (line 154) | public BigInteger floor() method round (line 159) | public BigInteger round() method intValue (line 165) | public int intValue() method longValue (line 170) | public long longValue() method getScale (line 185) | public int getScale() method toString (line 190) | public String toString() method equals (line 232) | public boolean equals(Object o) method hashCode (line 248) | public int hashCode() FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/Tnaf.java class Tnaf (line 12) | class Tnaf method norm (line 82) | public static BigInteger norm(final byte mu, ZTauElement lambda) method norm (line 123) | public static SimpleBigDecimal norm(final byte mu, SimpleBigDecimal u, method round (line 166) | public static ZTauElement round(SimpleBigDecimal lambda0, method approximateDivisionByN (line 283) | public static SimpleBigDecimal approximateDivisionByN(BigInteger k, method tauAdicNaf (line 314) | public static byte[] tauAdicNaf(byte mu, ZTauElement lambda) method tau (line 393) | public static ECPoint.F2m tau(ECPoint.F2m p) method getMu (line 416) | public static byte getMu(ECCurve.F2m curve) method getLucas (line 451) | public static BigInteger[] getLucas(byte mu, int k, boolean doV) method getTw (line 506) | public static BigInteger getTw(byte mu, int w) method getSi (line 542) | public static BigInteger[] getSi(ECCurve.F2m curve) method partModReduction (line 606) | public static ZTauElement partModReduction(BigInteger k, int m, byte a, method multiplyRTnaf (line 649) | public static ECPoint.F2m multiplyRTnaf(ECPoint.F2m p, BigInteger k) method multiplyTnaf (line 670) | public static ECPoint.F2m multiplyTnaf(ECPoint.F2m p, ZTauElement lambda) method multiplyFromTnaf (line 690) | public static ECPoint.F2m multiplyFromTnaf(ECPoint.F2m p, byte[] u) method tauAdicWNaf (line 723) | public static byte[] tauAdicWNaf(byte mu, ZTauElement lambda, method getPreComp (line 820) | public static ECPoint.F2m[] getPreComp(ECPoint.F2m p, byte a) FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/WNafMultiplier.java class WNafMultiplier (line 9) | class WNafMultiplier implements ECMultiplier method windowNaf (line 23) | public byte[] windowNaf(byte width, BigInteger k) method multiply (line 90) | public ECPoint multiply(ECPoint p, BigInteger k, PreCompInfo preCompInfo) FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/WNafPreCompInfo.java class WNafPreCompInfo (line 7) | class WNafPreCompInfo implements PreCompInfo method getPreComp (line 25) | protected ECPoint[] getPreComp() method setPreComp (line 30) | protected void setPreComp(ECPoint[] preComp) method getTwiceP (line 35) | protected ECPoint getTwiceP() method setTwiceP (line 40) | protected void setTwiceP(ECPoint twiceThis) FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/WTauNafMultiplier.java class WTauNafMultiplier (line 9) | class WTauNafMultiplier implements ECMultiplier method multiply (line 19) | public ECPoint multiply(ECPoint point, BigInteger k, PreCompInfo preCo... method multiplyWTnaf (line 50) | private ECPoint.F2m multiplyWTnaf(ECPoint.F2m p, ZTauElement lambda, method multiplyFromWTnaf (line 81) | private static ECPoint.F2m multiplyFromWTnaf(ECPoint.F2m p, byte[] u, FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/WTauNafPreCompInfo.java class WTauNafPreCompInfo (line 7) | class WTauNafPreCompInfo implements PreCompInfo method WTauNafPreCompInfo (line 24) | WTauNafPreCompInfo(ECPoint.F2m[] preComp) method getPreComp (line 35) | protected ECPoint.F2m[] getPreComp() FILE: libs/bouncycastle/src/local/org/bouncycastle/math/ec/ZTauElement.java class ZTauElement (line 13) | class ZTauElement method ZTauElement (line 32) | public ZTauElement(BigInteger u, BigInteger v) FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/ContentSigner.java type ContentSigner (line 8) | public interface ContentSigner method getAlgorithmIdentifier (line 10) | AlgorithmIdentifier getAlgorithmIdentifier(); method getOutputStream (line 19) | OutputStream getOutputStream(); method getSignature (line 27) | byte[] getSignature(); FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/ContentVerifier.java type ContentVerifier (line 8) | public interface ContentVerifier method getAlgorithmIdentifier (line 16) | AlgorithmIdentifier getAlgorithmIdentifier(); method getOutputStream (line 25) | OutputStream getOutputStream(); method verify (line 31) | boolean verify(byte[] expected); FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/ContentVerifierProvider.java type ContentVerifierProvider (line 9) | public interface ContentVerifierProvider method hasAssociatedCertificate (line 16) | boolean hasAssociatedCertificate(); method getAssociatedCertificate (line 23) | X509CertificateHolder getAssociatedCertificate(); method get (line 32) | ContentVerifier get(AlgorithmIdentifier verifierAlgorithmIdentifier) FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.java class DefaultSignatureAlgorithmIdentifierFinder (line 23) | public class DefaultSignatureAlgorithmIdentifierFinder method generate (line 153) | private static AlgorithmIdentifier generate(String signatureAlgorithm) method createPSSParams (line 200) | private static RSASSAPSSparams createPSSParams(AlgorithmIdentifier has... method find (line 209) | public AlgorithmIdentifier find(String sigAlgName) FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/DigestCalculator.java type DigestCalculator (line 12) | public interface DigestCalculator method getAlgorithmIdentifier (line 20) | AlgorithmIdentifier getAlgorithmIdentifier(); method getOutputStream (line 29) | OutputStream getOutputStream(); method getDigest (line 36) | byte[] getDigest(); FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/DigestCalculatorProvider.java type DigestCalculatorProvider (line 5) | public interface DigestCalculatorProvider method get (line 7) | DigestCalculator get(AlgorithmIdentifier digestAlgorithmIdentifier) FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/OperatorCreationException.java class OperatorCreationException (line 3) | public class OperatorCreationException method OperatorCreationException (line 6) | public OperatorCreationException(String msg, Throwable cause) method OperatorCreationException (line 11) | public OperatorCreationException(String msg) FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/OperatorException.java class OperatorException (line 3) | public class OperatorException method OperatorException (line 8) | public OperatorException(String msg, Throwable cause) method OperatorException (line 15) | public OperatorException(String msg) method getCause (line 20) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/OperatorStreamException.java class OperatorStreamException (line 5) | public class OperatorStreamException method OperatorStreamException (line 10) | public OperatorStreamException(String msg, Throwable cause) method getCause (line 17) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/RuntimeOperatorException.java class RuntimeOperatorException (line 3) | public class RuntimeOperatorException method RuntimeOperatorException (line 8) | public RuntimeOperatorException(String msg) method RuntimeOperatorException (line 13) | public RuntimeOperatorException(String msg, Throwable cause) method getCause (line 20) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.java type SignatureAlgorithmIdentifierFinder (line 5) | public interface SignatureAlgorithmIdentifierFinder method find (line 14) | AlgorithmIdentifier find(String sigAlgName); FILE: libs/bouncycastle/src/local/org/bouncycastle/util/Arrays.java class Arrays (line 8) | public final class Arrays method Arrays (line 10) | private Arrays() method areEqual (line 15) | public static boolean areEqual( method areEqual (line 45) | public static boolean areEqual( method areEqual (line 75) | public static boolean areEqual( method constantTimeAreEqual (line 113) | public static boolean constantTimeAreEqual( method areEqual (line 142) | public static boolean areEqual( method areEqual (line 172) | public static boolean areEqual( method areEqual (line 202) | public static boolean areEqual( method fill (line 232) | public static void fill( method fill (line 242) | public static void fill( method fill (line 252) | public static void fill( method fill (line 262) | public static void fill( method fill (line 272) | public static void fill( method hashCode (line 282) | public static int hashCode(byte[] data) method hashCode (line 301) | public static int hashCode(char[] data) method hashCode (line 320) | public static int hashCode(int[][] ints) method hashCode (line 332) | public static int hashCode(int[] data) method hashCode (line 351) | public static int hashCode(short[][][] shorts) method hashCode (line 363) | public static int hashCode(short[][] shorts) method hashCode (line 375) | public static int hashCode(short[] data) method hashCode (line 394) | public static int hashCode(BigInteger[] data) method clone (line 413) | public static byte[] clone(byte[] data) method clone (line 426) | public static byte[][] clone(byte[][] data) method clone (line 443) | public static byte[][][] clone(byte[][][] data) method clone (line 460) | public static int[] clone(int[] data) method clone (line 473) | public static short[] clone(short[] data) method clone (line 486) | public static BigInteger[] clone(BigInteger[] data) method copyOf (line 499) | public static byte[] copyOf(byte[] data, int newLength) method copyOf (line 515) | public static char[] copyOf(char[] data, int newLength) method copyOf (line 531) | public static int[] copyOf(int[] data, int newLength) method copyOf (line 547) | public static long[] copyOf(long[] data, int newLength) method copyOf (line 563) | public static BigInteger[] copyOf(BigInteger[] data, int newLength) method copyOfRange (line 579) | public static byte[] copyOfRange(byte[] data, int from, int to) method copyOfRange (line 597) | public static int[] copyOfRange(int[] data, int from, int to) method copyOfRange (line 615) | public static long[] copyOfRange(long[] data, int from, int to) method copyOfRange (line 633) | public static BigInteger[] copyOfRange(BigInteger[] data, int from, in... method getLength (line 651) | private static int getLength(int from, int to) method concatenate (line 663) | public static byte[] concatenate(byte[] a, byte[] b) method concatenate (line 684) | public static byte[] concatenate(byte[] a, byte[] b, byte[] c) method concatenate (line 706) | public static byte[] concatenate(byte[] a, byte[] b, byte[] c, byte[] d) FILE: libs/bouncycastle/src/local/org/bouncycastle/util/IPAddress.java class IPAddress (line 3) | public class IPAddress method isValid (line 12) | public static boolean isValid( method isValidWithNetMask (line 25) | public static boolean isValidWithNetMask( method isValidIPv4 (line 38) | public static boolean isValidIPv4( method isValidIPv4WithNetmask (line 79) | public static boolean isValidIPv4WithNetmask( method isValidIPv6WithNetmask (line 89) | public static boolean isValidIPv6WithNetmask( method isMaskValue (line 99) | private static boolean isMaskValue(String component, int size) method isValidIPv6 (line 120) | public static boolean isValidIPv6( FILE: libs/bouncycastle/src/local/org/bouncycastle/util/Memoable.java type Memoable (line 3) | public interface Memoable method copy (line 11) | public Memoable copy(); method reset (line 22) | public void reset(Memoable other); FILE: libs/bouncycastle/src/local/org/bouncycastle/util/Selector.java type Selector (line 3) | public interface Selector method match (line 6) | boolean match(Object obj); method clone (line 8) | Object clone(); FILE: libs/bouncycastle/src/local/org/bouncycastle/util/Strings.java class Strings (line 8) | public final class Strings method fromUTF8ByteArray (line 10) | public static String fromUTF8ByteArray(byte[] bytes) method toUTF8ByteArray (line 85) | public static byte[] toUTF8ByteArray(String string) method toUTF8ByteArray (line 90) | public static byte[] toUTF8ByteArray(char[] string) method toUTF8ByteArray (line 106) | public static void toUTF8ByteArray(char[] string, OutputStream sOut) method toUpperCase (line 166) | public static String toUpperCase(String string) method toLowerCase (line 195) | public static String toLowerCase(String string) method toByteArray (line 218) | public static byte[] toByteArray(char[] chars) method toByteArray (line 230) | public static byte[] toByteArray(String string) method fromByteArray (line 250) | public static String fromByteArray(byte[] bytes) method asCharArray (line 261) | public static char[] asCharArray(byte[] bytes) method split (line 273) | public static String[] split(String input, char delimiter) FILE: libs/bouncycastle/src/local/org/bouncycastle/util/encoders/DecoderException.java class DecoderException (line 3) | public class DecoderException method DecoderException (line 8) | DecoderException(String msg, Throwable cause) method getCause (line 15) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/util/encoders/Encoder.java type Encoder (line 10) | public interface Encoder method encode (line 12) | int encode(byte[] data, int off, int length, OutputStream out) throws ... method decode (line 14) | int decode(byte[] data, int off, int length, OutputStream out) throws ... method decode (line 16) | int decode(String data, OutputStream out) throws IOException; FILE: libs/bouncycastle/src/local/org/bouncycastle/util/encoders/EncoderException.java class EncoderException (line 3) | public class EncoderException method EncoderException (line 8) | EncoderException(String msg, Throwable cause) method getCause (line 15) | public Throwable getCause() FILE: libs/bouncycastle/src/local/org/bouncycastle/util/encoders/Hex.java class Hex (line 10) | public class Hex method toHexString (line 14) | public static String toHexString( method toHexString (line 20) | public static String toHexString( method encode (line 34) | public static byte[] encode( method encode (line 45) | public static byte[] encode( method encode (line 69) | public static int encode( method encode (line 82) | public static int encode( method decode (line 97) | public static byte[] decode( method decode (line 119) | public static byte[] decode( method decode (line 142) | public static int decode( FILE: libs/bouncycastle/src/local/org/bouncycastle/util/encoders/HexEncoder.java class HexEncoder (line 6) | public class HexEncoder method initialiseDecodingTable (line 20) | protected void initialiseDecodingTable() method HexEncoder (line 40) | public HexEncoder() method encode (line 50) | public int encode( method ignore (line 68) | private static boolean ignore( method decode (line 80) | public int decode( method decode (line 138) | public int decode( FILE: libs/bouncycastle/src/local/org/bouncycastle/util/io/StreamOverflowException.java class StreamOverflowException (line 5) | public class StreamOverflowException method StreamOverflowException (line 8) | public StreamOverflowException(String msg) FILE: libs/bouncycastle/src/local/org/bouncycastle/util/io/Streams.java class Streams (line 8) | public final class Streams method drain (line 12) | public static void drain(InputStream inStr) method readAll (line 21) | public static byte[] readAll(InputStream inStr) method readAllLimited (line 29) | public static byte[] readAllLimited(InputStream inStr, int limit) method readFully (line 37) | public static int readFully(InputStream inStr, byte[] buf) method readFully (line 43) | public static int readFully(InputStream inStr, byte[] buf, int off, in... method pipeAll (line 59) | public static void pipeAll(InputStream inStr, OutputStream outStr) method pipeAllLimited (line 70) | public static long pipeAllLimited(InputStream inStr, long limit, Outpu... FILE: libs/nist_sip/src/gov2/nist/core/Debug.java class Debug (line 35) | public class Debug { method setStackLogger (line 42) | public static void setStackLogger(StackLogger stackLogger) { method println (line 46) | public static void println(String s) { method printStackTrace (line 50) | public static void printStackTrace(Exception ex) { method logError (line 56) | public static void logError(String message, Exception ex) { FILE: libs/nist_sip/src/gov2/nist/core/DuplicateNameValueList.java class DuplicateNameValueList (line 44) | public class DuplicateNameValueList implements Serializable, Cloneable { method DuplicateNameValueList (line 51) | public DuplicateNameValueList() method setSeparator (line 59) | public void setSeparator(String separator) { method encode (line 69) | public String encode() { method encode (line 73) | public StringBuffer encode(StringBuffer buffer) { method toString (line 95) | public String toString() { method set (line 103) | public void set(NameValue nv) { method set (line 110) | public void set(String name, Object value) { method equals (line 122) | public boolean equals(Object otherObject) { method getValue (line 151) | public Object getValue(String name) { method getNameValue (line 163) | public Collection getNameValue(String name) { method hasNameValue (line 170) | public boolean hasNameValue(String name) { method delete (line 177) | public boolean delete(String name) { method clone (line 188) | public Object clone() { method iterator (line 203) | public Iterator iterator() { method getNames (line 212) | public Iterator getNames() { method getParameter (line 222) | public String getParameter(String name) { method clear (line 232) | public void clear() { method isEmpty (line 237) | public boolean isEmpty() { method put (line 241) | public NameValue put(String key, NameValue value) { method remove (line 245) | public NameValue remove(Object key) { method size (line 249) | public int size() { method values (line 253) | public Collection values() { method hashCode (line 257) | public int hashCode() { FILE: libs/nist_sip/src/gov2/nist/core/GenericObject.java class GenericObject (line 48) | public abstract class GenericObject implements Serializable, Cloneable { method setMatcher (line 112) | public void setMatcher(Match matchExpression) { method getMatcher (line 121) | public Match getMatcher() { method getClassFromName (line 125) | public static Class getClassFromName(String className) { method isMySubclass (line 134) | public static boolean isMySubclass(Class other) { method makeClone (line 147) | public static Object makeClone(Object obj) { method clone (line 199) | public Object clone() { method merge (line 217) | public void merge(Object mergeObject) { method GenericObject (line 292) | protected GenericObject() { method getIndentation (line 297) | protected String getIndentation() { method sprint (line 307) | protected void sprint(String a) { method sprint (line 329) | protected void sprint(Object o) { method sprint (line 337) | protected void sprint(int intField) { method sprint (line 344) | protected void sprint(short shortField) { method sprint (line 352) | protected void sprint(char charField) { method sprint (line 361) | protected void sprint(long longField) { method sprint (line 369) | protected void sprint(boolean booleanField) { method sprint (line 377) | protected void sprint(double doubleField) { method sprint (line 385) | protected void sprint(float floatField) { method dbgPrint (line 393) | protected void dbgPrint() { method dbgPrint (line 400) | protected void dbgPrint(String s) { method equals (line 409) | public boolean equals(Object that) { method match (line 493) | public boolean match(Object other) { method debugDump (line 593) | public String debugDump() { method debugDump (line 692) | public String debugDump(int indent) { method encode (line 704) | public abstract String encode(); method encode (line 709) | public StringBuffer encode(StringBuffer buffer) { FILE: libs/nist_sip/src/gov2/nist/core/GenericObjectList.java class GenericObjectList (line 47) | public abstract class GenericObjectList extends LinkedList other) { method clone (line 127) | public Object clone() { method setMyClass (line 139) | public void setMyClass(Class cl) { method GenericObjectList (line 143) | protected GenericObjectList() { method GenericObjectList (line 150) | protected GenericObjectList(String lname) { method GenericObjectList (line 160) | protected GenericObjectList(String lname, String classname) { method GenericObjectList (line 175) | protected GenericObjectList(String lname, Class objclass) { method next (line 183) | protected GenericObject next(ListIterator iterator) { method first (line 195) | protected GenericObject first() { method next (line 207) | protected GenericObject next() { method concatenate (line 226) | protected void concatenate(GenericObjectList objList) { method concatenate (line 239) | protected void concatenate(GenericObjectList objList, boolean topFlag) { method sprint (line 252) | private void sprint(String s) { method debugDump (line 274) | public String debugDump() { method debugDump (line 297) | public String debugDump(int indent) { method addFirst (line 305) | public void addFirst(GenericObject objToAdd) { method mergeObjects (line 326) | public void mergeObjects(GenericObjectList mergeList) { method encode (line 347) | public String encode() { method toString (line 373) | public String toString() { method setSeparator (line 384) | public void setSeparator(String sep) { method hashCode (line 391) | public int hashCode() { return 42; } method equals (line 400) | public boolean equals(Object other) { method match (line 447) | public boolean match(Object other) { FILE: libs/nist_sip/src/gov2/nist/core/Host.java class Host (line 55) | public class Host extends GenericObject { method Host (line 85) | public Host() { method Host (line 94) | public Host(String hostName) throws IllegalArgumentException { method Host (line 108) | public Host(String name, int addrType) { method encode (line 119) | public String encode() { method encode (line 123) | public StringBuffer encode(StringBuffer buffer) { method equals (line 139) | public boolean equals(Object obj) { method getHostname (line 152) | public String getHostname() { method getAddress (line 159) | public String getAddress() { method getIpAddress (line 168) | public String getIpAddress() { method setHostname (line 190) | public void setHostname(String h) { method setHostAddress (line 197) | public void setHostAddress(String address) { method setHost (line 207) | private void setHost(String host, int type){ method setAddress (line 241) | public void setAddress(String address) { method isHostname (line 249) | public boolean isHostname() { method isIPAddress (line 257) | public boolean isIPAddress() { method getInetAddress (line 267) | public InetAddress getInetAddress() throws java.net.UnknownHostExcepti... method isIPv6Address (line 282) | private boolean isIPv6Address(String address) { method isIPv6Reference (line 290) | public static boolean isIPv6Reference(String address) { method hashCode (line 295) | @Override FILE: libs/nist_sip/src/gov2/nist/core/HostNameParser.java class HostNameParser (line 50) | public class HostNameParser extends ParserCore { method HostNameParser (line 65) | public HostNameParser(String hname) { method HostNameParser (line 75) | public HostNameParser(LexerCore lexer) { method consumeDomainLabel (line 85) | protected void consumeDomainLabel() throws ParseException { method ipv6Reference (line 96) | protected String ipv6Reference() throws ParseException { method host (line 171) | public Host host() throws ParseException { method isIPv6Address (line 221) | private boolean isIPv6Address(String uriHeader) method hostPort (line 261) | public HostPort hostPort( boolean allowWS ) throws ParseException { method main (line 319) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/core/HostPort.java class HostPort (line 42) | public final class HostPort extends GenericObject { method HostPort (line 59) | public HostPort() { method encode (line 71) | public String encode() { method encode (line 75) | public StringBuffer encode(StringBuffer buffer) { method equals (line 86) | public boolean equals(Object other) { method getHost (line 98) | public Host getHost() { method getPort (line 105) | public int getPort() { method hasPort (line 113) | public boolean hasPort() { method removePort (line 119) | public void removePort() { method setHost (line 127) | public void setHost(Host h) { method setPort (line 135) | public void setPort(int p) { method getInetAddress (line 143) | public InetAddress getInetAddress() throws java.net.UnknownHostExcepti... method merge (line 150) | public void merge(Object mergeObject) { method clone (line 156) | public Object clone() { method toString (line 163) | public String toString() { method hashCode (line 167) | @Override FILE: libs/nist_sip/src/gov2/nist/core/InternalErrorHandler.java class InternalErrorHandler (line 40) | public class InternalErrorHandler { method handleException (line 42) | public static void handleException(Exception ex) throws RuntimeExcepti... method handleException (line 51) | public static void handleException(Exception ex, StackLogger stackLogg... method handleException (line 63) | public static void handleException(String emsg) { method handleException (line 71) | public static void handleException(String emsg, StackLogger stackLogge... FILE: libs/nist_sip/src/gov2/nist/core/LexerCore.java class LexerCore (line 38) | public class LexerCore extends StringTokenizer { method addKeyword (line 96) | protected void addKeyword(String name, int value) { method lookupToken (line 105) | public String lookupToken(int value) { method addLexer (line 114) | protected Hashtable addLexer(String lexerName) { method selectLexer (line 125) | public void selectLexer(String lexerName) { method LexerCore (line 129) | protected LexerCore() { method LexerCore (line 136) | public LexerCore(String lexerName, String buffer) { method peekNextId (line 144) | public String peekNextId() { method getNextId (line 154) | public String getNextId() { method getNextToken (line 159) | public Token getNextToken() { method peekNextToken (line 166) | public Token peekNextToken() throws ParseException { method peekNextToken (line 170) | public Token[] peekNextToken(int ntokens) throws ParseException { method match (line 204) | public Token match(int tok) throws ParseException { method SPorHT (line 277) | public void SPorHT() { method isTokenChar (line 299) | public static final boolean isTokenChar( char c ) { method startsId (line 320) | public boolean startsId() { method startsSafeToken (line 329) | public boolean startsSafeToken() { method ttoken (line 372) | public String ttoken() { method ttokenSafe (line 430) | public String ttokenSafe() { method consumeValidChars (line 484) | public void consumeValidChars(char[] validChars) { method quotedString (line 525) | public String quotedString() throws ParseException { method comment (line 550) | public String comment() throws ParseException { method byteStringNoSemicolon (line 581) | public String byteStringNoSemicolon() { method byteStringNoSlash (line 605) | public String byteStringNoSlash() { method byteStringNoComma (line 628) | public String byteStringNoComma() { method charAsString (line 645) | public static String charAsString(char ch) { method charAsString (line 652) | public String charAsString(int nchars) { method number (line 660) | public String number() throws ParseException { method markInputPosition (line 686) | public int markInputPosition() { method rewindInputPosition (line 693) | public void rewindInputPosition(int position) { method getRest (line 700) | public String getRest() { method getString (line 711) | public String getString(char c) throws ParseException { method getPtr (line 746) | public int getPtr() { method getBuffer (line 752) | public String getBuffer() { method createParseException (line 758) | public ParseException createParseException() { FILE: libs/nist_sip/src/gov2/nist/core/LogLevels.java type LogLevels (line 3) | public interface LogLevels { FILE: libs/nist_sip/src/gov2/nist/core/LogWriter.java class LogWriter (line 34) | public class LogWriter implements StackLogger { method logStackTrace (line 39) | public void logStackTrace() { method logStackTrace (line 43) | public void logStackTrace(int traceLevel) { method getLineCount (line 47) | public int getLineCount() { method logException (line 51) | public void logException(Throwable ex) { method logDebug (line 54) | public void logDebug(String message) { method logTrace (line 57) | public void logTrace(String message) { method logFatalError (line 60) | public void logFatalError(String message) { method logError (line 63) | public void logError(String message) { method isLoggingEnabled (line 66) | public boolean isLoggingEnabled() { method isLoggingEnabled (line 69) | public boolean isLoggingEnabled(int logLevel) { method logError (line 73) | public void logError(String message, Exception ex) { method logWarning (line 76) | public void logWarning(String string) { method logInfo (line 79) | public void logInfo(String string) { method disableLogging (line 83) | public void disableLogging() { method enableLogging (line 87) | public void enableLogging() { method setBuildTimeStamp (line 91) | public void setBuildTimeStamp(String buildTimeStamp) { method setStackProperties (line 94) | public void setStackProperties(Properties stackProperties) { method getLoggerName (line 97) | public String getLoggerName() { FILE: libs/nist_sip/src/gov2/nist/core/Match.java type Match (line 38) | public interface Match { method match (line 45) | public boolean match(String searchString); FILE: libs/nist_sip/src/gov2/nist/core/MultiValueMap.java type MultiValueMap (line 7) | public interface MultiValueMap extends Map>, Serializable { FILE: libs/nist_sip/src/gov2/nist/core/MultiValueMapImpl.java class MultiValueMapImpl (line 34) | public class MultiValueMapImpl implements MultiValueMap, C... method MultiValueMapImpl (line 39) | public MultiValueMapImpl() { method put (line 44) | public List put(String key, V value) { method containsValue (line 55) | public boolean containsValue(Object value) { method clear (line 71) | public void clear() { method values (line 82) | public Collection values() { method clone (line 99) | public Object clone() { method size (line 105) | public int size() { method containsKey (line 109) | public boolean containsKey(Object key) { method entrySet (line 113) | public Set entrySet() { method isEmpty (line 117) | public boolean isEmpty() { method keySet (line 121) | public Set keySet() { method get (line 135) | public List get(Object key) { method put (line 139) | public List put(String key, List value) { method remove (line 143) | public List remove(Object key) { method putAll (line 147) | public void putAll(Map< ? extends String, ? extends List> mapToPut) { FILE: libs/nist_sip/src/gov2/nist/core/NameValue.java class NameValue (line 47) | public class NameValue extends GenericObject implements Entry iterator() { method getNames (line 253) | public Iterator getNames() { method getParameter (line 263) | public String getParameter(String name) { method clear (line 278) | public void clear() { method containsKey (line 286) | public boolean containsKey(Object key) { method containsValue (line 294) | public boolean containsValue(Object value) { method entrySet (line 302) | public Set> entrySet() { method get (line 310) | public NameValue get(Object key) { method keySet (line 318) | public Set keySet() { method put (line 326) | public NameValue put(String name, NameValue nameValue) { method putAll (line 330) | public void putAll(Map map) { method remove (line 338) | public NameValue remove(Object key) { method values (line 346) | public Collection values() { method hashCode (line 350) | @Override FILE: libs/nist_sip/src/gov2/nist/core/PackageNames.java type PackageNames (line 41) | public interface PackageNames { FILE: libs/nist_sip/src/gov2/nist/core/ParserCore.java class ParserCore (line 40) | public abstract class ParserCore { method nameValue (line 48) | protected NameValue nameValue(char separator) throws ParseException { method dbg_enter (line 100) | protected void dbg_enter(String rule) { method dbg_leave (line 114) | protected void dbg_leave(String rule) { method nameValue (line 129) | protected NameValue nameValue() throws ParseException { method peekLine (line 135) | protected void peekLine(String rule) { FILE: libs/nist_sip/src/gov2/nist/core/Separators.java type Separators (line 37) | public interface Separators { FILE: libs/nist_sip/src/gov2/nist/core/ServerLogger.java type ServerLogger (line 29) | public interface ServerLogger extends LogLevels { method closeLogFile (line 32) | void closeLogFile(); method logMessage (line 34) | void logMessage(SIPMessage message, String from, String to, boolean se... method logMessage (line 36) | void logMessage(SIPMessage message, String from, String to, String sta... method logMessage (line 39) | void logMessage(SIPMessage message, String from, String to, String sta... method logException (line 42) | void logException(Exception ex); method setStackProperties (line 44) | public void setStackProperties(Properties stackProperties); method setSipStack (line 46) | public void setSipStack(SipStack sipStack); FILE: libs/nist_sip/src/gov2/nist/core/StackLogger.java type StackLogger (line 12) | public interface StackLogger extends LogLevels { method logStackTrace (line 17) | public void logStackTrace(); method logStackTrace (line 24) | public void logStackTrace(int traceLevel); method getLineCount (line 31) | public int getLineCount(); method logException (line 38) | public void logException(Throwable ex); method logDebug (line 45) | public void logDebug(String message); method logTrace (line 52) | public void logTrace(String message); method logFatalError (line 59) | public void logFatalError(String message); method logError (line 67) | public void logError(String message); method isLoggingEnabled (line 71) | public boolean isLoggingEnabled(); method isLoggingEnabled (line 77) | public boolean isLoggingEnabled(int logLevel); method logError (line 84) | public void logError(String message, Exception ex); method logWarning (line 90) | public void logWarning(String string); method logInfo (line 96) | public void logInfo(String string); method disableLogging (line 103) | public void disableLogging(); method enableLogging (line 108) | public void enableLogging(); method setBuildTimeStamp (line 113) | public void setBuildTimeStamp(String buildTimeStamp); method setStackProperties (line 120) | public void setStackProperties(Properties stackProperties); method getLoggerName (line 126) | public String getLoggerName(); FILE: libs/nist_sip/src/gov2/nist/core/StringTokenizer.java class StringTokenizer (line 41) | public class StringTokenizer { method StringTokenizer (line 48) | protected StringTokenizer() { method StringTokenizer (line 51) | public StringTokenizer(String buffer) { method nextToken (line 57) | public String nextToken() { method hasMoreChars (line 71) | public boolean hasMoreChars() { method isHexDigit (line 75) | public static boolean isHexDigit(char ch) { method isAlpha (line 81) | public static boolean isAlpha(char ch) { method isDigit (line 90) | public static boolean isDigit(char ch) { method isAlphaDigit (line 99) | public static boolean isAlphaDigit(char ch) { method getLine (line 112) | public String getLine() { method peekLine (line 123) | public String peekLine() { method lookAhead (line 130) | public char lookAhead() throws ParseException { method lookAhead (line 134) | public char lookAhead(int k) throws ParseException { method getNextChar (line 144) | public char getNextChar() throws ParseException { method consume (line 153) | public void consume() { method consume (line 157) | public void consume(int k) { method getLines (line 163) | public Vector getLines() { method getNextToken (line 174) | public String getNextToken(char delim) throws ParseException { method getSDPFieldName (line 190) | public static String getSDPFieldName(String line) { FILE: libs/nist_sip/src/gov2/nist/core/ThreadAuditor.java class ThreadAuditor (line 23) | public class ThreadAuditor { class ThreadHandle (line 31) | public class ThreadHandle { method ThreadHandle (line 42) | public ThreadHandle(ThreadAuditor aThreadAuditor) { method isThreadActive (line 49) | public boolean isThreadActive() { method setThreadActive (line 54) | protected void setThreadActive(boolean value) { method getThread (line 59) | public Thread getThread() { method ping (line 64) | public void ping() { method getPingIntervalInMillisecs (line 69) | public long getPingIntervalInMillisecs() { method toString (line 78) | public String toString() { method getPingIntervalInMillisecs (line 87) | public long getPingIntervalInMillisecs() { method setPingIntervalInMillisecs (line 92) | public void setPingIntervalInMillisecs(long value) { method isEnabled (line 97) | public boolean isEnabled() { method addCurrentThread (line 102) | public synchronized ThreadHandle addCurrentThread() { method removeThread (line 113) | public synchronized void removeThread(Thread thread) { method ping (line 118) | public synchronized void ping(ThreadHandle threadHandle) { method reset (line 123) | public synchronized void reset() { method auditThreads (line 132) | public synchronized String auditThreads() { method toString (line 184) | public synchronized String toString() { FILE: libs/nist_sip/src/gov2/nist/core/Token.java class Token (line 37) | public class Token { method getTokenValue (line 40) | public String getTokenValue() { method getTokenType (line 43) | public int getTokenType() { method toString (line 46) | public String toString() { FILE: libs/nist_sip/src/gov2/nist/core/net/AddressResolver.java type AddressResolver (line 50) | public interface AddressResolver { method resolveAddress (line 61) | public Hop resolveAddress( Hop hop); FILE: libs/nist_sip/src/gov2/nist/core/net/DefaultNetworkLayer.java class DefaultNetworkLayer (line 51) | public class DefaultNetworkLayer implements NetworkLayer { method DefaultNetworkLayer (line 63) | private DefaultNetworkLayer() { method createServerSocket (line 69) | public ServerSocket createServerSocket(int port, int backlog, method createSocket (line 74) | public Socket createSocket(InetAddress address, int port) method createDatagramSocket (line 79) | public DatagramSocket createDatagramSocket() throws SocketException { method createDatagramSocket (line 83) | public DatagramSocket createDatagramSocket(int port, InetAddress laddr) method createSSLServerSocket (line 98) | public SSLServerSocket createSSLServerSocket(int port, int backlog, method createSSLSocket (line 105) | public SSLSocket createSSLSocket(InetAddress address, int port) method createSSLSocket (line 111) | public SSLSocket createSSLSocket(InetAddress address, int port, method createSocket (line 117) | public Socket createSocket(InetAddress address, int port, method createSocket (line 141) | public Socket createSocket(InetAddress address, int port, FILE: libs/nist_sip/src/gov2/nist/core/net/NetworkLayer.java type NetworkLayer (line 46) | public interface NetworkLayer { method createServerSocket (line 57) | public ServerSocket createServerSocket(int port, int backlog, method createSSLServerSocket (line 69) | public SSLServerSocket createSSLServerSocket(int port, int backlog, method createSocket (line 80) | public Socket createSocket(InetAddress address, int port) throws IOExc... method createSocket (line 91) | public Socket createSocket(InetAddress address, int port, InetAddress ... method createSocket (line 109) | public Socket createSocket(InetAddress address, int port, method createSSLSocket (line 121) | public SSLSocket createSSLSocket(InetAddress address, int port) throws... method createSSLSocket (line 132) | public SSLSocket createSSLSocket(InetAddress address, int port, InetAd... method createDatagramSocket (line 140) | public DatagramSocket createDatagramSocket() throws SocketException; method createDatagramSocket (line 150) | public DatagramSocket createDatagramSocket(int port, InetAddress laddr) FILE: libs/nist_sip/src/gov2/nist/core/net/SslNetworkLayer.java class SslNetworkLayer (line 59) | public class SslNetworkLayer implements NetworkLayer { method SslNetworkLayer (line 65) | public SslNetworkLayer() throws IOException, GeneralSecurityException { method SslNetworkLayer (line 69) | public SslNetworkLayer(String trustStoreFile, String keyStoreFile, method createServerSocket (line 106) | public ServerSocket createServerSocket(int port, int backlog, method createSocket (line 111) | public Socket createSocket(InetAddress address, int port) method createDatagramSocket (line 116) | public DatagramSocket createDatagramSocket() throws SocketException { method createDatagramSocket (line 120) | public DatagramSocket createDatagramSocket(int port, InetAddress laddr) method createSSLServerSocket (line 126) | public SSLServerSocket createSSLServerSocket(int port, int backlog, method createSSLSocket (line 133) | public SSLSocket createSSLSocket(InetAddress address, int port) method createSSLSocket (line 139) | public SSLSocket createSSLSocket(InetAddress address, int port, method createSocket (line 145) | public Socket createSocket(InetAddress address, int port, method createSocket (line 169) | public Socket createSocket(InetAddress address, int port, FILE: libs/nist_sip/src/gov2/nist/javax2/sip/ClientTransactionExt.java type ClientTransactionExt (line 11) | public interface ClientTransactionExt extends ClientTransaction, Transac... method setNotifyOnRetransmit (line 22) | public void setNotifyOnRetransmit(boolean flag); method alertIfStillInCallingStateBy (line 35) | public void alertIfStillInCallingStateBy(int count); method getNextHop (line 43) | public Hop getNextHop(); method isSecure (line 49) | public boolean isSecure(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/DefaultAddressResolver.java class DefaultAddressResolver (line 54) | public class DefaultAddressResolver implements AddressResolver { method DefaultAddressResolver (line 56) | public DefaultAddressResolver() { method resolveAddress (line 63) | public Hop resolveAddress(Hop inputAddress) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/DialogExt.java type DialogExt (line 14) | public interface DialogExt extends Dialog { method getSipProvider (line 23) | public SipProvider getSipProvider(); method setBackToBackUserAgent (line 36) | public void setBackToBackUserAgent(); method disableSequenceNumberValidation (line 49) | public void disableSequenceNumberValidation(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/DialogFilter.java class DialogFilter (line 89) | class DialogFilter implements ServerRequestInterface, ServerResponseInte... method DialogFilter (line 97) | public DialogFilter(SipStackImpl sipStack) { method sendRequestPendingResponse (line 108) | private void sendRequestPendingResponse(SIPRequest sipRequest, method sendBadRequestResponse (line 140) | private void sendBadRequestResponse(SIPRequest sipRequest, SIPServerTr... method sendCallOrTransactionDoesNotExistResponse (line 171) | private void sendCallOrTransactionDoesNotExistResponse(SIPRequest sipR... method sendLoopDetectedResponse (line 204) | private void sendLoopDetectedResponse(SIPRequest sipRequest, SIPServer... method sendServerInternalErrorResponse (line 232) | private void sendServerInternalErrorResponse(SIPRequest sipRequest, method processRequest (line 265) | public void processRequest(SIPRequest sipRequest, MessageChannel incom... method processResponse (line 1125) | public void processResponse(SIPResponse response, MessageChannel incom... method getProcessingInfo (line 1268) | public String getProcessingInfo() { method processResponse (line 1278) | public void processResponse(SIPResponse sipResponse, MessageChannel in... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/DialogTimeoutEvent.java class DialogTimeoutEvent (line 32) | public class DialogTimeoutEvent extends EventObject { type Reason (line 34) | public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout} method DialogTimeoutEvent (line 42) | public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { method getDialog (line 57) | public Dialog getDialog() { method getReason (line 66) | public Reason getReason() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/EventScanner.java class EventScanner (line 48) | class EventScanner implements Runnable { method incrementRefcount (line 61) | public void incrementRefcount() { method EventScanner (line 67) | public EventScanner(SipStackImpl sipStackImpl) { method addEvent (line 82) | public void addEvent(EventWrapper eventWrapper) { method stop (line 101) | public void stop() { method forceStop (line 120) | public void forceStop() { method deliverEvent (line 129) | public void deliverEvent(EventWrapper eventWrapper) { method run (line 464) | public void run() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/EventWrapper.java class EventWrapper (line 35) | class EventWrapper { method EventWrapper (line 40) | EventWrapper(EventObject sipEvent, SIPTransaction transaction) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/ListeningPointExt.java type ListeningPointExt (line 9) | public interface ListeningPointExt extends ListeningPoint { method createContactHeader (line 20) | ContactHeader createContactHeader() ; method sendHeartbeat (line 29) | public void sendHeartbeat(String ipAddress, int port) throws IOExcepti... method createViaHeader (line 38) | public ViaHeader createViaHeader(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/ListeningPointImpl.java class ListeningPointImpl (line 57) | public class ListeningPointImpl implements javax2.sip.ListeningPoint, go... method makeKey (line 91) | public static String makeKey(String host, int port, String transport) { method getKey (line 105) | protected String getKey() { method setSipProvider (line 113) | protected void setSipProvider(SipProviderImpl sipProviderImpl) { method removeSipProvider (line 120) | protected void removeSipProvider() { method ListeningPointImpl (line 128) | protected ListeningPointImpl( method clone (line 144) | public Object clone() { method getPort (line 166) | public int getPort() { method getTransport (line 175) | public String getTransport() { method getProvider (line 184) | public SipProviderImpl getProvider() { method getIPAddress (line 191) | public String getIPAddress() { method setSentBy (line 201) | public void setSentBy(String sentBy) throws ParseException { method getSentBy (line 209) | public String getSentBy() { method isSentBySet (line 214) | public boolean isSentBySet() { method getViaHeader (line 217) | public Via getViaHeader() { method getMessageProcessor (line 221) | public MessageProcessor getMessageProcessor() { method createContactHeader (line 225) | public ContactHeader createContactHeader() { method sendHeartbeat (line 246) | public void sendHeartbeat(String ipAddress, int port) throws IOExcepti... method createViaHeader (line 259) | public ViaHeader createViaHeader() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/LogRecord.java type LogRecord (line 10) | public interface LogRecord { method equals (line 12) | public abstract boolean equals(Object other); method toString (line 18) | public abstract String toString(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/LogRecordFactory.java type LogRecordFactory (line 13) | public interface LogRecordFactory { method createLogRecord (line 33) | public LogRecord createLogRecord(String message, String source, FILE: libs/nist_sip/src/gov2/nist/javax2/sip/NistSipMessageFactoryImpl.java class NistSipMessageFactoryImpl (line 52) | class NistSipMessageFactoryImpl implements StackMessageFactory { method newSIPServerRequest (line 65) | public ServerRequestInterface newSIPServerRequest(SIPRequest sipRequest, method newSIPServerResponse (line 101) | public ServerResponseInterface newSIPServerResponse( method NistSipMessageFactoryImpl (line 143) | public NistSipMessageFactoryImpl(SipStackImpl sipStackImpl) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/ResponseEventExt.java class ResponseEventExt (line 13) | public class ResponseEventExt extends ResponseEvent { method ResponseEventExt (line 15) | public ResponseEventExt(Object source, ClientTransactionExt clientTran... method isForkedResponse (line 26) | public boolean isForkedResponse() { method setOriginalTransaction (line 35) | public void setOriginalTransaction(ClientTransactionExt originalTransa... method getOriginalTransaction (line 45) | public ClientTransactionExt getOriginalTransaction() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/SIPConstants.java type SIPConstants (line 37) | public interface SIPConstants FILE: libs/nist_sip/src/gov2/nist/javax2/sip/ServerTransactionExt.java type ServerTransactionExt (line 6) | public interface ServerTransactionExt extends ServerTransaction, Transac... method getCanceledInviteTransaction (line 14) | public ServerTransaction getCanceledInviteTransaction(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/SipListenerExt.java type SipListenerExt (line 32) | public interface SipListenerExt extends SipListener { method processDialogTimeout (line 48) | public void processDialogTimeout(DialogTimeoutEvent timeoutEvent); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/SipProviderExt.java type SipProviderExt (line 11) | public interface SipProviderExt extends SipProvider { method setDialogErrorsAutomaticallyHandled (line 39) | public void setDialogErrorsAutomaticallyHandled(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/SipProviderImpl.java class SipProviderImpl (line 94) | public class SipProviderImpl implements javax2.sip.SipProvider, gov2.nis... method SipProviderImpl (line 126) | private SipProviderImpl() { method stop (line 134) | protected void stop() { method getListeningPoint (line 151) | public ListeningPoint getListeningPoint(String transport) { method handleEvent (line 168) | public void handleEvent(EventObject sipEvent, SIPTransaction transacti... method SipProviderImpl (line 197) | protected SipProviderImpl(SipStackImpl sipStack) { method clone (line 212) | protected Object clone() throws java.lang.CloneNotSupportedException { method addSipListener (line 222) | public void addSipListener(SipListener sipListener) method getListeningPoint (line 244) | public ListeningPoint getListeningPoint() { method getNewCallId (line 257) | public CallIdHeader getNewCallId() { method getNewClientTransaction (line 274) | public ClientTransaction getNewClientTransaction(Request request) method getNewServerTransaction (line 451) | public ServerTransaction getNewServerTransaction(Request request) method getSipStack (line 634) | public SipStack getSipStack() { method removeSipListener (line 643) | public void removeSipListener(SipListener sipListener) { method sendRequest (line 665) | public void sendRequest(Request request) throws SipException { method sendResponse (line 740) | public void sendResponse(Response response) throws SipException { method setListeningPoint (line 802) | public synchronized void setListeningPoint(ListeningPoint listeningPoi... method getNewDialog (line 822) | public Dialog getNewDialog(Transaction transaction) throws SipException { method transactionErrorEvent (line 900) | public void transactionErrorEvent( method dialogErrorEvent (line 981) | public synchronized void dialogErrorEvent(SIPDialogErrorEvent dialogEr... method getListeningPoints (line 1003) | public synchronized ListeningPoint[] getListeningPoints() { method addListeningPoint (line 1016) | public synchronized void addListeningPoint(ListeningPoint listeningPoint) method removeListeningPoint (line 1052) | public synchronized void removeListeningPoint(ListeningPoint listening... method removeListeningPoints (line 1065) | public synchronized void removeListeningPoints() { method setAutomaticDialogSupportEnabled (line 1080) | public void setAutomaticDialogSupportEnabled( method isAutomaticDialogSupportEnabled (line 1091) | public boolean isAutomaticDialogSupportEnabled() { method setDialogErrorsAutomaticallyHandled (line 1099) | public void setDialogErrorsAutomaticallyHandled() { method isDialogErrorsAutomaticallyHandled (line 1103) | public boolean isDialogErrorsAutomaticallyHandled() { method getSipListener (line 1111) | public SipListener getSipListener() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/SipStackExt.java type SipStackExt (line 35) | public interface SipStackExt extends SipStack { method getDialogs (line 42) | public Collection getDialogs(); method getReplacesDialog (line 52) | public Dialog getReplacesDialog(ReplacesHeader replacesHeader); method getAuthenticationHelper (line 66) | public AuthenticationHelper getAuthenticationHelper(AccountManager acc... method getSecureAuthenticationHelper (line 81) | public AuthenticationHelper getSecureAuthenticationHelper(SecureAccoun... method setAddressResolver (line 92) | public void setAddressResolver(AddressResolver addressResolver); method getJoinDialog (line 102) | public Dialog getJoinDialog(JoinHeader joinHeader); method setEnabledCipherSuites (line 122) | public void setEnabledCipherSuites(String[] newCipherSuites); method obtainLocalAddress (line 142) | public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort, FILE: libs/nist_sip/src/gov2/nist/javax2/sip/SipStackImpl.java class SipStackImpl (line 435) | public class SipStackImpl extends SIPTransactionStack implements method SipStackImpl (line 493) | protected SipStackImpl() { method reInitialize (line 507) | private void reInitialize() { method isAutomaticDialogSupportEnabled (line 522) | boolean isAutomaticDialogSupportEnabled() { method SipStackImpl (line 534) | public SipStackImpl(Properties configurationProperties) method createListeningPoint (line 1064) | public synchronized ListeningPoint createListeningPoint(String address, method createSipProvider (line 1131) | public SipProvider createSipProvider(ListeningPoint listeningPoint) method deleteListeningPoint (line 1155) | public void deleteListeningPoint(ListeningPoint listeningPoint) method deleteSipProvider (line 1172) | public void deleteSipProvider(SipProvider sipProvider) method getIPAddress (line 1204) | public String getIPAddress() { method getListeningPoints (line 1213) | public java.util.Iterator getListeningPoints() { method isRetransmissionFilterActive (line 1223) | public boolean isRetransmissionFilterActive() { method getSipProviders (line 1232) | public java.util.Iterator getSipProviders() { method getStackName (line 1241) | public String getStackName() { method finalize (line 1251) | protected void finalize() { method createListeningPoint (line 1262) | public ListeningPoint createListeningPoint(int port, String transport) method stop (line 1275) | public void stop() { method start (line 1297) | public void start() throws ProviderDoesNotExistException, SipException { method getSipListener (line 1313) | public SipListener getSipListener() { method getLogRecordFactory (line 1322) | public LogRecordFactory getLogRecordFactory() { method getEventScanner (line 1353) | @Deprecated method getAuthenticationHelper (line 1376) | public AuthenticationHelper getAuthenticationHelper( method getSecureAuthenticationHelper (line 1388) | public AuthenticationHelper getSecureAuthenticationHelper( method setEnabledCipherSuites (line 1413) | public void setEnabledCipherSuites(String[] newCipherSuites) { method getEnabledCipherSuites (line 1422) | public String[] getEnabledCipherSuites() { method setEnabledProtocols (line 1446) | public void setEnabledProtocols(String[] newProtocols) { method getEnabledProtocols (line 1455) | public String[] getEnabledProtocols() { method setIsBackToBackUserAgent (line 1466) | public void setIsBackToBackUserAgent(boolean flag) { method isBackToBackUserAgent (line 1476) | public boolean isBackToBackUserAgent() { method isAutomaticDialogErrorHandlingEnabled (line 1480) | public boolean isAutomaticDialogErrorHandlingEnabled() { method acquireSem (line 1484) | public boolean acquireSem() { method releaseSem (line 1492) | public void releaseSem() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/TransactionExt.java type TransactionExt (line 10) | public interface TransactionExt extends Transaction { method getSipProvider (line 15) | public SipProvider getSipProvider(); method getPeerAddress (line 22) | public String getPeerAddress(); method getPeerPort (line 28) | public int getPeerPort(); method getTransport (line 34) | public String getTransport(); method getHost (line 40) | public String getHost(); method getPort (line 45) | public int getPort(); method getCipherSuite (line 53) | public String getCipherSuite() throws UnsupportedOperationException; method getLocalCertificates (line 61) | Certificate[] getLocalCertificates() throws UnsupportedOperationExcept... method getPeerCertificates (line 68) | Certificate[] getPeerCertificates() throws SSLPeerUnverifiedException; FILE: libs/nist_sip/src/gov2/nist/javax2/sip/Utils.java class Utils (line 45) | public class Utils implements UtilsExt { method getInstance (line 77) | public static Utils getInstance() { method toHexString (line 89) | public static String toHexString(byte b[]) { method getQuotedString (line 107) | public static String getQuotedString(String str) { method reduceString (line 118) | protected static String reduceString(String input) { method generateCallIdentifier (line 135) | public synchronized String generateCallIdentifier(String address) { method generateTag (line 156) | public synchronized String generateTag() { method generateBranchId (line 169) | public synchronized String generateBranchId() { method responseBelongsToUs (line 182) | public boolean responseBelongsToUs(SIPResponse response) { method getSignature (line 188) | public static String getSignature() { method main (line 192) | public static void main(String[] args) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/UtilsExt.java type UtilsExt (line 23) | public interface UtilsExt { method generateCallIdentifier (line 30) | public String generateCallIdentifier(String address); method generateTag (line 43) | public String generateTag(); method generateBranchId (line 52) | public String generateBranchId(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/AddressFactoryImpl.java class AddressFactoryImpl (line 47) | public class AddressFactoryImpl implements javax2.sip.address.AddressFac... method AddressFactoryImpl (line 51) | public AddressFactoryImpl() { method createAddress (line 62) | public javax2.sip.address.Address createAddress() { method createAddress (line 75) | public javax2.sip.address.Address createAddress( method createSipURI (line 92) | public javax2.sip.address.SipURI createSipURI(String uri) method createSipURI (line 113) | public javax2.sip.address.SipURI createSipURI(String user, String host) method createTelURL (line 148) | public javax2.sip.address.TelURL createTelURL(String uri) method createAddress (line 162) | public javax2.sip.address.Address createAddress(javax2.sip.address.URI... method createAddress (line 181) | public javax2.sip.address.Address createAddress(String address) method createURI (line 208) | public javax2.sip.address.URI createURI(String uri) throws ParseExcept... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/AddressImpl.java class AddressImpl (line 48) | public final class AddressImpl extends NetObject implements javax2.sip.a... method match (line 83) | public boolean match(Object other) { method getHostPort (line 108) | public HostPort getHostPort() { method getPort (line 121) | public int getPort() { method setPort (line 134) | public void setPort(int port) { method getUserAtHostPort (line 147) | public String getUserAtHostPort() { method getHost (line 160) | public String getHost() { method removeParameter (line 173) | public void removeParameter(String parameterName) { method encode (line 185) | public String encode() { method encode (line 189) | public StringBuffer encode(StringBuffer buffer) { method AddressImpl (line 207) | public AddressImpl() { method getAddressType (line 216) | public int getAddressType() { method setAddressType (line 227) | public void setAddressType(int atype) { method getDisplayName (line 237) | public String getDisplayName() { method setDisplayName (line 248) | public void setDisplayName(String displayName) { method setAddess (line 260) | public void setAddess(javax2.sip.address.URI address) { method hashCode (line 268) | public int hashCode() { method equals (line 281) | public boolean equals(Object other) { method hasDisplayName (line 300) | public boolean hasDisplayName() { method removeDisplayName (line 307) | public void removeDisplayName() { method isSIPAddress (line 317) | public boolean isSIPAddress() { method getURI (line 326) | public URI getURI() { method isWildcard (line 335) | public boolean isWildcard() { method setURI (line 345) | public void setURI(URI address) { method setUser (line 355) | public void setUser(String user) { method setWildCardFlag (line 362) | public void setWildCardFlag() { method clone (line 368) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/Authority.java class Authority (line 42) | public class Authority extends NetObject { method encode (line 58) | public String encode() { method encode (line 62) | public StringBuffer encode(StringBuffer buffer) { method equals (line 77) | @Override method getHostPort (line 99) | public HostPort getHostPort() { method getUserInfo (line 107) | public UserInfo getUserInfo() { method getPassword (line 115) | public String getPassword() { method getUser (line 126) | public String getUser() { method getHost (line 134) | public Host getHost() { method getPort (line 145) | public int getPort() { method removePort (line 154) | public void removePort() { method setPassword (line 163) | public void setPassword(String passwd) { method setUser (line 173) | public void setUser(String user) { method setHost (line 183) | public void setHost(Host host) { method setPort (line 193) | public void setPort(int port) { method setHostPort (line 203) | public void setHostPort(HostPort h) { method setUserInfo (line 211) | public void setUserInfo(UserInfo u) { method removeUserInfo (line 218) | public void removeUserInfo() { method clone (line 222) | public Object clone() { method hashCode (line 231) | @Override FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/GenericURI.java class GenericURI (line 39) | public class GenericURI extends NetObject implements javax2.sip.address.... method GenericURI (line 64) | protected GenericURI() { method GenericURI (line 71) | public GenericURI(String uriString) throws ParseException { method encode (line 84) | public String encode() { method encode (line 88) | public StringBuffer encode(StringBuffer buffer) { method toString (line 95) | public String toString() { method getScheme (line 105) | public String getScheme() { method isSipURI (line 114) | public boolean isSipURI() { method equals (line 119) | public boolean equals(Object that) { method hashCode (line 131) | public int hashCode() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/NetObject.java class NetObject (line 44) | public abstract class NetObject extends GenericObject { method NetObject (line 71) | public NetObject() { method equals (line 79) | public boolean equals(Object that) { method match (line 163) | public boolean match(Object other) { method debugDump (line 279) | public String debugDump() { method debugDump (line 381) | public String debugDump(int indent) { method toString (line 393) | public String toString() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/NetObjectList.java class NetObjectList (line 51) | public class NetObjectList extends GenericObjectList { method NetObjectList (line 63) | public NetObjectList(String lname) { method NetObjectList (line 73) | public NetObjectList(String lname, Class cname) { method NetObjectList (line 82) | public NetObjectList() { method add (line 90) | public void add(NetObject obj) { method concatenate (line 97) | public void concatenate(NetObjectList net_obj_list) { method first (line 106) | public GenericObject first() { method next (line 115) | public GenericObject next() { method next (line 123) | public GenericObject next(ListIterator li) { method setMyClass (line 132) | public void setMyClass(Class cl) { method debugDump (line 141) | public String debugDump(int indent) { method toString (line 150) | public String toString() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/ParameterNames.java type ParameterNames (line 37) | public interface ParameterNames { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/RFC2396UrlDecoder.java class RFC2396UrlDecoder (line 36) | public class RFC2396UrlDecoder { method decode (line 51) | public static String decode(String uri) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/RouterExt.java type RouterExt (line 34) | public interface RouterExt extends Router { method transactionTimeout (line 40) | public void transactionTimeout(Hop hop); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/SipURIExt.java type SipURIExt (line 13) | public interface SipURIExt extends SipURI { method removeHeaders (line 20) | public void removeHeaders(); method removeHeader (line 29) | public void removeHeader(String headerName); method hasGrParam (line 36) | public boolean hasGrParam(); method setGrParam (line 45) | public void setGrParam(String value); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/SipUri.java class SipUri (line 60) | public class SipUri extends GenericURI implements javax2.sip.address.Sip... method SipUri (line 82) | public SipUri() { method setScheme (line 92) | public void setScheme(String scheme) { method getScheme (line 101) | public String getScheme() { method clearUriParms (line 109) | public void clearUriParms() { method clearPassword (line 115) | public void clearPassword() { method getAuthority (line 125) | public Authority getAuthority() { method clearQheaders (line 132) | public void clearQheaders() { method equals (line 151) | @SuppressWarnings("unchecked") method encode (line 238) | public String encode() { method encode (line 242) | public StringBuffer encode(StringBuffer buffer) { method toString (line 262) | public String toString() { method getUserAtHost (line 272) | public String getUserAtHost() { method getUserAtHostPort (line 291) | public String getUserAtHostPort() { method getParm (line 317) | public Object getParm(String parmname) { method getMethod (line 326) | public String getMethod() { method getParameters (line 334) | public NameValueList getParameters() { method removeParameters (line 341) | public void removeParameters() { method getQheaders (line 350) | public NameValueList getQheaders() { method getUserType (line 358) | public String getUserType() { method getUserPassword (line 367) | public String getUserPassword() { method setUserPassword (line 376) | public void setUserPassword(String password) { method getTelephoneSubscriber (line 388) | public TelephoneNumber getTelephoneSubscriber() { method getHostPort (line 401) | public HostPort getHostPort() { method getPort (line 414) | public int getPort() { method getHost (line 424) | public String getHost() { method isUserTelephoneSubscriber (line 456) | public boolean isUserTelephoneSubscriber() { method removeTTL (line 466) | public void removeTTL() { method removeMAddr (line 474) | public void removeMAddr() { method removeTransport (line 482) | public void removeTransport() { method removeHeader (line 490) | public void removeHeader(String name) { method removeHeaders (line 497) | public void removeHeaders() { method removeUserType (line 504) | public void removeUserType() { method removePort (line 512) | public void removePort() { method removeMethod (line 519) | public void removeMethod() { method setUser (line 532) | public void setUser(String uname) { method removeUser (line 542) | public void removeUser() { method setDefaultParm (line 552) | public void setDefaultParm(String name, Object value) { method setAuthority (line 562) | public void setAuthority(Authority authority) { method setHost (line 569) | public void setHost(Host h) { method setUriParms (line 578) | public void setUriParms(NameValueList parms) { method setUriParm (line 588) | public void setUriParm(String name, Object value) { method setQheaders (line 596) | public void setQheaders(NameValueList parms) { method setMAddr (line 604) | public void setMAddr(String mAddr) { method setUserParam (line 622) | public void setUserParam(String usertype) { method setMethod (line 630) | public void setMethod(String method) { method setIsdnSubAddress (line 638) | public void setIsdnSubAddress(String isdnSubAddress) { method setTelephoneSubscriber (line 648) | public void setTelephoneSubscriber(TelephoneNumber tel) { method setPort (line 655) | public void setPort(int p) { method hasParameter (line 666) | public boolean hasParameter(String name) { method setQHeader (line 675) | public void setQHeader(NameValue nameValue) { method setUriParameter (line 682) | public void setUriParameter(NameValue nameValue) { method hasTransport (line 689) | public boolean hasTransport() { method removeParameter (line 697) | public void removeParameter(String name) { method setHostPort (line 704) | public void setHostPort(HostPort hostPort) { method clone (line 713) | public Object clone() { method getHeader (line 735) | public String getHeader(String name) { method getHeaderNames (line 748) | public Iterator getHeaderNames() { method getLrParam (line 758) | public String getLrParam() { method getMAddrParam (line 768) | public String getMAddrParam() { method getMethodParam (line 782) | public String getMethodParam() { method getParameter (line 793) | public String getParameter(String name) { method getParameterNames (line 813) | public Iterator getParameterNames() { method getTTLParam (line 822) | public int getTTLParam() { method getTransportParam (line 835) | public String getTransportParam() { method getUser (line 849) | public String getUser() { method isSecure (line 859) | public boolean isSecure() { method isSipURI (line 867) | public boolean isSipURI() { method setHeader (line 878) | public void setHeader(String name, String value) { method setHost (line 889) | public void setHost(String host) throws ParseException { method setLrParam (line 901) | public void setLrParam() { method setMAddrParam (line 913) | public void setMAddrParam(String maddr) throws ParseException { method setMethodParam (line 925) | public void setMethodParam(String method) throws ParseException { method setParameter (line 947) | public void setParameter(String name, String value) throws ParseExcept... method setSecure (line 963) | public void setSecure(boolean secure) { method setTTLParam (line 976) | public void setTTLParam(int ttl) { method setTransportParam (line 995) | public void setTransportParam(String transport) throws ParseException { method getUserParam (line 1012) | public String getUserParam() { method hasLrParam (line 1023) | public boolean hasLrParam() { method hasGrParam (line 1033) | public boolean hasGrParam() { method setGrParam (line 1042) | public void setGrParam(String value) { method getGrParam (line 1051) | public String getGrParam() { method setParameter (line 1055) | @Override FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/TelURLImpl.java class TelURLImpl (line 42) | public class TelURLImpl method TelURLImpl (line 52) | public TelURLImpl() { method setTelephoneNumber (line 60) | public void setTelephoneNumber(TelephoneNumber telephoneNumber) { method getIsdnSubAddress (line 69) | public String getIsdnSubAddress() { method getPostDial (line 78) | public String getPostDial() { method getScheme (line 87) | public String getScheme() { method isGlobal (line 97) | public boolean isGlobal() { method isSipURI (line 105) | public boolean isSipURI() { method setGlobal (line 115) | public void setGlobal(boolean global) { method setIsdnSubAddress (line 125) | public void setIsdnSubAddress(String isdnSubAddress) { method setPostDial (line 134) | public void setPostDial(String postDial) { method setPhoneNumber (line 142) | public void setPhoneNumber(String telephoneNumber) { method getPhoneNumber (line 150) | public String getPhoneNumber() { method toString (line 158) | public String toString() { method encode (line 162) | public String encode() { method encode (line 166) | public StringBuffer encode(StringBuffer buffer) { method clone (line 176) | public Object clone() { method getParameter (line 183) | public String getParameter(String parameterName) { method setParameter (line 187) | public void setParameter(String name, String value) { method getParameterNames (line 191) | public Iterator getParameterNames() { method getParameters (line 195) | public NameValueList getParameters() { method removeParameter (line 199) | public void removeParameter(String name) { method setPhoneContext (line 206) | public void setPhoneContext(String phoneContext) throws ParseException { method getPhoneContext (line 219) | public String getPhoneContext() { method setParameter (line 224) | @Override FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/TelephoneNumber.java class TelephoneNumber (line 40) | public class TelephoneNumber extends NetObject { method TelephoneNumber (line 60) | public TelephoneNumber() { method deleteParm (line 67) | public void deleteParm(String name) { method getPhoneNumber (line 74) | public String getPhoneNumber() { method getPostDial (line 81) | public String getPostDial() { method getIsdnSubaddress (line 89) | public String getIsdnSubaddress() { method hasPostDial (line 96) | public boolean hasPostDial() { method hasParm (line 104) | public boolean hasParm(String pname) { method hasIsdnSubaddress (line 112) | public boolean hasIsdnSubaddress() { method isGlobal (line 120) | public boolean isGlobal() { method removePostDial (line 126) | public void removePostDial() { method removeIsdnSubaddress (line 133) | public void removeIsdnSubaddress() { method setParameters (line 141) | public void setParameters(NameValueList p) { method setGlobal (line 148) | public void setGlobal(boolean g) { method setPostDial (line 155) | public void setPostDial(String p) { method setParm (line 164) | public void setParm(String name, Object value) { method setIsdnSubaddress (line 173) | public void setIsdnSubaddress(String isub) { method setPhoneNumber (line 180) | public void setPhoneNumber(String num) { method encode (line 184) | public String encode() { method encode (line 188) | public StringBuffer encode(StringBuffer buffer) { method getParameter (line 208) | public String getParameter(String name) { method getParameterNames (line 225) | public Iterator getParameterNames() { method removeParameter (line 229) | public void removeParameter(String parameter) { method setParameter (line 233) | public void setParameter(String name, String value) { method clone (line 238) | public Object clone() { method getParameters (line 245) | public NameValueList getParameters() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/address/UserInfo.java class UserInfo (line 42) | public final class UserInfo extends NetObject { method UserInfo (line 69) | public UserInfo() { method equals (line 78) | public boolean equals(Object obj) { method encode (line 105) | public String encode() { method encode (line 109) | public StringBuffer encode(StringBuffer buffer) { method clearPassword (line 120) | public void clearPassword() { method getUserType (line 128) | public int getUserType() { method getUser (line 135) | public String getUser() { method getPassword (line 142) | public String getPassword() { method setUser (line 150) | public void setUser(String user) { method setPassword (line 168) | public void setPassword(String p) { method setUserType (line 177) | public void setUserType(int type) throws IllegalArgumentException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/AccountManager.java type AccountManager (line 5) | public interface AccountManager { method getCredentials (line 18) | UserCredentials getCredentials(ClientTransaction challengedTransaction... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/AuthenticationHelper.java type AuthenticationHelper (line 26) | public interface AuthenticationHelper { method handleChallenge (line 55) | public abstract ClientTransaction handleChallenge(Response challenge, method setAuthenticationHeaders (line 66) | public abstract void setAuthenticationHeaders(Request request) ; method removeCachedAuthenticationHeaders (line 74) | public abstract void removeCachedAuthenticationHeaders(String callId); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/AuthenticationHelperImpl.java class AuthenticationHelperImpl (line 63) | public class AuthenticationHelperImpl implements AuthenticationHelper { method AuthenticationHelperImpl (line 92) | public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager ... method AuthenticationHelperImpl (line 109) | public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountMa... method handleChallenge (line 125) | public ClientTransaction handleChallenge(Response challenge, method getAuthorization (line 293) | private AuthorizationHeader getAuthorization(String method, String uri... method getAuthorization (line 360) | private AuthorizationHeader getAuthorization(String method, String uri... method removeBranchID (line 420) | private void removeBranchID(Request request) { method setAuthenticationHeaders (line 433) | public void setAuthenticationHeaders(Request request) { method removeCachedAuthenticationHeaders (line 459) | public void removeCachedAuthenticationHeaders(String callId) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/CredentialsCache.java class CredentialsCache (line 17) | class CredentialsCache { class TimeoutTask (line 29) | class TimeoutTask extends TimerTask { method TimeoutTask (line 33) | public TimeoutTask(String userName, String proxyDomain) { method run (line 38) | @Override method CredentialsCache (line 48) | CredentialsCache (Timer timer) { method cacheAuthorizationHeader (line 61) | void cacheAuthorizationHeader(String callId, method getCachedAuthorizationHeaders (line 101) | Collection getCachedAuthorizationHeaders( method removeAuthenticationHeader (line 114) | public void removeAuthenticationHeader(String callId) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/MessageDigestAlgorithm.java class MessageDigestAlgorithm (line 15) | public class MessageDigestAlgorithm { method calculateResponse (line 38) | static String calculateResponse(String algorithm, String hashUserNameR... method calculateResponse (line 115) | static String calculateResponse(String algorithm, String username_valu... method H (line 181) | private static String H(String data) { method KD (line 199) | private static String KD(String secret, String data) { method toHexString (line 218) | private static String toHexString(byte b[]) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/SecureAccountManager.java type SecureAccountManager (line 5) | public interface SecureAccountManager { method getCredentialHash (line 17) | UserCredentialHash getCredentialHash(ClientTransaction challengedTrans... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/UserCredentialHash.java type UserCredentialHash (line 11) | public interface UserCredentialHash { method getUserName (line 18) | public String getUserName(); method getSipDomain (line 26) | public String getSipDomain(); method getHashUserDomainPassword (line 34) | public String getHashUserDomainPassword(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/clientauthutils/UserCredentials.java type UserCredentials (line 11) | public interface UserCredentials method getUserName (line 19) | public String getUserName(); method getPassword (line 27) | public String getPassword(); method getSipDomain (line 35) | public String getSipDomain(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Accept.java class Accept (line 46) | public final class Accept method Accept (line 61) | public Accept() { method allowsAllContentTypes (line 69) | public boolean allowsAllContentTypes() { method allowsAllContentSubTypes (line 81) | public boolean allowsAllContentSubTypes() { method encodeBody (line 91) | protected String encodeBody() { method encodeBody (line 95) | protected StringBuffer encodeBody(StringBuffer buffer) { method getMediaRange (line 108) | public MediaRange getMediaRange() { method getContentType (line 115) | public String getContentType() { method getContentSubType (line 125) | public String getContentSubType() { method getQValue (line 136) | public float getQValue() { method hasQValue (line 144) | public boolean hasQValue() { method removeQValue (line 152) | public void removeQValue() { method setContentSubType (line 159) | public void setContentSubType(String subtype) { method setContentType (line 168) | public void setContentType(String type) { method setQValue (line 179) | public void setQValue(float qValue) throws InvalidArgumentException { method setMediaRange (line 190) | public void setMediaRange(MediaRange m) { method clone (line 194) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AcceptEncoding.java class AcceptEncoding (line 69) | public final class AcceptEncoding extends ParametersHeader implements method AcceptEncoding (line 85) | public AcceptEncoding() { method encodeBody (line 94) | protected String encodeBody() { method encodeBody (line 98) | protected StringBuffer encodeBody(StringBuffer buffer) { method getQValue (line 113) | public float getQValue() { method getEncoding (line 122) | public String getEncoding() { method setQValue (line 132) | public void setQValue(float q) throws InvalidArgumentException { method setEncoding (line 148) | public void setEncoding(String encoding) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AcceptEncodingList.java class AcceptEncodingList (line 41) | public class AcceptEncodingList extends SIPHeaderList{ method clone (line 43) | @Override method AcceptEncodingList (line 52) | public AcceptEncodingList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AcceptLanguage.java class AcceptLanguage (line 55) | public final class AcceptLanguage method AcceptLanguage (line 69) | public AcceptLanguage() { method encodeBody (line 76) | protected String encodeBody() { method getLanguageRange (line 90) | public String getLanguageRange() { method getQValue (line 99) | public float getQValue() { method hasQValue (line 110) | public boolean hasQValue() { method removeQValue (line 118) | public void removeQValue() { method setLanguageRange (line 128) | public void setLanguageRange(String languageRange) { method setQValue (line 151) | public void setQValue(float q) throws InvalidArgumentException { method getAcceptLanguage (line 168) | public Locale getAcceptLanguage() { method setAcceptLanguage (line 190) | public void setAcceptLanguage(Locale language) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AcceptLanguageList.java class AcceptLanguageList (line 40) | public class AcceptLanguageList extends SIPHeaderList { method clone (line 45) | @Override method AcceptLanguageList (line 52) | public AcceptLanguageList() { method getFirst (line 56) | public AcceptLanguage getFirst() { method getLast (line 64) | public AcceptLanguage getLast() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AcceptList.java class AcceptList (line 40) | public class AcceptList extends SIPHeaderList { method clone (line 48) | @Override method AcceptList (line 57) | public AcceptList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AddressParameters.java type AddressParameters (line 9) | public interface AddressParameters extends Parameters { method getAddress (line 15) | public abstract Address getAddress(); method setAddress (line 21) | public abstract void setAddress(Address address); method getParameters (line 27) | public abstract Map> getParameters(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AddressParametersHeader.java class AddressParametersHeader (line 45) | public abstract class AddressParametersHeader extends ParametersHeader i... method getAddress (line 52) | public Address getAddress() { method setAddress (line 59) | public void setAddress(Address address) { method AddressParametersHeader (line 66) | protected AddressParametersHeader(String name) { method AddressParametersHeader (line 77) | protected AddressParametersHeader(String name, boolean sync) { method clone (line 84) | public Object clone() { method equals (line 94) | public boolean equals(Object other) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AlertInfo.java class AlertInfo (line 46) | public final class AlertInfo method AlertInfo (line 63) | public AlertInfo() { method encodeBody (line 71) | protected String encodeBody() { method setAlertInfo (line 88) | public void setAlertInfo(URI uri) { method setAlertInfo (line 96) | public void setAlertInfo(String string) { method getAlertInfo (line 104) | public URI getAlertInfo() { method clone (line 120) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AlertInfoList.java class AlertInfoList (line 38) | public class AlertInfoList extends SIPHeaderList { method clone (line 45) | public Object clone() { method AlertInfoList (line 54) | public AlertInfoList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Allow.java class Allow (line 40) | public final class Allow extends method Allow (line 53) | public Allow() { method Allow (line 60) | public Allow(String m) { method getMethod (line 68) | public String getMethod() { method setMethod (line 76) | public void setMethod(String method) throws ParseException { method encodeBody (line 87) | protected String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AllowEvents.java class AllowEvents (line 43) | public final class AllowEvents method AllowEvents (line 57) | public AllowEvents() { method AllowEvents (line 64) | public AllowEvents(String m) { method setEventType (line 77) | public void setEventType(String eventType) throws ParseException { method getEventType (line 90) | public String getEventType() { method encodeBody (line 97) | protected String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AllowEventsList.java class AllowEventsList (line 49) | public class AllowEventsList extends SIPHeaderList { method clone (line 53) | public Object clone() { method AllowEventsList (line 62) | public AllowEventsList() { method getMethods (line 79) | public ListIterator getMethods() { method setMethods (line 104) | public void setMethods(List methods) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AllowList.java class AllowList (line 44) | public class AllowList extends SIPHeaderList { method clone (line 53) | public Object clone() { method AllowList (line 62) | public AllowList() { method getMethods (line 79) | public ListIterator getMethods() { method setMethods (line 106) | public void setMethods(List methods) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AuthenticationHeader.java class AuthenticationHeader (line 50) | public abstract class AuthenticationHeader extends ParametersHeader { method AuthenticationHeader (line 86) | public AuthenticationHeader(String name) { method AuthenticationHeader (line 92) | public AuthenticationHeader() { method setParameter (line 105) | public void setParameter(String name, String value) throws ParseExcept... method setChallenge (line 146) | public void setChallenge(Challenge challenge) { method encodeBody (line 156) | public String encodeBody() { method setScheme (line 169) | public void setScheme(String scheme) { method getScheme (line 179) | public String getScheme() { method setRealm (line 196) | public void setRealm(String realm) throws ParseException { method getRealm (line 212) | public String getRealm() { method setNonce (line 227) | public void setNonce(String nonce) throws ParseException { method getNonce (line 242) | public String getNonce() { method setURI (line 257) | public void setURI(javax2.sip.address.URI uri) { method getURI (line 278) | public javax2.sip.address.URI getURI() { method setAlgorithm (line 293) | public void setAlgorithm(String algorithm) throws ParseException { method getAlgorithm (line 306) | public String getAlgorithm() { method setQop (line 321) | public void setQop(String qop) throws ParseException { method getQop (line 334) | public String getQop() { method setOpaque (line 349) | public void setOpaque(String opaque) throws ParseException { method getOpaque (line 362) | public String getOpaque() { method setDomain (line 377) | public void setDomain(String domain) throws ParseException { method getDomain (line 390) | public String getDomain() { method setStale (line 402) | public void setStale(boolean stale) { method isStale (line 413) | public boolean isStale() { method setCNonce (line 423) | public void setCNonce(String cnonce) throws ParseException { method getCNonce (line 432) | public String getCNonce() { method getNonceCount (line 436) | public int getNonceCount() { method setNonceCount (line 445) | public void setNonceCount(int param) throws java.text.ParseException { method getResponse (line 462) | public String getResponse() { method setResponse (line 472) | public void setResponse(String response) throws ParseException { method getUsername (line 489) | public String getUsername() { method setUsername (line 508) | public void setUsername(String username) throws ParseException { method setIK (line 512) | public void setIK(String ik) throws ParseException { method getIK (line 520) | public String getIK() { method setCK (line 524) | public void setCK(String ck) throws ParseException { method getCK (line 532) | public String getCK() { method setIntegrityProtected (line 537) | public void setIntegrityProtected(String integrityProtected) throws Pa... method getIntegrityProtected (line 549) | public String getIntegrityProtected() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AuthenticationInfo.java class AuthenticationInfo (line 39) | public final class AuthenticationInfo method AuthenticationInfo (line 50) | public AuthenticationInfo() { method add (line 55) | public void add(NameValue nv) { method encodeBody (line 62) | protected String encodeBody() { method getAuthInfo (line 73) | public NameValue getAuthInfo(String name) { method getAuthenticationInfo (line 87) | public String getAuthenticationInfo() { method getCNonce (line 97) | public String getCNonce() { method getNextNonce (line 107) | public String getNextNonce() { method getNonceCount (line 117) | public int getNonceCount() { method getQop (line 127) | public String getQop() { method getResponse (line 136) | public String getResponse() { method setCNonce (line 148) | public void setCNonce(String cNonce) throws ParseException { method setNextNonce (line 160) | public void setNextNonce(String nextNonce) throws ParseException { method setNonceCount (line 172) | public void setNonceCount(int nonceCount) throws ParseException { method setQop (line 190) | public void setQop(String qop) throws ParseException { method setResponse (line 204) | public void setResponse(String response) throws ParseException { method setParameter (line 208) | public void setParameter(String name, String value) throws ParseExcept... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/AuthenticationInfoList.java class AuthenticationInfoList (line 39) | public class AuthenticationInfoList extends SIPHeaderList { method clone (line 51) | public Object clone() { method AuthorizationList (line 59) | public AuthorizationList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/CSeq.java class CSeq (line 47) | public class CSeq extends SIPHeader implements javax2.sip.header.CSeqHea... method CSeq (line 67) | public CSeq() { method CSeq (line 77) | public CSeq(long seqno, String method) { method equals (line 89) | public boolean equals(Object other) { method encode (line 103) | public String encode() { method encodeBody (line 112) | public String encodeBody() { method encodeBody (line 116) | protected StringBuffer encodeBody(StringBuffer buffer) { method getMethod (line 124) | public String getMethod() { method setSeqNumber (line 132) | public void setSeqNumber(long sequenceNumber) method setSequenceNumber (line 149) | public void setSequenceNumber(int sequenceNumber) throws InvalidArgume... method setMethod (line 157) | public void setMethod(String meth) throws ParseException { method getSequenceNumber (line 169) | public int getSequenceNumber() { method getSeqNumber (line 179) | public long getSeqNumber() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/CallID.java class CallID (line 41) | public class CallID method CallID (line 57) | public CallID() { method equals (line 66) | public boolean equals( Object other ) { method encodeBody (line 82) | public String encodeBody() { method encodeBody (line 86) | protected StringBuffer encodeBody(StringBuffer buffer) { method getCallId (line 98) | public String getCallId() { method getCallIdentifer (line 106) | public CallIdentifier getCallIdentifer() { method setCallId (line 117) | public void setCallId(String cid) throws ParseException { method setCallIdentifier (line 129) | public void setCallIdentifier(CallIdentifier cid) { method CallID (line 137) | public CallID(String callId) throws IllegalArgumentException { method clone (line 142) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/CallIdentifier.java class CallIdentifier (line 40) | public final class CallIdentifier extends SIPObject { method CallIdentifier (line 60) | public CallIdentifier() { method CallIdentifier (line 68) | public CallIdentifier(String localId, String host) { method CallIdentifier (line 79) | public CallIdentifier(String cid) throws IllegalArgumentException { method encode (line 87) | public String encode() { method encode (line 91) | public StringBuffer encode(StringBuffer buffer) { method equals (line 105) | public boolean equals(Object other) { method hashCode (line 125) | @Override method getLocalId (line 136) | public String getLocalId() { method getHost (line 143) | public String getHost() { method setLocalId (line 151) | public void setLocalId(String localId) { method setCallID (line 160) | public void setCallID(String cid) throws IllegalArgumentException { method setHost (line 180) | public void setHost(String host) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/CallInfo.java class CallInfo (line 42) | public final class CallInfo method CallInfo (line 56) | public CallInfo() { method encodeBody (line 64) | public String encodeBody() { method encodeBody (line 68) | protected StringBuffer encodeBody(StringBuffer buffer) { method getPurpose (line 85) | public String getPurpose() { method getInfo (line 93) | public javax2.sip.address.URI getInfo() { method setPurpose (line 101) | public void setPurpose(String purpose) { method setInfo (line 114) | public void setInfo(javax2.sip.address.URI info) { method clone (line 118) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/CallInfoList.java class CallInfoList (line 40) | public class CallInfoList extends SIPHeaderList { method clone (line 48) | public Object clone() { method CallInfoList (line 56) | public CallInfoList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Challenge.java class Challenge (line 41) | public class Challenge extends SIPObject { method Challenge (line 72) | public Challenge() { method encode (line 81) | public String encode() { method getScheme (line 92) | public String getScheme() { method getAuthParams (line 100) | public NameValueList getAuthParams() { method getDomain (line 108) | public String getDomain() { method getURI (line 116) | public String getURI() { method getOpaque (line 124) | public String getOpaque() { method getQOP (line 132) | public String getQOP() { method getAlgorithm (line 140) | public String getAlgorithm() { method getStale (line 148) | public String getStale() { method getSignature (line 156) | public String getSignature() { method getSignedBy (line 164) | public String getSignedBy() { method getResponse (line 172) | public String getResponse() { method getRealm (line 180) | public String getRealm() { method getParameter (line 189) | public String getParameter(String name) { method hasParameter (line 198) | public boolean hasParameter(String name) { method hasParameters (line 206) | public boolean hasParameters() { method removeParameter (line 216) | public boolean removeParameter(String name) { method removeParameters (line 223) | public void removeParameters() { method setParameter (line 231) | public void setParameter(NameValue nv) { method setScheme (line 239) | public void setScheme(String s) { method setAuthParams (line 247) | public void setAuthParams(NameValueList a) { method clone (line 251) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Contact.java class Contact (line 56) | public final class Contact method Contact (line 78) | public Contact() { method setParameter (line 84) | public void setParameter(String name, String value) throws ParseExcept... method encodeBody (line 100) | protected String encodeBody() { method encodeBody (line 104) | protected StringBuffer encodeBody(StringBuffer buffer) { method getContactList (line 130) | public ContactList getContactList() { method getWildCardFlag (line 137) | public boolean getWildCardFlag() { method getAddress (line 144) | public javax2.sip.address.Address getAddress() { method getContactParms (line 152) | public NameValueList getContactParms() { method getExpires (line 159) | public int getExpires() { method setExpires (line 167) | public void setExpires(int expiryDeltaSeconds) { method getQValue (line 175) | public float getQValue() { method setContactList (line 182) | public void setContactList(ContactList cl) { method setWildCardFlag (line 190) | public void setWildCardFlag(boolean w) { method setAddress (line 201) | public void setAddress(javax2.sip.address.Address address) { method setQValue (line 213) | public void setQValue(float qValue) throws InvalidArgumentException { method clone (line 221) | public Object clone() { method setWildCard (line 231) | public void setWildCard() { method isWildCard (line 239) | public boolean isWildCard() { method equals (line 244) | public boolean equals(Object other) { method removeSipInstanceParam (line 248) | public void removeSipInstanceParam() { method getSipInstanceParam (line 253) | public String getSipInstanceParam() { method setSipInstanceParam (line 257) | public void setSipInstanceParam(String value) { method removePubGruuParam (line 264) | public void removePubGruuParam() { method getPubGruuParam (line 269) | public String getPubGruuParam() { method setPubGruuParam (line 273) | public void setPubGruuParam(String value) method removeTempGruuParam (line 281) | public void removeTempGruuParam() { method getTempGruuParam (line 286) | public String getTempGruuParam() { method setTempGruuParam (line 290) | public void setTempGruuParam(String value) FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ContactList.java class ContactList (line 42) | public class ContactList extends SIPHeaderList { method clone (line 46) | public Object clone() { method ContactList (line 54) | public ContactList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ContentDisposition.java class ContentDisposition (line 41) | public final class ContentDisposition method ContentDisposition (line 57) | public ContentDisposition() { method encodeBody (line 66) | public String encodeBody() { method setDispositionType (line 78) | public void setDispositionType(String dispositionType) method getDispositionType (line 91) | public String getDispositionType() { method getHandling (line 99) | public String getHandling() { method setHandling (line 106) | public void setHandling(String handling) throws ParseException { method getContentDisposition (line 120) | public String getContentDisposition() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ContentEncoding.java class ContentEncoding (line 80) | public class ContentEncoding method ContentEncoding (line 96) | public ContentEncoding() { method ContentEncoding (line 104) | public ContentEncoding(String enc) { method encodeBody (line 113) | public String encodeBody() { method getEncoding (line 121) | public String getEncoding() { method setEncoding (line 129) | public void setEncoding(String encoding) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ContentEncodingList.java class ContentEncodingList (line 37) | public final class ContentEncodingList extends SIPHeaderList{ method clone (line 62) | public Object clone() { method ErrorInfoList (line 70) | public ErrorInfoList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Event.java class Event (line 46) | public class Event extends ParametersHeader implements EventHeader { method Event (line 58) | public Event() { method setEventType (line 70) | public void setEventType(String eventType) throws ParseException { method getEventType (line 81) | public String getEventType() { method setEventId (line 92) | public void setEventId(String eventId) throws ParseException { method getEventId (line 103) | public String getEventId() { method encodeBody (line 111) | public String encodeBody() { method encodeBody (line 115) | protected StringBuffer encodeBody(StringBuffer buffer) { method match (line 131) | public boolean match(Event matchTarget) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Expires.java class Expires (line 43) | public class Expires method Expires (line 58) | public Expires() { method encodeBody (line 66) | public String encodeBody() { method encodeBody (line 70) | protected StringBuffer encodeBody(StringBuffer buffer) { method getExpires (line 85) | public int getExpires() { method setExpires (line 100) | public void setExpires(int expires) throws InvalidArgumentException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ExtensionHeaderImpl.java class ExtensionHeaderImpl (line 42) | public class ExtensionHeaderImpl method ExtensionHeaderImpl (line 56) | public ExtensionHeaderImpl() { method ExtensionHeaderImpl (line 59) | public ExtensionHeaderImpl(String headerName) { method setName (line 68) | public void setName(String headerName) { method setValue (line 75) | public void setValue(String value) { method getHeaderValue (line 83) | public String getHeaderValue() { method encode (line 107) | public String encode() { method encodeBody (line 120) | public String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ExtensionHeaderList.java class ExtensionHeaderList (line 41) | public class ExtensionHeaderList extends SIPHeaderList { method clone (line 48) | public Object clone() { method InReplyToList (line 56) | public InReplyToList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Indentation.java class Indentation (line 37) | class Indentation { method Indentation (line 44) | protected Indentation() { method Indentation (line 54) | protected Indentation(int initval) { method setIndentation (line 64) | protected void setIndentation(int initval) { method getCount (line 73) | protected int getCount() { method increment (line 80) | protected void increment() { method decrement (line 87) | protected void decrement() { method getIndentation (line 96) | protected String getIndentation() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/MaxForwards.java class MaxForwards (line 42) | public class MaxForwards extends SIPHeader implements MaxForwardsHeader { method MaxForwards (line 54) | public MaxForwards() { method MaxForwards (line 58) | public MaxForwards( int m ) throws InvalidArgumentException { method getMaxForwards (line 66) | public int getMaxForwards() { method setMaxForwards (line 74) | public void setMaxForwards(int maxForwards) method encodeBody (line 87) | public String encodeBody() { method encodeBody (line 91) | protected StringBuffer encodeBody(StringBuffer buffer) { method hasReachedZero (line 98) | public boolean hasReachedZero() { method decrementMaxForwards (line 104) | public void decrementMaxForwards() throws TooManyHopsException { method equals (line 110) | public boolean equals(Object other) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/MediaRange.java class MediaRange (line 54) | public class MediaRange extends SIPObject { method MediaRange (line 71) | public MediaRange() { method getType (line 77) | public String getType() { method getSubtype (line 84) | public String getSubtype() { method setType (line 92) | public void setType(String t) { method setSubtype (line 100) | public void setSubtype(String s) { method encode (line 108) | public String encode() { method encode (line 112) | public StringBuffer encode(StringBuffer buffer) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/MimeVersion.java class MimeVersion (line 45) | public class MimeVersion extends SIPHeader implements MimeVersionHeader { method MimeVersion (line 65) | public MimeVersion() { method getMinorVersion (line 74) | public int getMinorVersion() { method getMajorVersion (line 83) | public int getMajorVersion() { method setMinorVersion (line 94) | public void setMinorVersion(int minorVersion) method setMajorVersion (line 110) | public void setMajorVersion(int majorVersion) method encodeBody (line 123) | public String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/MinExpires.java class MinExpires (line 46) | public class MinExpires extends SIPHeader implements MinExpiresHeader { method MinExpires (line 58) | public MinExpires() { method encodeBody (line 66) | public String encodeBody() { method getExpires (line 77) | public int getExpires() { method setExpires (line 93) | public void setExpires(int expires) throws InvalidArgumentException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/NameMap.java class NameMap (line 39) | public class NameMap implements SIPHeaderNames, PackageNames { method putNameMap (line 45) | protected static void putNameMap(String headerName, String className) { method getClassFromName (line 51) | public static Class getClassFromName(String headerName) { method addExtensionHeader (line 71) | public static void addExtensionHeader( method initializeNameMap (line 77) | private static void initializeNameMap() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Organization.java class Organization (line 48) | public class Organization extends SIPHeader implements OrganizationHeader { method encodeBody (line 63) | public String encodeBody() { method Organization (line 70) | public Organization() { method getOrganization (line 78) | public String getOrganization() { method setOrganization (line 86) | public void setOrganization(String o) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ParameterNames.java type ParameterNames (line 38) | public interface ParameterNames { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ParametersHeader.java class ParametersHeader (line 51) | public abstract class ParametersHeader method ParametersHeader (line 58) | protected ParametersHeader() { method ParametersHeader (line 63) | protected ParametersHeader(String hdrName) { method ParametersHeader (line 69) | protected ParametersHeader(String hdrName, boolean sync) { method getParameter (line 83) | public String getParameter(String name) { method getParameterValue (line 94) | public Object getParameterValue(String name) { method getParameterNames (line 105) | public Iterator getParameterNames() { method hasParameters (line 114) | public boolean hasParameters() { method removeParameter (line 126) | public void removeParameter(String name) { method setParameter (line 148) | public void setParameter(String name, String value) throws ParseExcept... method setQuotedParameter (line 176) | public void setQuotedParameter(String name, String value) method setParameter (line 204) | protected void setParameter(String name, int value) { method setParameter (line 225) | protected void setParameter(String name, boolean value) { method setParameter (line 244) | protected void setParameter(String name, float value) { method setParameter (line 273) | protected void setParameter(String name, Object value) { method hasParameter (line 284) | public boolean hasParameter(String parameterName) { method removeParameters (line 291) | public void removeParameters() { method getParameters (line 299) | public NameValueList getParameters() { method setParameter (line 307) | public void setParameter(NameValue nameValue) { method setParameters (line 316) | public void setParameters(NameValueList parameters) { method getParameterAsInt (line 327) | protected int getParameterAsInt(String parameterName) { method getParameterAsHexInt (line 349) | protected int getParameterAsHexInt(String parameterName) { method getParameterAsFloat (line 373) | protected float getParameterAsFloat(String parameterName) { method getParameterAsLong (line 397) | protected long getParameterAsLong(String parameterName) { method getParameterAsURI (line 421) | protected GenericURI getParameterAsURI(String parameterName) { method getParameterAsBoolean (line 441) | protected boolean getParameterAsBoolean(String parameterName) { method getNameValue (line 458) | public NameValue getNameValue(String parameterName) { method clone (line 463) | public Object clone() { method setMultiParameter (line 481) | public void setMultiParameter(String name, String value) method setMultiParameter (line 493) | public void setMultiParameter(NameValue nameValue) { method getMultiParameter (line 502) | public String getMultiParameter(String name) { method getMultiParameters (line 508) | public DuplicateNameValueList getMultiParameters() { method getMultiParameterValue (line 519) | public Object getMultiParameterValue(String name) { method getMultiParameterNames (line 530) | public Iterator getMultiParameterNames() { method hasMultiParameters (line 539) | public boolean hasMultiParameters() { method removeMultiParameter (line 551) | public void removeMultiParameter(String name) { method hasMultiParameter (line 562) | public boolean hasMultiParameter(String parameterName) { method removeMultiParameters (line 569) | public void removeMultiParameters() { method equalParameters (line 575) | @SuppressWarnings("unchecked") method encodeBody (line 614) | protected abstract String encodeBody(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Priority.java class Priority (line 44) | public class Priority extends SIPHeader implements PriorityHeader { method Priority (line 72) | public Priority() { method encodeBody (line 80) | public String encodeBody() { method getPriority (line 88) | public String getPriority() { method setPriority (line 96) | public void setPriority(String p) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Protocol.java class Protocol (line 43) | public class Protocol extends SIPObject { method encode (line 66) | public String encode() { method encode (line 70) | public StringBuffer encode(StringBuffer buffer) { method getProtocolName (line 83) | public String getProtocolName() { method getProtocolVersion (line 90) | public String getProtocolVersion() { method getProtocol (line 100) | public String getProtocol() { method setProtocol (line 104) | public void setProtocol( String name_and_version ) throws ParseExcepti... method getTransport (line 115) | public String getTransport() { method setProtocolName (line 123) | public void setProtocolName(String p) { method setProtocolVersion (line 131) | public void setProtocolVersion(String p) { method setTransport (line 139) | public void setTransport(String t) { method Protocol (line 146) | public Protocol() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ProxyAuthenticate.java class ProxyAuthenticate (line 44) | public class ProxyAuthenticate method ProxyAuthenticate (line 56) | public ProxyAuthenticate() { method getURI (line 66) | public URI getURI() { method setURI (line 76) | public void setURI(URI uri) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ProxyAuthenticateList.java class ProxyAuthenticateList (line 42) | public class ProxyAuthenticateList extends SIPHeaderList { method clone (line 49) | public Object clone() { method ProxyRequireList (line 57) | public ProxyRequireList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RAck.java class RAck (line 44) | public class RAck extends SIPHeader implements javax2.sip.header.RAckHea... method RAck (line 58) | public RAck() { method encodeBody (line 67) | protected String encodeBody() { method getCSeqNumber (line 81) | public int getCSeqNumber() { method getCSeqNumberLong (line 90) | public long getCSeqNumberLong() { method getMethod (line 99) | public String getMethod() { method getRSeqNumber (line 109) | public int getRSeqNumber() { method setCSeqNumber (line 117) | public void setCSeqNumber(int cSeqNumber) throws InvalidArgumentExcept... method setMethod (line 121) | public void setMethod(String method) throws ParseException { method getCSequenceNumber (line 126) | public long getCSequenceNumber() { method getRSequenceNumber (line 130) | public long getRSequenceNumber() { method setCSequenceNumber (line 134) | public void setCSequenceNumber(long cSeqNumber) method setRSeqNumber (line 146) | public void setRSeqNumber(int rSeqNumber) throws InvalidArgumentExcept... method setRSequenceNumber (line 151) | public void setRSequenceNumber(long rSeqNumber) FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RSeq.java class RSeq (line 38) | public class RSeq extends SIPHeader implements javax2.sip.header.RSeqHea... method RSeq (line 46) | public RSeq() { method getSequenceNumber (line 54) | public int getSequenceNumber() { method encodeBody (line 62) | protected String encodeBody() { method getSeqNumber (line 66) | public long getSeqNumber() { method setSeqNumber (line 70) | public void setSeqNumber(long sequenceNumber) throws InvalidArgumentEx... method setSequenceNumber (line 83) | public void setSequenceNumber(int sequenceNumber) throws InvalidArgume... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Reason.java class Reason (line 54) | public class Reason method getCause (line 70) | public int getCause() { method setCause (line 79) | public void setCause(int cause) throws javax2.sip.InvalidArgumentExcep... method setProtocol (line 88) | public void setProtocol(String protocol) throws ParseException { method getProtocol (line 96) | public String getProtocol() { method setText (line 104) | public void setText(String text) throws ParseException { method getText (line 117) | public String getText() { method Reason (line 124) | public Reason() { method getName (line 133) | public String getName() { method encodeBody (line 142) | protected String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ReasonList.java class ReasonList (line 43) | public final class ReasonList extends SIPHeaderList { method clone (line 47) | public Object clone() { method ReasonList (line 55) | public ReasonList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RecordRoute.java class RecordRoute (line 44) | public class RecordRoute method RecordRoute (line 57) | public RecordRoute(AddressImpl address) { method RecordRoute (line 65) | public RecordRoute() { method encodeBody (line 73) | public String encodeBody() { method encodeBody (line 77) | protected StringBuffer encodeBody(StringBuffer buffer) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RecordRouteList.java class RecordRouteList (line 42) | public class RecordRouteList extends SIPHeaderList { method clone (line 45) | public Object clone() { method RecordRouteList (line 52) | public RecordRouteList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ReferTo.java class ReferTo (line 46) | public final class ReferTo method ReferTo (line 57) | public ReferTo() { method encodeBody (line 65) | protected String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ReplyTo.java class ReplyTo (line 47) | public final class ReplyTo method ReplyTo (line 58) | public ReplyTo() { method ReplyTo (line 67) | public ReplyTo(AddressImpl address) { method encode (line 76) | public String encode() { method encodeBody (line 84) | public String encodeBody() { method getHostPort (line 103) | public HostPort getHostPort() { method getDisplayName (line 111) | public String getDisplayName() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RequestLine.java class RequestLine (line 41) | public class RequestLine extends SIPObject implements SipRequestLine { method RequestLine (line 63) | public RequestLine() { method encode (line 72) | public String encode() { method encode (line 76) | public StringBuffer encode(StringBuffer buffer) { method getUri (line 93) | public GenericURI getUri() { method RequestLine (line 99) | public RequestLine(GenericURI requestURI, String method) { method getMethod (line 108) | public String getMethod() { method getSipVersion (line 115) | public String getSipVersion() { method setUri (line 122) | public void setUri(URI uri) { method setMethod (line 129) | public void setMethod(String method) { method setSipVersion (line 136) | public void setSipVersion(String version) { method getVersionMajor (line 143) | public String getVersionMajor() { method getVersionMinor (line 166) | public String getVersionMinor() { method equals (line 190) | public boolean equals(Object other) { method clone (line 207) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Require.java class Require (line 45) | public class Require extends SIPHeader implements RequireHeader { method Require (line 58) | public Require() { method Require (line 65) | public Require(String s) { method encodeBody (line 74) | public String encodeBody() { method setOptionTag (line 86) | public void setOptionTag(String optionTag) throws ParseException { method getOptionTag (line 99) | public String getOptionTag() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RequireList.java class RequireList (line 45) | public final class RequireList extends SIPHeaderList { method clone (line 50) | public Object clone() { method RequireList (line 58) | public RequireList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RetryAfter.java class RetryAfter (line 47) | public class RetryAfter extends ParametersHeader implements RetryAfterHe... method RetryAfter (line 68) | public RetryAfter() { method encodeBody (line 75) | public String encodeBody() { method hasComment (line 94) | public boolean hasComment() { method removeComment (line 100) | public void removeComment() { method removeDuration (line 106) | public void removeDuration() { method setRetryAfter (line 120) | public void setRetryAfter(int retryAfter) throws InvalidArgumentExcept... method getRetryAfter (line 135) | public int getRetryAfter() { method getComment (line 146) | public String getComment() { method setComment (line 158) | public void setComment(String comment) throws ParseException { method setDuration (line 173) | public void setDuration(int duration) throws InvalidArgumentException { method getDuration (line 188) | public int getDuration() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Route.java class Route (line 44) | public class Route method Route (line 55) | public Route() { method Route (line 65) | public Route(AddressImpl address) { method hashCode (line 75) | public int hashCode() { method encodeBody (line 86) | public String encodeBody() { method encodeBody (line 90) | protected StringBuffer encodeBody(StringBuffer buffer) { method equals (line 106) | public boolean equals(Object other) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/RouteList.java class RouteList (line 45) | public class RouteList extends SIPHeaderList { method RouteList (line 52) | public RouteList() { method clone (line 57) | public Object clone() { method encode (line 63) | public String encode() { method equals (line 72) | public boolean equals(Object other) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPDate.java class SIPDate (line 67) | public class SIPDate implements Cloneable,Serializable { method equals (line 137) | public boolean equals(Object that){ method SIPDate (line 152) | public SIPDate() { method SIPDate (line 167) | public SIPDate(long timeMillis) { method encode (line 256) | public String encode() { method getJavaCal (line 310) | public java.util.Calendar getJavaCal() { method getWkday (line 319) | public String getWkday() { method getMonth (line 326) | public String getMonth() { method getHour (line 333) | public int getHour() { method getMinute (line 340) | public int getMinute() { method getSecond (line 347) | public int getSecond() { method setJavaCal (line 356) | private void setJavaCal() { method setWkday (line 382) | public void setWkday(String w) throws IllegalArgumentException { method setDay (line 408) | public void setDay(int d) throws IllegalArgumentException { method setMonth (line 420) | public void setMonth(String m) throws IllegalArgumentException { method setYear (line 456) | public void setYear(int y) throws IllegalArgumentException { method getYear (line 466) | public int getYear() { method setHour (line 475) | public void setHour(int h) throws IllegalArgumentException { method setMinute (line 487) | public void setMinute(int m) throws IllegalArgumentException { method setSecond (line 500) | public void setSecond(int s) throws IllegalArgumentException { method getDeltaSeconds (line 512) | public int getDeltaSeconds() { method clone (line 518) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPDateHeader.java class SIPDateHeader (line 45) | public class SIPDateHeader extends SIPHeader implements DateHeader { method SIPDateHeader (line 57) | public SIPDateHeader() { method encodeBody (line 64) | public String encodeBody() { method setDate (line 72) | public void setDate(SIPDate d) { method setDate (line 82) | public void setDate(Calendar dat) { method getDate (line 93) | public Calendar getDate() { method clone (line 99) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPETag.java class SIPETag (line 40) | public class SIPETag extends SIPHeader implements SIPETagHeader , Extens... method SIPETag (line 54) | public SIPETag() { method SIPETag (line 58) | public SIPETag( String tag ) throws ParseException { method encodeBody (line 68) | public String encodeBody() { method getETag (line 76) | public String getETag() { method setETag (line 84) | public void setETag(String etag) throws ParseException { method setValue (line 98) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPHeader.java class SIPHeader (line 39) | public abstract class SIPHeader method SIPHeader (line 53) | protected SIPHeader(String hname) { method SIPHeader (line 59) | public SIPHeader() { method getHeaderName (line 66) | public String getHeaderName() { method getName (line 75) | public String getName() { method setHeaderName (line 83) | public void setHeaderName(String hdrname) { method getHeaderValue (line 91) | public String getHeaderValue() { method isHeaderList (line 111) | public boolean isHeaderList() { method encode (line 117) | public String encode() { method encode (line 121) | public StringBuffer encode(StringBuffer buffer) { method encodeBody (line 131) | protected abstract String encodeBody(); method encodeBody (line 136) | protected StringBuffer encodeBody(StringBuffer buffer) { method getValue (line 142) | public String getValue() { method hashCode (line 150) | public int hashCode() { method toString (line 154) | public final String toString() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPHeaderList.java class SIPHeaderList (line 50) | public abstract class SIPHeaderList extends SIPHe... method getName (line 60) | public String getName() { method SIPHeaderList (line 65) | private SIPHeaderList() { method SIPHeaderList (line 77) | protected SIPHeaderList(Class objclass, String hname) { method add (line 89) | public boolean add(HDR objectToAdd) { method addFirst (line 101) | public void addFirst(HDR obj) { method add (line 113) | public void add(HDR sipheader, boolean top) { method concatenate (line 132) | public void concatenate(SIPHeaderList other, boolean topFlag) method encode (line 151) | public String encode() { method encode (line 155) | public StringBuffer encode(StringBuffer buffer) { method getHeadersAsEncodedStrings (line 193) | public List getHeadersAsEncodedStrings() { method getFirst (line 212) | public Header getFirst() { method getLast (line 224) | public Header getLast() { method getMyClass (line 235) | public Class getMyClass() { method isEmpty (line 244) | public boolean isEmpty() { method listIterator (line 253) | public ListIterator listIterator() { method getHeaderList (line 263) | public List getHeaderList() { method listIterator (line 274) | public ListIterator listIterator(int position) { method removeFirst (line 281) | public void removeFirst() { method removeLast (line 290) | public void removeLast() { method remove (line 302) | public boolean remove(HDR obj) { method setMyClass (line 316) | protected void setMyClass(Class cl) { method debugDump (line 327) | public String debugDump(int indentation) { method debugDump (line 348) | public String debugDump() { method toArray (line 357) | public Object[] toArray() { method indexOf (line 367) | public int indexOf(GenericObject gobj) { method add (line 380) | public void add(int index, HDR sipHeader) method equals (line 394) | @SuppressWarnings("unchecked") method match (line 415) | public boolean match(SIPHeaderList template) { method clone (line 449) | public Object clone() { method clonehlist (line 463) | protected final SIPHeaderList clonehlist(List hlistToClone) { method size (line 476) | public int size() { method isHeaderList (line 486) | public boolean isHeaderList() { method encodeBody (line 496) | protected String encodeBody() { method encodeBody (line 500) | protected StringBuffer encodeBody(StringBuffer buffer) { method addAll (line 520) | public boolean addAll(Collection collection) { method addAll (line 524) | public boolean addAll(int index, Collection collection) { method containsAll (line 529) | public boolean containsAll(Collection collection) { method clear (line 536) | public void clear() { method contains (line 540) | public boolean contains(Object header) { method get (line 552) | public HDR get(int index) { method indexOf (line 562) | public int indexOf(Object obj) { method iterator (line 573) | public java.util.Iterator iterator() { method lastIndexOf (line 583) | public int lastIndexOf(Object obj) { method remove (line 596) | public boolean remove(Object obj) { method remove (line 608) | public HDR remove(int index) { method removeAll (line 616) | public boolean removeAll(java.util.Collection collection) { method retainAll (line 625) | public boolean retainAll(java.util.Collection collection) { method subList (line 634) | public java.util.List subList(int index1, int index2) { method hashCode (line 643) | public int hashCode() { method set (line 653) | public HDR set(int position, HDR sipHeader) { method setPrettyEncode (line 660) | public static void setPrettyEncode(boolean flag) { method toArray (line 665) | public T[] toArray(T[] array) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPHeaderNames.java type SIPHeaderNames (line 43) | public interface SIPHeaderNames { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPHeaderNamesCache.java class SIPHeaderNamesCache (line 10) | public abstract class SIPHeaderNamesCache method toLowerCase (line 30) | public static String toLowerCase(String headerName) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPIfMatch.java class SIPIfMatch (line 40) | public class SIPIfMatch extends SIPHeader implements SIPIfMatchHeader,Ex... method SIPIfMatch (line 54) | public SIPIfMatch() { method SIPIfMatch (line 58) | public SIPIfMatch(String etag) throws ParseException { method encodeBody (line 67) | public String encodeBody() { method getETag (line 75) | public String getETag() { method setETag (line 83) | public void setETag(String etag) throws ParseException { method setValue (line 95) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPObject.java class SIPObject (line 50) | public abstract class SIPObject extends GenericObject { method SIPObject (line 54) | protected SIPObject() { method dbgPrint (line 62) | public void dbgPrint() { method encode (line 69) | public abstract String encode(); method encode (line 74) | public StringBuffer encode(StringBuffer buffer) { method equals (line 82) | public boolean equals(Object other) { method match (line 171) | public boolean match(Object other) { method debugDump (line 290) | public String debugDump() { method debugDump (line 389) | public String debugDump(int indent) { method toString (line 398) | public String toString() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SIPObjectList.java class SIPObjectList (line 49) | public class SIPObjectList extends GenericObjectList { method SIPObjectList (line 58) | public SIPObjectList(String lname) { method SIPObjectList (line 68) | public SIPObjectList() { method mergeObjects (line 87) | public void mergeObjects(GenericObjectList mergeList) { method concatenate (line 103) | public void concatenate(SIPObjectList otherList) { method concatenate (line 112) | public void concatenate(SIPObjectList otherList, boolean topFlag) { method first (line 120) | public GenericObject first() { method next (line 130) | public GenericObject next() { method debugDump (line 145) | public String debugDump(int indent) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Server.java class Server (line 49) | public class Server extends SIPHeader implements ServerHeader { method encodeProduct (line 63) | private String encodeProduct() { method addProductToken (line 80) | public void addProductToken(String pt) { method Server (line 87) | public Server() { method encodeBody (line 95) | public String encodeBody() { method getProduct (line 104) | public ListIterator getProduct() { method setProduct (line 118) | public void setProduct(List product) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SipRequestLine.java type SipRequestLine (line 11) | public interface SipRequestLine { method getUri (line 17) | public abstract URI getUri(); method getMethod (line 24) | public abstract String getMethod(); method getSipVersion (line 31) | public abstract String getSipVersion(); method setUri (line 38) | public abstract void setUri(URI uri); method setMethod (line 45) | public abstract void setMethod(String method); method setSipVersion (line 52) | public abstract void setSipVersion(String version); method getVersionMajor (line 59) | public abstract String getVersionMajor(); method getVersionMinor (line 67) | public abstract String getVersionMinor(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SipStatusLine.java type SipStatusLine (line 8) | public interface SipStatusLine { method getSipVersion (line 13) | public abstract String getSipVersion(); method getStatusCode (line 18) | public abstract int getStatusCode(); method getReasonPhrase (line 23) | public abstract String getReasonPhrase(); method setSipVersion (line 29) | public abstract void setSipVersion(String sipVersion); method setStatusCode (line 35) | public abstract void setStatusCode(int statusCode); method setReasonPhrase (line 41) | public abstract void setReasonPhrase(String reasonPhrase); method getVersionMajor (line 47) | public abstract String getVersionMajor(); method getVersionMinor (line 53) | public abstract String getVersionMinor(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/StatusLine.java class StatusLine (line 42) | public final class StatusLine extends SIPObject implements SipStatusLine { method match (line 68) | public boolean match(Object matchObj) { method setMatchStatusClass (line 100) | public void setMatchStatusClass(boolean flag) { method StatusLine (line 106) | public StatusLine() { method encode (line 115) | public String encode() { method getSipVersion (line 126) | public String getSipVersion() { method getStatusCode (line 133) | public int getStatusCode() { method getReasonPhrase (line 140) | public String getReasonPhrase() { method setSipVersion (line 147) | public void setSipVersion(String s) { method setStatusCode (line 154) | public void setStatusCode(int statusCode) { method setReasonPhrase (line 161) | public void setReasonPhrase(String reasonPhrase) { method getVersionMajor (line 168) | public String getVersionMajor() { method getVersionMinor (line 191) | public String getVersionMinor() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Subject.java class Subject (line 49) | public class Subject extends SIPHeader implements SubjectHeader { method Subject (line 61) | public Subject() { method encodeBody (line 69) | public String encodeBody() { method setSubject (line 85) | public void setSubject(String subject) throws ParseException { method getSubject (line 98) | public String getSubject() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SubscriptionState.java class SubscriptionState (line 45) | public class SubscriptionState method SubscriptionState (line 59) | public SubscriptionState() { method setExpires (line 72) | public void setExpires(int expires) throws InvalidArgumentException { method getExpires (line 86) | public int getExpires() { method setRetryAfter (line 97) | public void setRetryAfter(int retryAfter) throws InvalidArgumentExcept... method getRetryAfter (line 111) | public int getRetryAfter() { method getReasonCode (line 121) | public String getReasonCode() { method setReasonCode (line 132) | public void setReasonCode(String reasonCode) throws ParseException { method getState (line 145) | public String getState() { method setState (line 156) | public void setState(String state) throws ParseException { method encodeBody (line 167) | public String encodeBody() { method encodeBody (line 171) | protected StringBuffer encodeBody(StringBuffer buffer) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Supported.java class Supported (line 46) | public class Supported extends SIPHeader implements SupportedHeader { method Supported (line 59) | public Supported() { method Supported (line 68) | public Supported(String option_tag) { method encode (line 77) | public String encode() { method encodeBody (line 89) | public String encodeBody() { method setOptionTag (line 101) | public void setOptionTag(String optionTag) throws ParseException { method getOptionTag (line 114) | public String getOptionTag() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/SupportedList.java class SupportedList (line 37) | public class SupportedList extends SIPHeaderList{ method clone (line 44) | public Object clone() { method SupportedList (line 52) | public SupportedList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/TimeStamp.java class TimeStamp (line 46) | public class TimeStamp extends SIPHeader implements TimeStampHeader { method TimeStamp (line 70) | public TimeStamp() { method getTimeStampAsString (line 75) | private String getTimeStampAsString() { method getDelayAsString (line 84) | private String getDelayAsString() { method encodeBody (line 98) | public String encodeBody() { method hasDelay (line 117) | public boolean hasDelay() { method removeDelay (line 124) | public void removeDelay() { method setTimeStamp (line 130) | public void setTimeStamp(float timeStamp) throws InvalidArgumentExcept... method getTimeStamp (line 140) | public float getTimeStamp() { method getDelay (line 147) | public float getDelay() { method setDelay (line 162) | public void setDelay(float delay) throws InvalidArgumentException { method getTime (line 171) | public long getTime() { method getTimeDelay (line 175) | public int getTimeDelay() { method setTime (line 180) | public void setTime(long timeStamp) throws InvalidArgumentException { method setTimeDelay (line 188) | public void setTimeDelay(int delay) throws InvalidArgumentException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/To.java class To (line 51) | public final class To extends AddressParametersHeader implements method To (line 62) | public To() { method To (line 69) | public To(From from) { method encode (line 81) | public String encode() { method encodeBody (line 90) | protected String encodeBody() { method encodeBody (line 94) | protected StringBuffer encodeBody(StringBuffer buffer) { method getHostPort (line 118) | public HostPort getHostPort() { method getDisplayName (line 129) | public String getDisplayName() { method getTag (line 140) | public String getTag() { method hasTag (line 152) | public boolean hasTag() { method removeTag (line 162) | public void removeTag() { method setTag (line 174) | public void setTag(String t) throws ParseException { method getUserAtHostPort (line 183) | public String getUserAtHostPort() { method equals (line 189) | public boolean equals(Object other) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Unsupported.java class Unsupported (line 42) | public class Unsupported method Unsupported (line 56) | public Unsupported() { method Unsupported (line 63) | public Unsupported(String ot) { method encodeBody (line 72) | public String encodeBody() { method getOptionTag (line 79) | public String getOptionTag() { method setOptionTag (line 87) | public void setOptionTag(String o) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/UnsupportedList.java class UnsupportedList (line 39) | public class UnsupportedList extends SIPHeaderList { method UnsupportedList (line 47) | public UnsupportedList() { method clone (line 52) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/UserAgent.java class UserAgent (line 45) | public class UserAgent extends SIPHeader implements UserAgentHeader { method encodeProduct (line 60) | private String encodeProduct() { method addProductToken (line 74) | public void addProductToken(String pt) { method UserAgent (line 81) | public UserAgent() { method encodeBody (line 89) | public String encodeBody() { method getProduct (line 98) | public ListIterator getProduct() { method setProduct (line 112) | public void setProduct(List product) throws ParseException { method clone (line 121) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Via.java class Via (line 55) | public class Via method Via (line 104) | public Via() { method equals (line 109) | public boolean equals(Object other) { method getProtocolVersion (line 128) | public String getProtocolVersion() { method getSentProtocol (line 139) | public Protocol getSentProtocol() { method getSentBy (line 148) | public HostPort getSentBy() { method getHop (line 157) | public Hop getHop() { method getViaParms (line 167) | public NameValueList getViaParms() { method getComment (line 176) | public String getComment() { method hasPort (line 185) | public boolean hasPort() { method hasComment (line 193) | public boolean hasComment() { method removePort (line 199) | public void removePort() { method removeComment (line 205) | public void removeComment() { method setProtocolVersion (line 212) | public void setProtocolVersion(String protocolVersion) { method setHost (line 221) | public void setHost(Host host) { method setSentProtocol (line 232) | public void setSentProtocol(Protocol s) { method setSentBy (line 240) | public void setSentBy(HostPort s) { method setComment (line 249) | public void setComment(String c) { method encodeBody (line 256) | protected String encodeBody() { method encodeBody (line 260) | protected StringBuffer encodeBody(StringBuffer buffer) { method setHost (line 282) | public void setHost(String host) throws ParseException { method getHost (line 298) | public String getHost() { method setPort (line 316) | public void setPort(int port) throws InvalidArgumentException { method setRPort (line 330) | public void setRPort(){ method getPort (line 339) | public int getPort() { method getRPort (line 351) | public int getRPort() { method getTransport (line 365) | public String getTransport() { method setTransport (line 381) | public void setTransport(String transport) throws ParseException { method getProtocol (line 396) | public String getProtocol() { method setProtocol (line 410) | public void setProtocol(String protocol) throws ParseException { method getTTL (line 427) | public int getTTL() { method setTTL (line 440) | public void setTTL(int ttl) throws InvalidArgumentException { method getMAddr (line 454) | public String getMAddr() { method setMAddr (line 467) | public void setMAddr(String mAddr) throws ParseException { method getReceived (line 486) | public String getReceived() { method setReceived (line 497) | public void setReceived(String received) throws ParseException { method getBranch (line 513) | public String getBranch() { method setBranch (line 525) | public void setBranch(String branch) throws ParseException { method clone (line 534) | public Object clone() { method getSentByField (line 549) | public String getSentByField() { method getSentProtocolField (line 558) | public String getSentProtocolField() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ViaHeaderExt.java type ViaHeaderExt (line 13) | public interface ViaHeaderExt extends ViaHeader { method getSentByField (line 19) | public String getSentByField(); method getSentProtocolField (line 25) | public String getSentProtocolField(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ViaList.java class ViaList (line 45) | public final class ViaList extends SIPHeaderList { method clone (line 49) | public Object clone() { method ViaList (line 56) | public ViaList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/WWWAuthenticate.java class WWWAuthenticate (line 46) | public class WWWAuthenticate method WWWAuthenticate (line 58) | public WWWAuthenticate() { method getURI (line 68) | public URI getURI() { method setURI (line 78) | public void setURI(URI uri) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/WWWAuthenticateList.java class WWWAuthenticateList (line 42) | public class WWWAuthenticateList extends SIPHeaderList { method clone (line 48) | public Object clone() { method WWWAuthenticateList (line 55) | public WWWAuthenticateList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/Warning.java class Warning (line 46) | public class Warning extends SIPHeader implements WarningHeader { method Warning (line 69) | public Warning() { method encodeBody (line 76) | public String encodeBody() { method getCode (line 92) | public int getCode() { method getAgent (line 100) | public String getAgent() { method getText (line 108) | public String getText() { method setCode (line 117) | public void setCode(int code) throws InvalidArgumentException { method setAgent (line 131) | public void setAgent(String host) throws ParseException { method setText (line 144) | public void setText(String text) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/WarningList.java class WarningList (line 43) | public class WarningList extends SIPHeaderList { method clone (line 50) | public Object clone() { method WarningList (line 57) | public WarningList() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/Join.java class Join (line 21) | public class Join method Join (line 40) | public Join() { method Join (line 48) | public Join(String callId) throws IllegalArgumentException { method encodeBody (line 57) | public String encodeBody() { method getCallId (line 74) | public String getCallId() { method getCallIdentifer (line 82) | public CallIdentifier getCallIdentifer() { method setCallId (line 93) | public void setCallId(String cid) { method setCallIdentifier (line 101) | public void setCallIdentifier(CallIdentifier cid) { method getToTag (line 109) | public String getToTag() { method setToTag (line 118) | public void setToTag(String t) throws ParseException { method hasToTag (line 128) | public boolean hasToTag() { method removeToTag (line 134) | public void removeToTag() { method getFromTag (line 141) | public String getFromTag() { method setFromTag (line 150) | public void setFromTag(String t) throws ParseException { method hasFromTag (line 160) | public boolean hasFromTag() { method removeFromTag (line 166) | public void removeFromTag() { method setValue (line 172) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/JoinHeader.java type JoinHeader (line 139) | public interface JoinHeader extends Parameters, Header { method setToTag (line 160) | public void setToTag(String tag) throws ParseException; method setFromTag (line 161) | public void setFromTag(String tag) throws ParseException; method getToTag (line 179) | public String getToTag(); method getFromTag (line 180) | public String getFromTag(); method setCallId (line 199) | public void setCallId(String callId) throws ParseException; method getCallId (line 215) | public String getCallId(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/MinSE.java class MinSE (line 26) | public class MinSE method MinSE (line 43) | public MinSE() { method encodeBody (line 51) | public String encodeBody() { method setValue (line 60) | public void setValue(String value) throws ParseException { method getExpires (line 78) | public int getExpires() { method setExpires (line 94) | public void setExpires(int expires) throws InvalidArgumentException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/MinSEHeader.java type MinSEHeader (line 6) | public interface MinSEHeader extends Parameters, Header { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/References.java class References (line 10) | public class References extends ParametersHeader implements ReferencesH... method References (line 17) | public References() { method getCallId (line 24) | public String getCallId() { method getRel (line 30) | public String getRel() { method setCallId (line 37) | public void setCallId(String callId) { method setRel (line 42) | public void setRel(String rel) throws ParseException{ method getParameter (line 49) | public String getParameter(String name) { method getParameterNames (line 54) | public Iterator getParameterNames() { method removeParameter (line 59) | public void removeParameter(String name) { method setParameter (line 64) | public void setParameter(String name, String value) throws ParseExcept... method getName (line 69) | public String getName() { method encodeBody (line 74) | protected String encodeBody() { method setValue (line 83) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/ReferencesHeader.java type ReferencesHeader (line 12) | public interface ReferencesHeader extends Parameters, Header { method setCallId (line 30) | public void setCallId(String callId) throws ParseException; method getCallId (line 32) | public String getCallId(); method setRel (line 34) | public void setRel (String rel) throws ParseException; method getRel (line 36) | public String getRel(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/ReferredBy.java class ReferredBy (line 24) | public final class ReferredBy method ReferredBy (line 35) | public ReferredBy() { method setValue (line 39) | public void setValue(String value) throws ParseException { method encodeBody (line 49) | protected String encodeBody() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/ReferredByHeader.java type ReferredByHeader (line 23) | public interface ReferredByHeader extends Header, HeaderAddress, Paramet... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/Replaces.java class Replaces (line 22) | public class Replaces method Replaces (line 40) | public Replaces() { method Replaces (line 48) | public Replaces(String callId) throws IllegalArgumentException { method encodeBody (line 57) | public String encodeBody() { method getCallId (line 74) | public String getCallId() { method getCallIdentifer (line 82) | public CallIdentifier getCallIdentifer() { method setCallId (line 93) | public void setCallId(String cid) { method setCallIdentifier (line 101) | public void setCallIdentifier(CallIdentifier cid) { method getToTag (line 109) | public String getToTag() { method setToTag (line 118) | public void setToTag(String t) throws ParseException { method hasToTag (line 128) | public boolean hasToTag() { method removeToTag (line 134) | public void removeToTag() { method getFromTag (line 141) | public String getFromTag() { method setFromTag (line 150) | public void setFromTag(String t) throws ParseException { method hasFromTag (line 160) | public boolean hasFromTag() { method removeFromTag (line 166) | public void removeFromTag() { method setValue (line 172) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/ReplacesHeader.java type ReplacesHeader (line 24) | public interface ReplacesHeader extends Header, Parameters { method getToTag (line 27) | String getToTag(); method setToTag (line 28) | void setToTag(String tag) throws ParseException; method getFromTag (line 29) | String getFromTag(); method setFromTag (line 30) | void setFromTag(String tag) throws ParseException; method getCallId (line 31) | String getCallId(); method setCallId (line 32) | void setCallId(String callId) throws ParseException; FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/SessionExpires.java class SessionExpires (line 23) | public final class SessionExpires method SessionExpires (line 37) | public SessionExpires() { method getExpires (line 52) | public int getExpires() { method setExpires (line 68) | public void setExpires(int expires) throws InvalidArgumentException { method setValue (line 74) | public void setValue(String value) throws ParseException { method encodeBody (line 84) | protected String encodeBody() { method getRefresher (line 94) | public String getRefresher() { method setRefresher (line 98) | public void setRefresher(String refresher) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/extensions/SessionExpiresHeader.java type SessionExpiresHeader (line 13) | public interface SessionExpiresHeader extends Parameters, Header, Extens... method getExpires (line 17) | public int getExpires(); method setExpires (line 19) | public void setExpires(int expires) throws InvalidArgumentException; method getRefresher (line 21) | public String getRefresher() ; method setRefresher (line 23) | public void setRefresher(String refresher); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/AddressHeaderIms.java class AddressHeaderIms (line 43) | public abstract class AddressHeaderIms extends SIPHeader { method getAddress (line 51) | public Address getAddress() { method setAddress (line 59) | public void setAddress(Address address) { method encodeBody (line 63) | public abstract String encodeBody(); method AddressHeaderIms (line 70) | public AddressHeaderIms(String name) { method clone (line 75) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/AuthorizationHeaderIms.java type AuthorizationHeaderIms (line 50) | public interface AuthorizationHeaderIms extends AuthorizationHeader method setIntegrityProtected (line 63) | public void setIntegrityProtected(String integrityProtected) throws In... method getIntegrityProtected (line 66) | public String getIntegrityProtected(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PAccessNetworkInfo.java class PAccessNetworkInfo (line 46) | public class PAccessNetworkInfo method PAccessNetworkInfo (line 59) | public PAccessNetworkInfo() { method PAccessNetworkInfo (line 67) | public PAccessNetworkInfo(String accessTypeVal) { method setAccessType (line 78) | public void setAccessType(String accessTypeVal) { method getAccessType (line 90) | public String getAccessType() { method setCGI3GPP (line 100) | public void setCGI3GPP(String cgi) throws ParseException { method getCGI3GPP (line 115) | public String getCGI3GPP() { method setUtranCellID3GPP (line 126) | public void setUtranCellID3GPP(String utranCellID) throws ParseExcepti... method getUtranCellID3GPP (line 141) | public String getUtranCellID3GPP() { method setDSLLocation (line 151) | public void setDSLLocation(String dslLocation) throws ParseException { method getDSLLocation (line 166) | public String getDSLLocation() { method setCI3GPP2 (line 176) | public void setCI3GPP2(String ci3Gpp2) throws ParseException { method getCI3GPP2 (line 189) | public String getCI3GPP2() { method setParameter (line 200) | public void setParameter(String name, Object value) { method setExtensionAccessInfo (line 230) | public void setExtensionAccessInfo(Object extendAccessInfo) method getExtensionAccessInfo (line 244) | public Object getExtensionAccessInfo() { method encodeBody (line 248) | protected String encodeBody() { method setValue (line 269) | public void setValue(String value) throws ParseException { method equals (line 275) | public boolean equals(Object other) { method clone (line 282) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PAccessNetworkInfoHeader.java type PAccessNetworkInfoHeader (line 69) | public interface PAccessNetworkInfoHeader extends Parameters, Header method setAccessType (line 98) | public void setAccessType(String accessTypeVal) throws ParseException; method getAccessType (line 99) | public String getAccessType(); method setCGI3GPP (line 102) | public void setCGI3GPP(String cgi) throws ParseException; method getCGI3GPP (line 103) | public String getCGI3GPP(); method setUtranCellID3GPP (line 106) | public void setUtranCellID3GPP(String utranCellID) throws ParseException; method getUtranCellID3GPP (line 107) | public String getUtranCellID3GPP(); method setDSLLocation (line 110) | public void setDSLLocation(String dslLocation) throws ParseException; method getDSLLocation (line 111) | public String getDSLLocation(); method setCI3GPP2 (line 114) | public void setCI3GPP2(String ci2Gpp2) throws ParseException; method getCI3GPP2 (line 115) | public String getCI3GPP2(); method setExtensionAccessInfo (line 118) | public void setExtensionAccessInfo(Object extendAccessInfo) throws Par... method getExtensionAccessInfo (line 119) | public Object getExtensionAccessInfo(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PAssertedIdentity.java class PAssertedIdentity (line 49) | public class PAssertedIdentity method PAssertedIdentity (line 59) | public PAssertedIdentity(AddressImpl address) { method PAssertedIdentity (line 67) | public PAssertedIdentity() method encodeBody (line 75) | public String encodeBody() { method clone (line 92) | public Object clone() { method setValue (line 98) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PAssertedIdentityHeader.java type PAssertedIdentityHeader (line 57) | public interface PAssertedIdentityHeader extends HeaderAddress, Header { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PAssertedIdentityList.java class PAssertedIdentityList (line 48) | public class PAssertedIdentityList extends SIPHeaderList { method PAssociatedURIList (line 55) | public PAssociatedURIList() method clone (line 61) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PCalledPartyID.java class PCalledPartyID (line 46) | public class PCalledPartyID method PCalledPartyID (line 54) | public PCalledPartyID(AddressImpl address) { method PCalledPartyID (line 62) | public PCalledPartyID() { method encodeBody (line 70) | public String encodeBody() { method setValue (line 85) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PCalledPartyIDHeader.java type PCalledPartyIDHeader (line 60) | public interface PCalledPartyIDHeader extends HeaderAddress, Parameters,... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PChargingFunctionAddresses.java class PChargingFunctionAddresses (line 71) | public class PChargingFunctionAddresses method PChargingFunctionAddresses (line 81) | public PChargingFunctionAddresses() { method encodeBody (line 89) | protected String encodeBody() { method setChargingCollectionFunctionAddress (line 109) | public void setChargingCollectionFunctionAddress(String ccfAddress) th... method addChargingCollectionFunctionAddress (line 127) | public void addChargingCollectionFunctionAddress(String ccfAddress) th... method removeChargingCollectionFunctionAddress (line 144) | public void removeChargingCollectionFunctionAddress(String ccfAddress)... method getChargingCollectionFunctionAddresses (line 164) | public ListIterator getChargingCollectionFunctionAddresses() { method setEventChargingFunctionAddress (line 192) | public void setEventChargingFunctionAddress(String ecfAddress) throws ... method addEventChargingFunctionAddress (line 210) | public void addEventChargingFunctionAddress(String ecfAddress) throws ... method removeEventChargingFunctionAddress (line 227) | public void removeEventChargingFunctionAddress(String ecfAddress) thro... method getEventChargingFunctionAddresses (line 247) | public ListIterator getEventChargingFunctionAddresses() { method delete (line 279) | public boolean delete(String value, String name) { method setValue (line 295) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PChargingFunctionAddressesHeader.java type PChargingFunctionAddressesHeader (line 83) | public interface PChargingFunctionAddressesHeader extends Parameters, He... method setChargingCollectionFunctionAddress (line 96) | public void setChargingCollectionFunctionAddress(String ccfAddress) th... method addChargingCollectionFunctionAddress (line 103) | public void addChargingCollectionFunctionAddress(String ccfAddress) th... method removeChargingCollectionFunctionAddress (line 110) | public void removeChargingCollectionFunctionAddress(String ccfAddress)... method getChargingCollectionFunctionAddresses (line 116) | public ListIterator getChargingCollectionFunctionAddresses(); method setEventChargingFunctionAddress (line 123) | public void setEventChargingFunctionAddress(String ecfAddress)throws P... method addEventChargingFunctionAddress (line 130) | public void addEventChargingFunctionAddress(String ecfAddress) throws ... method removeEventChargingFunctionAddress (line 137) | public void removeEventChargingFunctionAddress(String ecfAddress) thro... method getEventChargingFunctionAddresses (line 143) | public ListIterator getEventChargingFunctionAddresses(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PChargingVector.java class PChargingVector (line 45) | public class PChargingVector extends gov2.nist.javax2.sip.header.Paramet... method PChargingVector (line 51) | public PChargingVector() { method encodeBody (line 61) | protected String encodeBody() { method getICID (line 101) | public String getICID() { method setICID (line 115) | public void setICID(String icid) throws ParseException { method getICIDGeneratedAt (line 133) | public String getICIDGeneratedAt() { method setICIDGeneratedAt (line 148) | public void setICIDGeneratedAt(String host) throws ParseException { method getOriginatingIOI (line 166) | public String getOriginatingIOI() { method setOriginatingIOI (line 181) | public void setOriginatingIOI(String origIOI) throws ParseException { method getTerminatingIOI (line 197) | public String getTerminatingIOI() { method setTerminatingIOI (line 212) | public void setTerminatingIOI(String termIOI) throws ParseException { method setValue (line 221) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PChargingVectorHeader.java type PChargingVectorHeader (line 102) | public interface PChargingVectorHeader extends Header, Parameters { method getICID (line 113) | public String getICID(); method setICID (line 120) | public void setICID(String icid) throws ParseException; method getICIDGeneratedAt (line 125) | public String getICIDGeneratedAt(); method setICIDGeneratedAt (line 133) | public void setICIDGeneratedAt(String host) throws ParseException; method getOriginatingIOI (line 140) | public String getOriginatingIOI(); method setOriginatingIOI (line 148) | public void setOriginatingIOI(String origIOI) throws ParseException; method getTerminatingIOI (line 154) | public String getTerminatingIOI(); method setTerminatingIOI (line 161) | public void setTerminatingIOI(String termIOI) throws ParseException; FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PMediaAuthorization.java class PMediaAuthorization (line 58) | public class PMediaAuthorization method PMediaAuthorization (line 78) | public PMediaAuthorization() method getToken (line 89) | public String getToken() method setMediaAuthorizationToken (line 101) | public void setMediaAuthorizationToken(String token) throws InvalidArg... method encodeBody (line 113) | protected String encodeBody() method setValue (line 119) | public void setValue(String value) throws ParseException { method equals (line 125) | public boolean equals(Object other) method clone (line 137) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PMediaAuthorizationHeader.java type PMediaAuthorizationHeader (line 51) | public interface PMediaAuthorizationHeader extends Header method setMediaAuthorizationToken (line 64) | public void setMediaAuthorizationToken(String token) throws InvalidArg... method getToken (line 70) | public String getToken(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PMediaAuthorizationList.java class PMediaAuthorizationList (line 41) | public class PMediaAuthorizationList extends SIPHeaderList { method PathList (line 41) | public PathList() { method clone (line 46) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/Privacy.java class Privacy (line 50) | public class Privacy method Privacy (line 64) | public Privacy() { method Privacy (line 72) | public Privacy(String privacy) method encodeBody (line 84) | public String encodeBody() method getPrivacy (line 95) | public String getPrivacy() method setPrivacy (line 107) | public void setPrivacy(String privacy) throws ParseException method setValue (line 122) | public void setValue(String value) throws ParseException { method equals (line 128) | public boolean equals(Object other) method clone (line 140) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PrivacyHeader.java type PrivacyHeader (line 56) | public interface PrivacyHeader extends Header method setPrivacy (line 69) | public void setPrivacy(String privacy) throws ParseException; method getPrivacy (line 75) | public String getPrivacy(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/PrivacyList.java class PrivacyList (line 43) | public class PrivacyList extends SIPHeaderList { method PrivacyList (line 51) | public PrivacyList() { method clone (line 56) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SIPHeaderNamesIms.java type SIPHeaderNamesIms (line 37) | public interface SIPHeaderNamesIms FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityAgree.java class SecurityAgree (line 57) | public abstract class SecurityAgree method SecurityAgree (line 76) | public SecurityAgree(String name) method SecurityAgree (line 85) | public SecurityAgree() method setParameter (line 92) | public void setParameter(String name, String value) throws ParseException method encodeBody (line 121) | public String encodeBody() method setSecurityMechanism (line 133) | public void setSecurityMechanism(String secMech) throws ParseException { method setEncryptionAlgorithm (line 146) | public void setEncryptionAlgorithm(String ealg) throws ParseException { method setAlgorithm (line 160) | public void setAlgorithm(String alg) throws ParseException { method setProtocol (line 173) | public void setProtocol(String prot) throws ParseException { method setMode (line 186) | public void setMode(String mod) throws ParseException { method setSPIClient (line 199) | public void setSPIClient(int spic) throws InvalidArgumentException { method setSPIServer (line 212) | public void setSPIServer(int spis) throws InvalidArgumentException { method setPortClient (line 225) | public void setPortClient(int portC) throws InvalidArgumentException { method setPortServer (line 238) | public void setPortServer(int portS) throws InvalidArgumentException { method setPreference (line 254) | public void setPreference(float q) throws InvalidArgumentException { method getSecurityMechanism (line 270) | public String getSecurityMechanism() { method getEncryptionAlgorithm (line 277) | public String getEncryptionAlgorithm() { method getAlgorithm (line 285) | public String getAlgorithm() { method getProtocol (line 293) | public String getProtocol() { method getMode (line 301) | public String getMode() { method getSPIClient (line 309) | public int getSPIClient() { method getSPIServer (line 317) | public int getSPIServer() { method getPortClient (line 325) | public int getPortClient() { method getPortServer (line 333) | public int getPortServer() { method getPreference (line 341) | public float getPreference() { method equals (line 346) | public boolean equals(Object other) method clone (line 360) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityAgreeHeader.java type SecurityAgreeHeader (line 49) | public interface SecurityAgreeHeader extends Parameters, Header method setSecurityMechanism (line 57) | public void setSecurityMechanism(String secMech) throws ParseException; method setEncryptionAlgorithm (line 64) | public void setEncryptionAlgorithm(String ealg) throws ParseException; method setAlgorithm (line 71) | public void setAlgorithm(String alg) throws ParseException; method setProtocol (line 78) | public void setProtocol(String prot) throws ParseException; method setMode (line 85) | public void setMode(String mod) throws ParseException; method setSPIClient (line 92) | public void setSPIClient(int spic) throws InvalidArgumentException; method setSPIServer (line 99) | public void setSPIServer(int spis) throws InvalidArgumentException; method setPortClient (line 106) | public void setPortClient(int portC) throws InvalidArgumentException; method setPortServer (line 114) | public void setPortServer(int portS) throws InvalidArgumentException; method setPreference (line 121) | public void setPreference(float q) throws InvalidArgumentException; method getSecurityMechanism (line 129) | public String getSecurityMechanism(); method getEncryptionAlgorithm (line 135) | public String getEncryptionAlgorithm(); method getAlgorithm (line 141) | public String getAlgorithm(); method getProtocol (line 147) | public String getProtocol(); method getMode (line 153) | public String getMode(); method getSPIClient (line 159) | public int getSPIClient(); method getSPIServer (line 165) | public int getSPIServer(); method getPortClient (line 171) | public int getPortClient(); method getPortServer (line 177) | public int getPortServer(); method getPreference (line 183) | public float getPreference(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityClient.java class SecurityClient (line 52) | public class SecurityClient method SecurityClient (line 59) | public SecurityClient() method setValue (line 66) | public void setValue(String value) throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityClientHeader.java type SecurityClientHeader (line 43) | public interface SecurityClientHeader extends SecurityServerHeader FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityClientList.java class SecurityClientList (line 48) | public class SecurityClientList extends SIPHeaderList method SecurityClientList (line 55) | public SecurityClientList() method clone (line 61) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityServer.java class SecurityServer (line 52) | public class SecurityServer method SecurityServer (line 59) | public SecurityServer() method setValue (line 66) | public void setValue(String value) throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityServerHeader.java type SecurityServerHeader (line 49) | public interface SecurityServerHeader extends SecurityAgreeHeader FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityServerList.java class SecurityServerList (line 49) | public class SecurityServerList extends SIPHeaderList method SecurityServerList (line 55) | public SecurityServerList() method clone (line 60) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityVerify.java class SecurityVerify (line 52) | public class SecurityVerify method SecurityVerify (line 59) | public SecurityVerify() method setValue (line 66) | public void setValue(String value) throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityVerifyHeader.java type SecurityVerifyHeader (line 44) | public interface SecurityVerifyHeader extends SecurityAgreeHeader FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/SecurityVerifyList.java class SecurityVerifyList (line 51) | public class SecurityVerifyList extends SIPHeaderList method SecurityVerifyList (line 57) | public SecurityVerifyList() method clone (line 62) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/ServiceRoute.java class ServiceRoute (line 47) | public class ServiceRoute method ServiceRoute (line 55) | public ServiceRoute(AddressImpl address) { method ServiceRoute (line 63) | public ServiceRoute() { method encodeBody (line 70) | public String encodeBody() { method setValue (line 85) | public void setValue(String value) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/ServiceRouteHeader.java type ServiceRouteHeader (line 43) | public interface ServiceRouteHeader extends HeaderAddress, Parameters, H... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/ServiceRouteList.java class ServiceRouteList (line 37) | public class ServiceRouteList extends SIPHeaderList { method ServiceRouteList (line 44) | public ServiceRouteList() { method clone (line 48) | public Object clone() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/header/ims/WWWAuthenticateHeaderIms.java type WWWAuthenticateHeaderIms (line 57) | public interface WWWAuthenticateHeaderIms extends WWWAuthenticateHeader method setIK (line 64) | public void setIK(String ik) throws ParseException; method getIK (line 66) | public String getIK(); method setCK (line 68) | public void setCK(String ck) throws ParseException; method getCK (line 70) | public String getCK(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/Content.java type Content (line 6) | public interface Content { method setContent (line 8) | public abstract void setContent(Object content); method getContent (line 10) | public abstract Object getContent(); method getContentTypeHeader (line 12) | public abstract ContentTypeHeader getContentTypeHeader(); method getContentDispositionHeader (line 14) | public abstract ContentDispositionHeader getContentDispositionHeader(); method toString (line 21) | public abstract String toString(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/ContentImpl.java class ContentImpl (line 8) | public class ContentImpl implements Content { method ContentImpl (line 25) | public ContentImpl( String content, String boundary ) { method setContent (line 36) | public void setContent(Object content) { method getContentTypeHeader (line 43) | public ContentTypeHeader getContentTypeHeader() { method getContent (line 51) | public Object getContent() { method toString (line 59) | public String toString() { method setContentDispositionHeader (line 79) | public void setContentDispositionHeader(ContentDispositionHeader conte... method getContentDispositionHeader (line 88) | public ContentDispositionHeader getContentDispositionHeader() { method setContentTypeHeader (line 97) | public void setContentTypeHeader(ContentTypeHeader contentTypeHeader) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/HeaderIterator.java class HeaderIterator (line 39) | public class HeaderIterator implements ListIterator { method HeaderIterator (line 45) | protected HeaderIterator(SIPMessage sipMessage, SIPHeader sipHeader) { method next (line 50) | public Object next() throws NoSuchElementException { method previous (line 58) | public Object previous() throws NoSuchElementException { method nextIndex (line 66) | public int nextIndex() { method previousIndex (line 70) | public int previousIndex() { method set (line 74) | public void set(Object header) { method add (line 78) | public void add(Object header) { method remove (line 82) | public void remove() throws IllegalStateException { method hasNext (line 93) | public boolean hasNext() { method hasPrevious (line 97) | public boolean hasPrevious() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/ListMap.java class ListMap (line 42) | class ListMap { method initializeListMap (line 56) | static private void initializeListMap() { method hasList (line 139) | static protected boolean hasList(SIPHeader sipHeader) { method hasList (line 151) | static protected boolean hasList(Class sipHdrClass) { method getListClass (line 160) | static protected Class getListClass(Class sipHdrClass) { method getList (line 169) | @SuppressWarnings("unchecked") FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/MessageExt.java type MessageExt (line 19) | public interface MessageExt extends Message { method setApplicationData (line 35) | public void setApplicationData (Object applicationData); method getApplicationData (line 47) | public Object getApplicationData(); method getMultipartMimeContent (line 61) | public MultipartMimeContent getMultipartMimeContent() throws ParseExce... method getTopmostViaHeader (line 68) | public ViaHeader getTopmostViaHeader(); method getFromHeader (line 75) | public FromHeader getFromHeader(); method getToHeader (line 82) | public ToHeader getToHeader(); method getCallIdHeader (line 90) | public CallIdHeader getCallIdHeader(); method getCSeqHeader (line 97) | public CSeqHeader getCSeqHeader(); method getContentTypeHeader (line 104) | public ContentTypeHeader getContentTypeHeader(); method getContentLengthHeader (line 111) | public ContentLengthHeader getContentLengthHeader(); method getFirstLine (line 118) | public String getFirstLine(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/MessageFactoryExt.java type MessageFactoryExt (line 14) | public interface MessageFactoryExt extends MessageFactory { method setDefaultUserAgentHeader (line 24) | public void setDefaultUserAgentHeader(UserAgentHeader userAgent); method setDefaultServerHeader (line 38) | public void setDefaultServerHeader(ServerHeader userAgent); method setDefaultContentEncodingCharset (line 51) | public void setDefaultContentEncodingCharset(String charset) method createMultipartMimeContent (line 61) | public MultipartMimeContent createMultipartMimeContent(ContentTypeHead... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/MessageFactoryImpl.java class MessageFactoryImpl (line 53) | @SuppressWarnings("unchecked") method setStrict (line 74) | public void setStrict(boolean strict) { method setTest (line 83) | public void setTest(boolean flag) { method MessageFactoryImpl (line 90) | public MessageFactoryImpl() { method createRequest (line 122) | public Request createRequest(javax2.sip.address.URI requestURI, method createRequest (line 179) | public Request createRequest(URI requestURI, String method, method createRequest (line 232) | public Request createRequest(URI requestURI, String method, method createResponse (line 287) | public Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 344) | public Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 391) | public Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 434) | public Response createResponse(int statusCode, Request request, method createResponse (line 467) | public Response createResponse(int statusCode, Request request, method createResponse (line 496) | public Response createResponse(int statusCode, Request request) method createRequest (line 545) | public Request createRequest(javax2.sip.address.URI requestURI, method createResponse (line 599) | public Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 655) | public Response createResponse(int statusCode, CallIdHeader callId, method createRequest (line 692) | public javax2.sip.message.Request createRequest(String requestString) method createResponse (line 752) | public Response createResponse(String responseString) method setDefaultUserAgentHeader (line 777) | public void setDefaultUserAgentHeader(UserAgentHeader userAgent) { method setDefaultServerHeader (line 791) | public void setDefaultServerHeader(ServerHeader server) { method getDefaultUserAgentHeader (line 801) | public static UserAgentHeader getDefaultUserAgentHeader() { method getDefaultServerHeader (line 811) | public static ServerHeader getDefaultServerHeader() { method setDefaultContentEncodingCharset (line 820) | public void setDefaultContentEncodingCharset(String charset) throws N... method getDefaultContentEncodingCharset (line 827) | public static String getDefaultContentEncodingCharset() { method createMultipartMimeContent (line 832) | public MultipartMimeContent createMultipartMimeContent(ContentTypeHead... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/MessageObject.java class MessageObject (line 47) | public abstract class MessageObject extends GenericObject { method encode (line 48) | public abstract String encode(); method dbgPrint (line 50) | public void dbgPrint() { method debugDump (line 60) | public String debugDump() { method MessageObject (line 157) | protected MessageObject() { method dbgPrint (line 164) | public String dbgPrint(int indent) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/MultipartMimeContent.java type MultipartMimeContent (line 8) | public interface MultipartMimeContent { method add (line 10) | public abstract boolean add(Content content); method getContentTypeHeader (line 17) | public abstract ContentTypeHeader getContentTypeHeader(); method toString (line 19) | public abstract String toString(); method addContent (line 26) | public abstract void addContent( Content content); method getContents (line 33) | public Iterator getContents(); method getContentCount (line 40) | public int getContentCount(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/MultipartMimeContentImpl.java class MultipartMimeContentImpl (line 26) | public class MultipartMimeContentImpl implements MultipartMimeContent { method MultipartMimeContentImpl (line 38) | public MultipartMimeContentImpl(ContentTypeHeader contentTypeHeader) { method add (line 49) | public boolean add(Content content) { method getContentTypeHeader (line 58) | public ContentTypeHeader getContentTypeHeader() { method toString (line 67) | @Override method createContentList (line 84) | public void createContentList(String body) throws ParseException { method getContentByType (line 155) | public Content getContentByType(String contentType, String contentSubt... method addContent (line 177) | public void addContent(Content content) { method getContents (line 181) | public Iterator getContents() { method getContentCount (line 186) | public int getContentCount() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/RequestExt.java type RequestExt (line 8) | public interface RequestExt extends Request, MessageExt { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/ResponseExt.java type ResponseExt (line 9) | public interface ResponseExt extends Response, MessageExt { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/SIPDuplicateHeaderException.java class SIPDuplicateHeaderException (line 46) | public class SIPDuplicateHeaderException extends ParseException { method SIPDuplicateHeaderException (line 51) | public SIPDuplicateHeaderException(String msg) { method getSIPMessage (line 54) | public SIPMessage getSIPMessage() { method getSIPHeader (line 58) | public SIPHeader getSIPHeader() { method setSIPHeader (line 62) | public void setSIPHeader(SIPHeader sipHeader) { method setSIPMessage (line 66) | public void setSIPMessage(SIPMessage sipMessage) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/SIPMessage.java class SIPMessage (line 126) | public abstract class SIPMessage extends MessageObject implements javax2... method isRequestHeader (line 186) | public static boolean isRequestHeader(SIPHeader sipHeader) { method isResponseHeader (line 201) | public static boolean isResponseHeader(SIPHeader sipHeader) { method getMessageAsEncodedStrings (line 216) | public LinkedList getMessageAsEncodedStrings() { method encodeSIPHeaders (line 237) | protected String encodeSIPHeaders() { method encodeMessage (line 253) | public abstract String encodeMessage(); method getDialogId (line 261) | public abstract String getDialogId(boolean isServerTransaction); method match (line 271) | public boolean match(Object other) { method merge (line 330) | public void merge(Object template) { method encode (line 360) | public String encode() { method encodeAsBytes (line 408) | public byte[] encodeAsBytes(String transport) { method clone (line 472) | public Object clone() { method debugDump (line 503) | public String debugDump() { method SIPMessage (line 542) | public SIPMessage() { method attachHeader (line 557) | private void attachHeader(SIPHeader h) { method setHeader (line 578) | public void setHeader(Header sipHeader) { method setHeaders (line 601) | public void setHeaders(java.util.List headers) { method attachHeader (line 622) | public void attachHeader(SIPHeader h, boolean replaceflag) throws SIPD... method attachHeader (line 639) | public void attachHeader(SIPHeader header, boolean replaceFlag, boolea... method removeHeader (line 723) | public void removeHeader(String headerName, boolean top) { method removeHeader (line 779) | public void removeHeader(String headerName) { method getTransactionId (line 829) | public String getTransactionId() { method hashCode (line 883) | public int hashCode() { method hasContent (line 894) | public boolean hasContent() { method getHeaders (line 903) | public Iterator getHeaders() { method getHeader (line 912) | public Header getHeader(String headerName) { method getHeaderLowerCase (line 916) | private Header getHeaderLowerCase(String lowerCaseHeaderName) { method getContentTypeHeader (line 932) | public ContentType getContentTypeHeader() { method getContentLengthHeader (line 943) | public ContentLengthHeader getContentLengthHeader() { method getFrom (line 953) | public FromHeader getFrom() { method getErrorInfoHeaders (line 962) | public ErrorInfoList getErrorInfoHeaders() { method getContactHeaders (line 973) | public ContactList getContactHeaders() { method getContactHeader (line 984) | public Contact getContactHeader() { method getViaHeaders (line 999) | public ViaList getViaHeaders() { method setVia (line 1010) | public void setVia(java.util.List viaList) { method setHeader (line 1026) | public void setHeader(SIPHeaderList sipHeaderList) { method getTopmostVia (line 1035) | public Via getTopmostVia() { method getCSeq (line 1047) | public CSeqHeader getCSeq() { method getAuthorization (line 1056) | public Authorization getAuthorization() { method getMaxForwards (line 1069) | public MaxForwardsHeader getMaxForwards() { method setMaxForwards (line 1078) | public void setMaxForwards(MaxForwardsHeader maxForwards) { method getRouteHeaders (line 1087) | public RouteList getRouteHeaders() { method getCallId (line 1099) | public CallIdHeader getCallId() { method setCallId (line 1108) | public void setCallId(CallIdHeader callId) { method setCallId (line 1117) | public void setCallId(String callId) throws java.text.ParseException { method getRecordRouteHeaders (line 1129) | public RecordRouteList getRecordRouteHeaders() { method getTo (line 1141) | public ToHeader getTo() { method setTo (line 1145) | public void setTo(ToHeader to) { method setFrom (line 1149) | public void setFrom(FromHeader from) { method getContentLength (line 1159) | public ContentLengthHeader getContentLength() { method getMessageContent (line 1173) | public String getMessageContent() throws UnsupportedEncodingException { method getRawContent (line 1189) | public byte[] getRawContent() { method setMessageContent (line 1213) | public void setMessageContent(String type, String subType, String mess... method setContent (line 1232) | public void setContent(Object content, ContentTypeHeader contentTypeHe... method getContent (line 1257) | public Object getContent() { method setMessageContent (line 1275) | public void setMessageContent(String type, String subType, byte[] mess... method setMessageContent (line 1288) | public void setMessageContent(String content, boolean strict, boolean ... method setMessageContent (line 1311) | public void setMessageContent(byte[] content) { method setMessageContent (line 1325) | public void setMessageContent(byte[] content, boolean computeContentLe... method computeContentLength (line 1343) | private void computeContentLength(Object content) { method removeContent (line 1369) | public void removeContent() { method getHeaders (line 1385) | @SuppressWarnings("unchecked") method getHeaderAsFormattedString (line 1408) | public String getHeaderAsFormattedString(String name) { method getSIPHeaderListLowerCase (line 1417) | private SIPHeader getSIPHeaderListLowerCase(String lowerCaseHeaderName) { method getHeaderList (line 1427) | @SuppressWarnings("unchecked") method hasHeader (line 1448) | public boolean hasHeader(String headerName) { method hasFromTag (line 1457) | public boolean hasFromTag() { method hasToTag (line 1466) | public boolean hasToTag() { method getFromTag (line 1476) | public String getFromTag() { method setFromTag (line 1485) | public void setFromTag(String tag) { method setToTag (line 1497) | public void setToTag(String tag) { method getToTag (line 1507) | public String getToTag() { method getFirstLine (line 1514) | public abstract String getFirstLine(); method addHeader (line 1521) | public void addHeader(Header sipHeader) { method addUnparsed (line 1546) | public void addUnparsed(String unparsed) { method addHeader (line 1556) | public void addHeader(String sipHeader) { method getUnrecognizedHeaders (line 1572) | public ListIterator getUnrecognizedHeaders() { method getHeaderNames (line 1582) | public ListIterator getHeaderNames() { method equals (line 1598) | public boolean equals(Object other) { method getContentDisposition (line 1627) | public javax2.sip.header.ContentDispositionHeader getContentDispositio... method getContentEncoding (line 1639) | public javax2.sip.header.ContentEncodingHeader getContentEncoding() { method getContentLanguage (line 1651) | public javax2.sip.header.ContentLanguageHeader getContentLanguage() { method getExpires (line 1663) | public javax2.sip.header.ExpiresHeader getExpires() { method setExpires (line 1676) | public void setExpires(ExpiresHeader expiresHeader) { method setContentDisposition (line 1686) | public void setContentDisposition(ContentDispositionHeader contentDisp... method setContentEncoding (line 1691) | public void setContentEncoding(ContentEncodingHeader contentEncodingHe... method setContentLanguage (line 1696) | public void setContentLanguage(ContentLanguageHeader contentLanguageHe... method setContentLength (line 1705) | public void setContentLength(ContentLengthHeader contentLength) { method setSize (line 1718) | public void setSize(int size) { method getSize (line 1722) | public int getSize() { method addLast (line 1731) | public void addLast(Header header) throws SipException, NullPointerExc... method addFirst (line 1748) | public void addFirst(Header header) throws SipException, NullPointerEx... method removeFirst (line 1766) | public void removeFirst(String headerName) throws NullPointerException { method removeLast (line 1778) | public void removeLast(String headerName) { method setCSeq (line 1791) | public void setCSeq(CSeqHeader cseqHeader) { method setApplicationData (line 1803) | public void setApplicationData(Object applicationData) { method getApplicationData (line 1812) | public Object getApplicationData() { method getMultipartMimeContent (line 1820) | public MultipartMimeContent getMultipartMimeContent() throws ParseExce... method getCallIdHeader (line 1837) | public CallIdHeader getCallIdHeader() { method getFromHeader (line 1842) | public FromHeader getFromHeader() { method getToHeader (line 1847) | public ToHeader getToHeader() { method getTopmostViaHeader (line 1852) | public ViaHeader getTopmostViaHeader() { method getCSeqHeader (line 1856) | public CSeqHeader getCSeqHeader() { method getCharset (line 1863) | protected final String getCharset() { method isNullRequest (line 1876) | public boolean isNullRequest() { method setNullRequest (line 1884) | public void setNullRequest() { method setSIPVersion (line 1889) | public abstract void setSIPVersion(String sipVersion) throws ParseExce... method getSIPVersion (line 1891) | public abstract String getSIPVersion(); method toString (line 1893) | public abstract String toString(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/SIPRequest.java class SIPRequest (line 74) | public final class SIPRequest extends SIPMessage implements javax2.sip.m... method putName (line 106) | private static void putName(String name) { method isTargetRefresh (line 138) | public static boolean isTargetRefresh(String ucaseMethod) { method isDialogCreating (line 145) | public static boolean isDialogCreating(String ucaseMethod) { method getCannonicalName (line 156) | public static String getCannonicalName(String method) { method getRequestLine (line 170) | public RequestLine getRequestLine() { method setRequestLine (line 180) | public void setRequestLine(RequestLine requestLine) { method SIPRequest (line 187) | public SIPRequest() { method debugDump (line 199) | public String debugDump() { method checkHeaders (line 216) | public void checkHeaders() throws ParseException { method setDefaults (line 317) | protected void setDefaults() { method setRequestLineDefaults (line 344) | protected void setRequestLineDefaults() { method getRequestURI (line 360) | public javax2.sip.address.URI getRequestURI() { method setRequestURI (line 376) | public void setRequestURI(URI uri) { method setMethod (line 393) | public void setMethod(String method) { method getMethod (line 421) | public String getMethod() { method encode (line 434) | public String encode() { method encodeMessage (line 450) | public String encodeMessage() { method toString (line 466) | public String toString() { method clone (line 477) | public Object clone() { method equals (line 493) | public boolean equals(Object other) { method getMessageAsEncodedStrings (line 507) | public LinkedList getMessageAsEncodedStrings() { method match (line 525) | public boolean match(Object matchObj) { method getDialogId (line 547) | public String getDialogId(boolean isServer) { method getDialogId (line 582) | public String getDialogId(boolean isServer, String toTag) { method encodeAsBytes (line 619) | public byte[] encodeAsBytes(String transport) { method createResponse (line 657) | public SIPResponse createResponse(int statusCode) { method createResponse (line 681) | public SIPResponse createResponse(int statusCode, String reasonPhrase) { method mustCopyRR (line 733) | private final boolean mustCopyRR( int code ) { method createCancelRequest (line 750) | public SIPRequest createCancelRequest() throws SipException { method createAckRequest (line 811) | public SIPRequest createAckRequest(To responseToHeader) { method createErrorAck (line 898) | public final SIPRequest createErrorAck(To responseToHeader) throws Sip... method createSIPRequest (line 973) | public SIPRequest createSIPRequest(RequestLine requestLine, boolean sw... method createBYERequest (line 1048) | public SIPRequest createBYERequest(boolean switchHeaders) { method createACKRequest (line 1060) | public SIPRequest createACKRequest() { method getViaHost (line 1071) | public String getViaHost() { method getViaPort (line 1082) | public int getViaPort() { method getFirstLine (line 1095) | public String getFirstLine() { method setSIPVersion (line 1107) | public void setSIPVersion(String sipVersion) throws ParseException { method getSIPVersion (line 1118) | public String getSIPVersion() { method getTransaction (line 1127) | public Object getTransaction() { method setTransaction (line 1138) | public void setTransaction(Object transaction) { method getMessageChannel (line 1148) | public Object getMessageChannel() { method setMessageChannel (line 1161) | public void setMessageChannel(Object messageChannel) { method getMergeId (line 1170) | public String getMergeId() { method setInviteTransaction (line 1193) | public void setInviteTransaction(Object inviteTransaction) { method getInviteTransaction (line 1200) | public Object getInviteTransaction() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/message/SIPResponse.java class SIPResponse (line 71) | public final class SIPResponse method getReasonPhrase (line 76) | public static String getReasonPhrase(int rc) { method setStatusCode (line 305) | public void setStatusCode(int statusCode) throws ParseException { method getStatusLine (line 321) | public StatusLine getStatusLine() { method getStatusCode (line 328) | public int getStatusCode() { method setReasonPhrase (line 336) | public void setReasonPhrase(String reasonPhrase) { method getReasonPhrase (line 347) | public String getReasonPhrase() { method isFinalResponse (line 358) | public static boolean isFinalResponse(int rc) { method isFinalResponse (line 365) | public boolean isFinalResponse() { method setStatusLine (line 373) | public void setStatusLine(StatusLine sl) { method SIPResponse (line 379) | public SIPResponse() { method debugDump (line 390) | public String debugDump() { method checkHeaders (line 407) | public void checkHeaders() throws ParseException { method encode (line 436) | public String encode() { method encodeMessage (line 450) | public String encodeMessage() { method getMessageAsEncodedStrings (line 466) | public LinkedList getMessageAsEncodedStrings() { method clone (line 480) | public Object clone() { method equals (line 492) | public boolean equals(Object other) { method match (line 504) | public boolean match(Object matchObj) { method encodeAsBytes (line 533) | public byte[] encodeAsBytes( String transport ) { method getDialogId (line 558) | public String getDialogId(boolean isServer) { method getDialogId (line 589) | public String getDialogId(boolean isServer, String toTag) { method setBranch (line 626) | private final void setBranch( Via via, String method ) { method getFirstLine (line 652) | public String getFirstLine() { method setSIPVersion (line 659) | public void setSIPVersion(String sipVersion) { method getSIPVersion (line 663) | public String getSIPVersion() { method toString (line 667) | public String toString() { method createRequest (line 682) | public SIPRequest createRequest(SipUri requestURI, Via via, CSeq cseq,... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AcceptEncodingParser.java class AcceptEncodingParser (line 65) | public class AcceptEncodingParser extends HeaderParser { method AcceptEncodingParser (line 71) | public AcceptEncodingParser(String acceptEncoding) { method AcceptEncodingParser (line 79) | protected AcceptEncodingParser(Lexer lexer) { method parse (line 88) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AcceptLanguageParser.java class AcceptLanguageParser (line 62) | public class AcceptLanguageParser extends HeaderParser { method AcceptLanguageParser (line 68) | public AcceptLanguageParser(String acceptLanguage) { method AcceptLanguageParser (line 76) | protected AcceptLanguageParser(Lexer lexer) { method parse (line 85) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AcceptParser.java class AcceptParser (line 43) | public class AcceptParser extends ParametersParser { method AcceptParser (line 49) | public AcceptParser(String accept) { method AcceptParser (line 57) | protected AcceptParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AddressParametersParser.java class AddressParametersParser (line 41) | public class AddressParametersParser extends ParametersParser { method AddressParametersParser (line 43) | protected AddressParametersParser(Lexer lexer) { method AddressParametersParser (line 47) | protected AddressParametersParser(String buffer) { method parse (line 51) | protected void parse(AddressParametersHeader addressParametersHeader) FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AddressParser.java class AddressParser (line 39) | public class AddressParser extends Parser { method AddressParser (line 41) | public AddressParser(Lexer lexer) { method AddressParser (line 46) | public AddressParser(String address) { method nameAddr (line 50) | protected AddressImpl nameAddr() throws ParseException { method address (line 93) | public AddressImpl address( boolean inclParams ) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AlertInfoParser.java class AlertInfoParser (line 45) | public class AlertInfoParser extends ParametersParser { method AlertInfoParser (line 51) | public AlertInfoParser(String alertInfo) { method AlertInfoParser (line 59) | protected AlertInfoParser(Lexer lexer) { method parse (line 68) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AllowEventsParser.java class AllowEventsParser (line 43) | public class AllowEventsParser extends HeaderParser { method AllowEventsParser (line 49) | public AllowEventsParser(String allowEvents) { method AllowEventsParser (line 57) | protected AllowEventsParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AllowParser.java class AllowParser (line 42) | public class AllowParser extends HeaderParser { method AllowParser (line 48) | public AllowParser(String allow) { method AllowParser (line 56) | protected AllowParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AuthenticationInfoParser.java class AuthenticationInfoParser (line 42) | public class AuthenticationInfoParser extends ParametersParser { method AuthenticationInfoParser (line 48) | public AuthenticationInfoParser(String authenticationInfo) { method AuthenticationInfoParser (line 56) | protected AuthenticationInfoParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/AuthorizationParser.java class AuthorizationParser (line 42) | public class AuthorizationParser extends ChallengeParser { method AuthorizationParser (line 48) | public AuthorizationParser(String authorization) { method AuthorizationParser (line 56) | protected AuthorizationParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/CSeqParser.java class CSeqParser (line 46) | public class CSeqParser extends HeaderParser { method CSeqParser (line 48) | public CSeqParser(String cseq) { method CSeqParser (line 52) | protected CSeqParser(Lexer lexer) { method parse (line 56) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/CallIDParser.java class CallIDParser (line 40) | public class CallIDParser extends HeaderParser { method CallIDParser (line 46) | public CallIDParser(String callID) { method CallIDParser (line 54) | protected CallIDParser(Lexer lexer) { method parse (line 63) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/CallInfoParser.java class CallInfoParser (line 42) | public class CallInfoParser extends ParametersParser{ method CallInfoParser (line 48) | public CallInfoParser(String callInfo) { method CallInfoParser (line 56) | protected CallInfoParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ChallengeParser.java class ChallengeParser (line 44) | public abstract class ChallengeParser extends HeaderParser { method ChallengeParser (line 50) | protected ChallengeParser(String challenge) { method ChallengeParser (line 58) | protected ChallengeParser(Lexer lexer) { method parseParameter (line 66) | protected void parseParameter(AuthenticationHeader header) method parse (line 86) | public void parse(AuthenticationHeader header) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ContactParser.java class ContactParser (line 44) | public class ContactParser extends AddressParametersParser { method ContactParser (line 46) | public ContactParser(String contact) { method ContactParser (line 50) | protected ContactParser(Lexer lexer) { method parse (line 55) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ContentDispositionParser.java class ContentDispositionParser (line 43) | public class ContentDispositionParser extends ParametersParser { method ContentDispositionParser (line 49) | public ContentDispositionParser(String contentDisposition) { method ContentDispositionParser (line 57) | protected ContentDispositionParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ContentEncodingParser.java class ContentEncodingParser (line 45) | public class ContentEncodingParser extends HeaderParser { method ContentEncodingParser (line 51) | public ContentEncodingParser(String contentEncoding) { method ContentEncodingParser (line 59) | protected ContentEncodingParser(Lexer lexer) { method parse (line 68) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ContentLanguageParser.java class ContentLanguageParser (line 43) | public class ContentLanguageParser extends HeaderParser { method ContentLanguageParser (line 49) | public ContentLanguageParser(String contentLanguage) { method ContentLanguageParser (line 57) | protected ContentLanguageParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ContentLengthParser.java class ContentLengthParser (line 44) | public class ContentLengthParser extends HeaderParser { method ContentLengthParser (line 46) | public ContentLengthParser(String contentLength) { method ContentLengthParser (line 50) | protected ContentLengthParser(Lexer lexer) { method parse (line 54) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ContentTypeParser.java class ContentTypeParser (line 47) | public class ContentTypeParser extends ParametersParser { method ContentTypeParser (line 49) | public ContentTypeParser(String contentType) { method ContentTypeParser (line 53) | protected ContentTypeParser(Lexer lexer) { method parse (line 57) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/DateParser.java class DateParser (line 38) | public class DateParser extends HeaderParser { method DateParser (line 44) | public DateParser(String date) { method DateParser (line 48) | protected DateParser(Lexer lexer) { method parse (line 57) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ErrorInfoParser.java class ErrorInfoParser (line 43) | public class ErrorInfoParser extends ParametersParser { method ErrorInfoParser (line 49) | public ErrorInfoParser(String errorInfo) { method ErrorInfoParser (line 57) | protected ErrorInfoParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/EventParser.java class EventParser (line 43) | public class EventParser extends ParametersParser { method EventParser (line 49) | public EventParser(String event) { method EventParser (line 57) | protected EventParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ExpiresParser.java class ExpiresParser (line 44) | public class ExpiresParser extends HeaderParser { method ExpiresParser (line 50) | public ExpiresParser(String text) { method ExpiresParser (line 58) | protected ExpiresParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/FromParser.java class FromParser (line 41) | public class FromParser extends AddressParametersParser { method FromParser (line 43) | public FromParser(String from) { method FromParser (line 47) | protected FromParser(Lexer lexer) { method parse (line 51) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/HeaderParser.java class HeaderParser (line 44) | public class HeaderParser extends Parser { method wkday (line 50) | protected int wkday() throws ParseException { method date (line 82) | protected Calendar date() throws ParseException { method time (line 132) | protected void time(Calendar calendar) throws ParseException { method HeaderParser (line 156) | protected HeaderParser(String header) { method HeaderParser (line 160) | protected HeaderParser(Lexer lexer) { method parse (line 170) | public SIPHeader parse() throws ParseException { method headerName (line 185) | protected void headerName(int tok) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/InReplyToParser.java class InReplyToParser (line 43) | public class InReplyToParser extends HeaderParser { method InReplyToParser (line 49) | public InReplyToParser(String inReplyTo) { method InReplyToParser (line 57) | protected InReplyToParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/Lexer.java class Lexer (line 47) | public class Lexer extends LexerCore { method getHeaderName (line 54) | public static String getHeaderName(String line) { method Lexer (line 69) | public Lexer(String lexerName, String buffer) { method getHeaderValue (line 79) | public static String getHeaderValue(String line) { method selectLexer (line 92) | public void selectLexer(String lexerName) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/MaxForwardsParser.java class MaxForwardsParser (line 43) | public class MaxForwardsParser extends HeaderParser { method MaxForwardsParser (line 45) | public MaxForwardsParser(String contentLength) { method MaxForwardsParser (line 49) | protected MaxForwardsParser(Lexer lexer) { method parse (line 53) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/MimeVersionParser.java class MimeVersionParser (line 44) | public class MimeVersionParser extends HeaderParser { method MimeVersionParser (line 50) | public MimeVersionParser(String mimeVersion) { method MimeVersionParser (line 58) | protected MimeVersionParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/MinExpiresParser.java class MinExpiresParser (line 46) | public class MinExpiresParser extends HeaderParser { method MinExpiresParser (line 52) | public MinExpiresParser(String minExpires) { method MinExpiresParser (line 60) | protected MinExpiresParser(Lexer lexer) { method parse (line 69) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/OrganizationParser.java class OrganizationParser (line 41) | public class OrganizationParser extends HeaderParser { method OrganizationParser (line 47) | public OrganizationParser(String organization) { method OrganizationParser (line 55) | protected OrganizationParser(Lexer lexer) { method parse (line 64) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ParametersParser.java class ParametersParser (line 42) | public abstract class ParametersParser extends HeaderParser { method ParametersParser (line 44) | protected ParametersParser(Lexer lexer) { method ParametersParser (line 48) | protected ParametersParser(String buffer) { method parse (line 52) | protected void parse(ParametersHeader parametersHeader) method parseNameValueList (line 68) | protected void parseNameValueList(ParametersHeader parametersHeader) FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ParseExceptionListener.java type ParseExceptionListener (line 41) | public interface ParseExceptionListener { method handleException (line 59) | public void handleException( FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/Parser.java class Parser (line 43) | public abstract class Parser extends ParserCore implements TokenTypes { method createParseException (line 45) | protected ParseException createParseException(String exceptionString) { method getLexer (line 51) | protected Lexer getLexer() { method sipVersion (line 55) | protected String sipVersion() throws ParseException { method method (line 77) | protected String method() throws ParseException { method checkToken (line 113) | public static final void checkToken( String token ) throws ParseExcept... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ParserFactory.java class ParserFactory (line 52) | public class ParserFactory { method createParser (line 287) | public static HeaderParser createParser(String line) FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/Pipeline.java class Pipeline (line 43) | public class Pipeline extends InputStream { class MyTimer (line 58) | class MyTimer extends SIPStackTimerTask { method MyTimer (line 63) | protected MyTimer(Pipeline pipeline) { method runTask (line 67) | protected void runTask() { method cancel (line 78) | public boolean cancel() { class Buffer (line 86) | class Buffer { method Buffer (line 93) | public Buffer(byte[] bytes, int length) { method getNextByte (line 99) | public int getNextByte() { method startTimer (line 106) | public void startTimer() { method stopTimer (line 115) | public void stopTimer() { method Pipeline (line 122) | public Pipeline(InputStream pipe, int readTimeout, Timer timer) { method write (line 131) | public void write(byte[] bytes, int start, int length) throws IOExcept... method write (line 142) | public void write(byte[] bytes) throws IOException { method close (line 152) | public void close() throws IOException { method read (line 162) | public int read() throws IOException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/PipelinedMsgParser.java class PipelinedMsgParser (line 63) | public final class PipelinedMsgParser implements Runnable { method PipelinedMsgParser (line 83) | protected PipelinedMsgParser() { method getNewUid (line 90) | private static synchronized int getNewUid() { method PipelinedMsgParser (line 106) | public PipelinedMsgParser(SIPMessageListener sipMessageListener, method PipelinedMsgParser (line 127) | public PipelinedMsgParser(SIPMessageListener mhandler, Pipeline in, method PipelinedMsgParser (line 139) | public PipelinedMsgParser(Pipeline in) { method processInput (line 146) | public void processInput() { method clone (line 155) | protected Object clone() { method setMessageListener (line 174) | public void setMessageListener(SIPMessageListener mlistener) { method readLine (line 182) | private String readLine(InputStream inputStream) throws IOException { method run (line 212) | public void run() { method close (line 360) | public void close() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/PriorityParser.java class PriorityParser (line 45) | public class PriorityParser extends HeaderParser { method PriorityParser (line 51) | public PriorityParser(String priority) { method PriorityParser (line 59) | protected PriorityParser(Lexer lexer) { method parse (line 68) | public SIPHeader parse() throws ParseException { method main (line 99) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ProxyAuthenticateParser.java class ProxyAuthenticateParser (line 41) | public class ProxyAuthenticateParser extends ChallengeParser { method ProxyAuthenticateParser (line 47) | public ProxyAuthenticateParser(String proxyAuthenticate) { method ProxyAuthenticateParser (line 55) | protected ProxyAuthenticateParser(Lexer lexer) { method parse (line 64) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ProxyAuthorizationParser.java class ProxyAuthorizationParser (line 42) | public class ProxyAuthorizationParser extends ChallengeParser { method ProxyAuthorizationParser (line 48) | public ProxyAuthorizationParser(String proxyAuthorization) { method ProxyAuthorizationParser (line 56) | protected ProxyAuthorizationParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ProxyRequireParser.java class ProxyRequireParser (line 42) | public class ProxyRequireParser extends HeaderParser { method ProxyRequireParser (line 48) | public ProxyRequireParser(String require) { method ProxyRequireParser (line 56) | protected ProxyRequireParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RAckParser.java class RAckParser (line 47) | public class RAckParser extends HeaderParser { method RAckParser (line 53) | public RAckParser(String rack) { method RAckParser (line 61) | protected RAckParser(Lexer lexer) { method parse (line 70) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RSeqParser.java class RSeqParser (line 44) | public class RSeqParser extends HeaderParser { method RSeqParser (line 50) | public RSeqParser(String rseq) { method RSeqParser (line 58) | protected RSeqParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ReasonParser.java class ReasonParser (line 43) | public class ReasonParser extends ParametersParser { method ReasonParser (line 49) | public ReasonParser(String reason) { method ReasonParser (line 57) | protected ReasonParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RecordRouteParser.java class RecordRouteParser (line 43) | public class RecordRouteParser extends AddressParametersParser { method RecordRouteParser (line 49) | public RecordRouteParser(String recordRoute) { method RecordRouteParser (line 53) | protected RecordRouteParser(Lexer lexer) { method parse (line 62) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ReferToParser.java class ReferToParser (line 42) | public class ReferToParser extends AddressParametersParser { method ReferToParser (line 48) | public ReferToParser(String referTo) { method ReferToParser (line 52) | protected ReferToParser(Lexer lexer) { method parse (line 55) | public SIPHeader parse() throws ParseException { method main (line 64) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ReplyToParser.java class ReplyToParser (line 41) | public class ReplyToParser extends AddressParametersParser { method ReplyToParser (line 47) | public ReplyToParser(String replyTo) { method ReplyToParser (line 55) | protected ReplyToParser(Lexer lexer) { method parse (line 64) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RequestLineParser.java class RequestLineParser (line 42) | public class RequestLineParser extends Parser { method RequestLineParser (line 43) | public RequestLineParser(String requestLine) { method RequestLineParser (line 46) | public RequestLineParser(Lexer lexer) { method parse (line 51) | public RequestLine parse() throws ParseException { method main (line 76) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RequireParser.java class RequireParser (line 45) | public class RequireParser extends HeaderParser { method RequireParser (line 51) | public RequireParser(String require) { method RequireParser (line 59) | protected RequireParser(Lexer lexer) { method parse (line 68) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RetryAfterParser.java class RetryAfterParser (line 46) | public class RetryAfterParser extends HeaderParser { method RetryAfterParser (line 52) | public RetryAfterParser(String retryAfter) { method RetryAfterParser (line 60) | protected RetryAfterParser(Lexer lexer) { method parse (line 69) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/RouteParser.java class RouteParser (line 42) | public class RouteParser extends AddressParametersParser { method RouteParser (line 48) | public RouteParser(String route) { method RouteParser (line 52) | protected RouteParser(Lexer lexer) { method parse (line 60) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/SIPETagParser.java class SIPETagParser (line 44) | public class SIPETagParser extends HeaderParser { method SIPETagParser (line 50) | public SIPETagParser(String etag) { method SIPETagParser (line 58) | protected SIPETagParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/SIPIfMatchParser.java class SIPIfMatchParser (line 44) | public class SIPIfMatchParser extends HeaderParser { method SIPIfMatchParser (line 50) | public SIPIfMatchParser(String etag) { method SIPIfMatchParser (line 58) | protected SIPIfMatchParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/SIPMessageListener.java type SIPMessageListener (line 39) | public interface SIPMessageListener extends ParseExceptionListener { method processMessage (line 46) | public void processMessage(SIPMessage msg) throws Exception; FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ServerParser.java class ServerParser (line 42) | public class ServerParser extends HeaderParser { method ServerParser (line 48) | public ServerParser(String server) { method ServerParser (line 56) | protected ServerParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/StatusLineParser.java class StatusLineParser (line 41) | public class StatusLineParser extends Parser { method StatusLineParser (line 42) | public StatusLineParser(String statusLine) { method StatusLineParser (line 46) | public StatusLineParser(Lexer lexer) { method statusCode (line 51) | protected int statusCode() throws ParseException { method reasonPhrase (line 69) | protected String reasonPhrase() throws ParseException { method parse (line 73) | public StatusLine parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/StringMsgParser.java class StringMsgParser (line 73) | public class StringMsgParser { method StringMsgParser (line 85) | public StringMsgParser() { method StringMsgParser (line 97) | public StringMsgParser(ParseExceptionListener exhandler) { method setParseExceptionListener (line 109) | public void setParseExceptionListener(ParseExceptionListener pexhandle... method parseSIPMessage (line 129) | public SIPMessage parseSIPMessage(byte[] msgBuffer) throws ParseExcept... method parseSIPMessage (line 240) | public SIPMessage parseSIPMessage(String msgString) throws ParseExcept... method trimEndOfLine (line 340) | private String trimEndOfLine(String line) { method processFirstLine (line 357) | private SIPMessage processFirstLine(String firstLine) throws ParseExce... method processHeader (line 390) | private void processHeader(String header, SIPMessage message) throws P... method parseAddress (line 432) | public AddressImpl parseAddress(String address) throws ParseException { method parseHost (line 464) | public Host parseHost(String host) throws ParseException { method parseTelephoneNumber (line 480) | public TelephoneNumber parseTelephoneNumber(String telephone_number) method parseSIPUrl (line 497) | public SipUri parseSIPUrl(String url) throws ParseException { method parseUrl (line 515) | public GenericURI parseUrl(String url) throws ParseException { method parseSIPHeader (line 528) | public SIPHeader parseSIPHeader(String header) throws ParseException { method parseSIPRequestLine (line 591) | public RequestLine parseSIPRequestLine(String requestLine) method parseSIPStatusLine (line 608) | public StatusLine parseSIPStatusLine(String statusLine) method setComputeContentLengthFromMessage (line 614) | public static void setComputeContentLengthFromMessage( method main (line 624) | public static void main(String[] args) throws ParseException { method setStrict (line 704) | public void setStrict(boolean strict) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/SubjectParser.java class SubjectParser (line 42) | public class SubjectParser extends HeaderParser { method SubjectParser (line 48) | public SubjectParser(String subject) { method SubjectParser (line 56) | protected SubjectParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/SubscriptionStateParser.java class SubscriptionStateParser (line 44) | public class SubscriptionStateParser extends HeaderParser { method SubscriptionStateParser (line 50) | public SubscriptionStateParser(String subscriptionState) { method SubscriptionStateParser (line 58) | protected SubscriptionStateParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/SupportedParser.java class SupportedParser (line 45) | public class SupportedParser extends HeaderParser { method SupportedParser (line 51) | public SupportedParser(String supported) { method SupportedParser (line 59) | protected SupportedParser(Lexer lexer) { method parse (line 68) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/TimeStampParser.java class TimeStampParser (line 44) | public class TimeStampParser extends HeaderParser { method TimeStampParser (line 50) | public TimeStampParser(String timeStamp) { method TimeStampParser (line 58) | protected TimeStampParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ToParser.java class ToParser (line 42) | public class ToParser extends AddressParametersParser { method ToParser (line 48) | public ToParser(String to) { method ToParser (line 52) | protected ToParser(Lexer lexer) { method parse (line 56) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/TokenNames.java type TokenNames (line 41) | public interface TokenNames FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/TokenTypes.java type TokenTypes (line 33) | public interface TokenTypes { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/URLParser.java class URLParser (line 48) | public class URLParser extends Parser { method URLParser (line 50) | public URLParser(String url) { method URLParser (line 55) | public URLParser(Lexer lexer) { method isMark (line 59) | protected static boolean isMark(char next) { method isUnreserved (line 76) | protected static boolean isUnreserved(char next) { method isReservedNoSlash (line 80) | protected static boolean isReservedNoSlash(char next) { method isUserUnreserved (line 99) | protected static boolean isUserUnreserved(char la) { method unreserved (line 116) | protected String unreserved() throws ParseException { method paramNameOrValue (line 128) | protected String paramNameOrValue() throws ParseException { method uriParam (line 153) | private NameValue uriParam() throws ParseException { method isReserved (line 177) | protected static boolean isReserved(char next) { method reserved (line 195) | protected String reserved() throws ParseException { method isEscaped (line 204) | protected boolean isEscaped() { method escaped (line 214) | protected String escaped() throws ParseException { method mark (line 238) | protected String mark() throws ParseException { method uric (line 254) | protected String uric() { method uricNoSlash (line 282) | protected String uricNoSlash() { method uricString (line 309) | protected String uricString() throws ParseException { method uriReference (line 336) | public GenericURI uriReference( boolean inBrackets ) throws ParseExcep... method base_phone_number (line 374) | private String base_phone_number() throws ParseException { method local_number (line 407) | private String local_number() throws ParseException { method parseTelephoneNumber (line 444) | public final TelephoneNumber parseTelephoneNumber( boolean inBrackets ) method global_phone_number (line 474) | private final TelephoneNumber global_phone_number( boolean inBrackets ... method local_phone_number (line 499) | private TelephoneNumber local_phone_number( boolean inBrackets ) throw... method tel_parameters (line 534) | private NameValueList tel_parameters() throws ParseException { method phone_context (line 570) | private NameValue phone_context() throws ParseException { method telURL (line 591) | public TelURLImpl telURL( boolean inBrackets ) throws ParseException { method sipURL (line 606) | public SipUri sipURL( boolean inBrackets ) throws ParseException { method peekScheme (line 676) | public String peekScheme() throws ParseException { method qheader (line 688) | protected NameValue qheader() throws ParseException { method hvalue (line 696) | protected String hvalue() throws ParseException { method urlString (line 738) | protected String urlString() throws ParseException { method user (line 757) | protected String user() throws ParseException { method password (line 779) | protected String password() throws ParseException { method parse (line 807) | public GenericURI parse() throws ParseException { method main (line 812) | public static void main(String[] args) throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/UnsupportedParser.java class UnsupportedParser (line 43) | public class UnsupportedParser extends HeaderParser { method UnsupportedParser (line 49) | public UnsupportedParser(String unsupported) { method UnsupportedParser (line 57) | protected UnsupportedParser(Lexer lexer) { method parse (line 66) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/UserAgentParser.java class UserAgentParser (line 43) | public class UserAgentParser extends HeaderParser { method UserAgentParser (line 51) | public UserAgentParser(String userAgent) { method UserAgentParser (line 61) | protected UserAgentParser(Lexer lexer) { method parse (line 73) | public SIPHeader parse() throws ParseException { method main (line 136) | public static void main(String args[]) throws ParseException { String FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ViaParser.java class ViaParser (line 42) | public class ViaParser extends HeaderParser { method ViaParser (line 44) | public ViaParser(String via) { method ViaParser (line 48) | public ViaParser(Lexer lexer) { method parseVia (line 55) | private void parseVia(Via v) throws ParseException { method nameValue (line 145) | protected NameValue nameValue() throws ParseException { method parse (line 198) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/WWWAuthenticateParser.java class WWWAuthenticateParser (line 41) | public class WWWAuthenticateParser extends ChallengeParser { method WWWAuthenticateParser (line 47) | public WWWAuthenticateParser(String wwwAuthenticate) { method WWWAuthenticateParser (line 55) | protected WWWAuthenticateParser(Lexer lexer) { method parse (line 64) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/WarningParser.java class WarningParser (line 47) | public class WarningParser extends HeaderParser { method WarningParser (line 55) | public WarningParser(String warning) { method WarningParser (line 65) | protected WarningParser(Lexer lexer) { method parse (line 76) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/extensions/JoinParser.java class JoinParser (line 19) | public class JoinParser extends ParametersParser { method JoinParser (line 25) | public JoinParser(String callID) { method JoinParser (line 33) | protected JoinParser(Lexer lexer) { method parse (line 42) | public SIPHeader parse() throws ParseException { method main (line 61) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/extensions/MinSEParser.java class MinSEParser (line 20) | public class MinSEParser extends ParametersParser { method MinSEParser (line 26) | public MinSEParser(String text) { method MinSEParser (line 34) | protected MinSEParser(Lexer lexer) { method parse (line 41) | public SIPHeader parse() throws ParseException { method main (line 68) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/extensions/ReferencesParser.java class ReferencesParser (line 14) | public class ReferencesParser extends ParametersParser { method ReferencesParser (line 19) | public ReferencesParser(String references) { method ReferencesParser (line 27) | protected ReferencesParser(Lexer lexer) { method parse (line 36) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/extensions/ReferredByParser.java class ReferredByParser (line 19) | public class ReferredByParser extends AddressParametersParser { method ReferredByParser (line 25) | public ReferredByParser(String referBy) { method ReferredByParser (line 29) | protected ReferredByParser(Lexer lexer) { method parse (line 32) | public SIPHeader parse() throws ParseException { method main (line 41) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/extensions/ReplacesParser.java class ReplacesParser (line 21) | public class ReplacesParser extends ParametersParser { method ReplacesParser (line 27) | public ReplacesParser(String callID) { method ReplacesParser (line 35) | protected ReplacesParser(Lexer lexer) { method parse (line 44) | public SIPHeader parse() throws ParseException { method main (line 63) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/extensions/SessionExpiresParser.java class SessionExpiresParser (line 16) | public class SessionExpiresParser extends ParametersParser { method SessionExpiresParser (line 22) | public SessionExpiresParser(String text) { method SessionExpiresParser (line 30) | protected SessionExpiresParser(Lexer lexer) { method parse (line 37) | public SIPHeader parse() throws ParseException { method main (line 66) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/AddressHeaderParser.java class AddressHeaderParser (line 45) | abstract class AddressHeaderParser extends HeaderParser { method AddressHeaderParser (line 48) | protected AddressHeaderParser(Lexer lexer) { method AddressHeaderParser (line 52) | protected AddressHeaderParser(String buffer) { method parse (line 56) | protected void parse(AddressHeaderIms addressHeader) FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PAccessNetworkInfoParser.java class PAccessNetworkInfoParser (line 69) | public class PAccessNetworkInfoParser method PAccessNetworkInfoParser (line 74) | public PAccessNetworkInfoParser(String accessNetwork) { method PAccessNetworkInfoParser (line 81) | protected PAccessNetworkInfoParser(Lexer lexer) { method parse (line 87) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PAssertedIdentityParser.java class PAssertedIdentityParser (line 48) | public class PAssertedIdentityParser method PAssertedIdentityParser (line 56) | public PAssertedIdentityParser(String assertedIdentity) { method PAssertedIdentityParser (line 61) | protected PAssertedIdentityParser(Lexer lexer) { method parse (line 67) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PAssertedServiceParser.java class PAssertedServiceParser (line 47) | public class PAssertedServiceParser extends HeaderParser implements Toke... method PAssertedServiceParser (line 49) | protected PAssertedServiceParser(Lexer lexer) { method PAssertedServiceParser (line 53) | public PAssertedServiceParser(String pas) method parse (line 58) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PAssociatedURIParser.java class PAssociatedURIParser (line 59) | public class PAssociatedURIParser method PAssociatedURIParser (line 68) | public PAssociatedURIParser(String associatedURI) method PAssociatedURIParser (line 73) | protected PAssociatedURIParser(Lexer lexer) method parse (line 79) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PCalledPartyIDParser.java class PCalledPartyIDParser (line 46) | public class PCalledPartyIDParser method PCalledPartyIDParser (line 55) | public PCalledPartyIDParser(String calledPartyID) method PCalledPartyIDParser (line 60) | protected PCalledPartyIDParser(Lexer lexer) method parse (line 66) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PChargingFunctionAddressesParser.java class PChargingFunctionAddressesParser (line 66) | public class PChargingFunctionAddressesParser method PChargingFunctionAddressesParser (line 71) | public PChargingFunctionAddressesParser(String charging) { method PChargingFunctionAddressesParser (line 79) | protected PChargingFunctionAddressesParser(Lexer lexer) { method parse (line 86) | public SIPHeader parse() throws ParseException { method parseParameter (line 120) | protected void parseParameter(PChargingFunctionAddresses chargingFunct... method main (line 147) | public static void main(String args[]) throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PChargingVectorParser.java class PChargingVectorParser (line 48) | public class PChargingVectorParser method PChargingVectorParser (line 51) | public PChargingVectorParser(String chargingVector) { method PChargingVectorParser (line 57) | protected PChargingVectorParser(Lexer lexer) { method parse (line 65) | public SIPHeader parse() throws ParseException { method parseParameter (line 100) | protected void parseParameter(PChargingVector chargingVector) throws P... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PMediaAuthorizationParser.java class PMediaAuthorizationParser (line 52) | public class PMediaAuthorizationParser method PMediaAuthorizationParser (line 57) | public PMediaAuthorizationParser(String mediaAuthorization) method PMediaAuthorizationParser (line 63) | public PMediaAuthorizationParser(Lexer lexer) method parse (line 73) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PPreferredIdentityParser.java class PPreferredIdentityParser (line 47) | public class PPreferredIdentityParser method PPreferredIdentityParser (line 52) | public PPreferredIdentityParser(String preferredIdentity) { method PPreferredIdentityParser (line 58) | protected PPreferredIdentityParser(Lexer lexer) { method parse (line 63) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PPreferredServiceParser.java class PPreferredServiceParser (line 46) | public class PPreferredServiceParser extends HeaderParser implements Tok... method PPreferredServiceParser (line 48) | protected PPreferredServiceParser(Lexer lexer) { method PPreferredServiceParser (line 52) | public PPreferredServiceParser(String pps) method parse (line 93) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PProfileKeyParser.java class PProfileKeyParser (line 41) | public class PProfileKeyParser extends AddressParametersParser implement... method PProfileKeyParser (line 43) | protected PProfileKeyParser(Lexer lexer) { method PProfileKeyParser (line 48) | public PProfileKeyParser(String profilekey){ method parse (line 52) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PServedUserParser.java class PServedUserParser (line 43) | public class PServedUserParser extends ParametersParser implements Token... method PServedUserParser (line 45) | protected PServedUserParser(Lexer lexer) { method PServedUserParser (line 49) | public PServedUserParser(String servedUser){ method parse (line 53) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PUserDatabaseParser.java class PUserDatabaseParser (line 52) | public class PUserDatabaseParser extends ParametersParser implements Tok... method PUserDatabaseParser (line 58) | public PUserDatabaseParser(String databaseName) method PUserDatabaseParser (line 67) | public PUserDatabaseParser(Lexer lexer) method parse (line 72) | public SIPHeader parse() throws ParseException { method parseheader (line 94) | private void parseheader(PUserDatabase userDatabase) throws ParseExcep... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PVisitedNetworkIDParser.java class PVisitedNetworkIDParser (line 61) | public class PVisitedNetworkIDParser extends ParametersParser implements... method PVisitedNetworkIDParser (line 66) | public PVisitedNetworkIDParser(String networkID) { method PVisitedNetworkIDParser (line 71) | protected PVisitedNetworkIDParser(Lexer lexer) { method parse (line 79) | public SIPHeader parse() throws ParseException { method parseQuotedString (line 121) | protected void parseQuotedString(PVisitedNetworkID visitedNetworkID) t... method parseToken (line 162) | protected void parseToken(PVisitedNetworkID visitedNetworkID) throws P... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PathParser.java class PathParser (line 46) | public class PathParser extends AddressParametersParser implements Token... method PathParser (line 51) | public PathParser(String path) { method PathParser (line 56) | protected PathParser(Lexer lexer) { method parse (line 70) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/PrivacyParser.java class PrivacyParser (line 58) | public class PrivacyParser method PrivacyParser (line 64) | public PrivacyParser(String privacyType) { method PrivacyParser (line 69) | protected PrivacyParser(Lexer lexer) { method parse (line 75) | public SIPHeader parse() throws ParseException method main (line 125) | public static void main(String args[]) throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/SecurityAgreeParser.java class SecurityAgreeParser (line 53) | public class SecurityAgreeParser extends HeaderParser method SecurityAgreeParser (line 56) | public SecurityAgreeParser(String security) { method SecurityAgreeParser (line 61) | protected SecurityAgreeParser(Lexer lexer) { method parseParameter (line 66) | protected void parseParameter(SecurityAgree header) method parse (line 81) | public SIPHeaderList parse(SecurityAgree header) throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/SecurityClientParser.java class SecurityClientParser (line 50) | public class SecurityClientParser extends SecurityAgreeParser method SecurityClientParser (line 53) | public SecurityClientParser(String security) method SecurityClientParser (line 58) | protected SecurityClientParser(Lexer lexer) method parse (line 64) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/SecurityServerParser.java class SecurityServerParser (line 49) | public class SecurityServerParser extends SecurityAgreeParser method SecurityServerParser (line 52) | public SecurityServerParser(String security) method SecurityServerParser (line 57) | protected SecurityServerParser(Lexer lexer) method parse (line 63) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/SecurityVerifyParser.java class SecurityVerifyParser (line 49) | public class SecurityVerifyParser extends SecurityAgreeParser method SecurityVerifyParser (line 52) | public SecurityVerifyParser(String security) method SecurityVerifyParser (line 57) | protected SecurityVerifyParser(Lexer lexer) method parse (line 63) | public SIPHeader parse() throws ParseException FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/ServiceRouteParser.java class ServiceRouteParser (line 47) | public class ServiceRouteParser extends AddressParametersParser { method ServiceRouteParser (line 52) | public ServiceRouteParser(String serviceRoute) { method ServiceRouteParser (line 57) | protected ServiceRouteParser(Lexer lexer) { method parse (line 71) | public SIPHeader parse() throws ParseException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/parser/ims/TokenNamesIms.java type TokenNamesIms (line 39) | public interface TokenNamesIms FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/DefaultMessageLogFactory.java class DefaultMessageLogFactory (line 13) | public class DefaultMessageLogFactory implements LogRecordFactory { method createLogRecord (line 15) | public LogRecord createLogRecord(String message, String source, method createLogRecord (line 22) | public LogRecord createLogRecord(String message, String source, FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/DefaultRouter.java class DefaultRouter (line 99) | public class DefaultRouter implements Router { method DefaultRouter (line 105) | private DefaultRouter() { method DefaultRouter (line 112) | public DefaultRouter(SipStack sipStack, String defaultRoute) { method getNextHop (line 161) | public Hop getNextHop(Request request) throws SipException { method fixStrictRouting (line 262) | public void fixStrictRouting(SIPRequest req) { method createHop (line 289) | private final Hop createHop(SipURI sipUri, Request request) { method getOutboundProxy (line 326) | public javax2.sip.address.Hop getOutboundProxy() { method getNextHops (line 335) | public ListIterator getNextHops(Request request) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/HandshakeCompletedListenerImpl.java class HandshakeCompletedListenerImpl (line 24) | public class HandshakeCompletedListenerImpl implements HandshakeComplete... method HandshakeCompletedListenerImpl (line 30) | public HandshakeCompletedListenerImpl(TLSMessageChannel tlsMessageChan... method handshakeCompleted (line 36) | public void handshakeCompleted(HandshakeCompletedEvent handshakeComple... method getHandshakeCompletedEvent (line 49) | public HandshakeCompletedEvent getHandshakeCompletedEvent() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/HopImpl.java class HopImpl (line 53) | public final class HopImpl extends Object implements javax2.sip.address.... method toString (line 64) | public String toString() { method HopImpl (line 74) | public HopImpl(String hostName, int portNumber, String trans) { method HopImpl (line 93) | HopImpl(String hop) throws IllegalArgumentException { method getHost (line 154) | public String getHost() { method getPort (line 162) | public int getPort() { method getTransport (line 168) | public String getTransport() { method isURIRoute (line 176) | public boolean isURIRoute() { method setURIRouteFlag (line 182) | public void setURIRouteFlag() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/IOHandler.java class IOHandler (line 72) | class IOHandler { method makeKey (line 87) | protected static String makeKey(InetAddress addr, int port) { method IOHandler (line 92) | protected IOHandler(SIPTransactionStack sipStack) { method putSocket (line 98) | protected void putSocket(String key, Socket sock) { method getSocket (line 103) | protected Socket getSocket(String key) { method removeSocket (line 107) | protected void removeSocket(String key) { method writeChunks (line 118) | private void writeChunks(OutputStream outputStream, byte[] bytes, int ... method obtainLocalAddress (line 152) | public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort, method sendBytes (line 181) | public Socket sendBytes(InetAddress senderAddress, InetAddress receive... method updateViaHeaderPort (line 415) | private void updateViaHeaderPort(int localPort, InetAddress localAddre... method updateContactHeaderPort (line 446) | private void updateContactHeaderPort(int localPort, SIPMessage message) { method closeAll (line 457) | public void closeAll() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/MessageChannel.java class MessageChannel (line 71) | public abstract class MessageChannel { method uncache (line 81) | protected void uncache() {} method close (line 91) | public abstract void close(); method getSIPStack (line 98) | public abstract SIPTransactionStack getSIPStack(); method getTransport (line 105) | public abstract String getTransport(); method isReliable (line 112) | public abstract boolean isReliable(); method isSecure (line 117) | public abstract boolean isSecure(); method sendMessage (line 124) | public abstract void sendMessage(SIPMessage sipMessage) throws IOExcep... method getPeerAddress (line 131) | public abstract String getPeerAddress(); method getPeerInetAddress (line 133) | protected abstract InetAddress getPeerInetAddress(); method getPeerProtocol (line 135) | protected abstract String getPeerProtocol(); method getPeerPort (line 140) | public abstract int getPeerPort(); method getPeerPacketSourcePort (line 142) | public abstract int getPeerPacketSourcePort(); method getPeerPacketSourceAddress (line 144) | public abstract InetAddress getPeerPacketSourceAddress(); method getKey (line 150) | public abstract String getKey(); method getViaHost (line 155) | public abstract String getViaHost(); method getViaPort (line 160) | public abstract int getViaPort(); method sendMessage (line 169) | protected abstract void sendMessage(SIPMessage message, InetAddress re... method getHost (line 177) | public String getHost() { method getPort (line 186) | public int getPort() { method sendMessage (line 200) | public void sendMessage(SIPMessage sipMessage, Hop hop) throws IOExcep... method sendMessage (line 246) | public void sendMessage(SIPMessage sipMessage, InetAddress receiverAdd... method getRawIpSourceAddress (line 256) | public String getRawIpSourceAddress() { method getKey (line 271) | public static String getKey(InetAddress inetAddr, int port, String tra... method getKey (line 278) | public static String getKey(HostPort hostPort, String transport) { method getHostPort (line 286) | public HostPort getHostPort() { method getPeerHostPort (line 298) | public HostPort getPeerHostPort() { method getViaHeader (line 310) | public Via getViaHeader() { method getViaHostPort (line 328) | public HostPort getViaHostPort() { method logMessage (line 342) | protected void logMessage(SIPMessage sipMessage, InetAddress address, ... method logResponse (line 361) | public void logResponse(SIPResponse sipResponse, long receptionTime, S... method createBadReqRes (line 380) | protected final SIPMessage createBadReqRes(String badReq, ParseExcepti... method copyHeader (line 448) | private static final boolean copyHeader(String name, String fromReq, S... method copyViaHeaders (line 471) | private static final boolean copyViaHeaders(String fromReq, StringBuff... method getMessageProcessor (line 492) | public MessageProcessor getMessageProcessor() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/MessageLog.java class MessageLog (line 45) | class MessageLog implements LogRecord { method equals (line 68) | public boolean equals(Object other) { method MessageLog (line 82) | public MessageLog( method MessageLog (line 115) | public MessageLog( method toString (line 145) | public String toString() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/MessageProcessor.java class MessageProcessor (line 52) | public abstract class MessageProcessor implements Runnable { method MessageProcessor (line 102) | protected MessageProcessor( String transport ) { method MessageProcessor (line 113) | protected MessageProcessor( InetAddress ipAddress, int port, String tr... method initialize (line 127) | public final void initialize( InetAddress ipAddress, int port, method getTransport (line 144) | public String getTransport() { method getPort (line 154) | public int getPort() { method getViaHeader (line 164) | public Via getViaHeader() { method getListeningPoint (line 186) | public ListeningPointImpl getListeningPoint() { method setListeningPoint (line 197) | public void setListeningPoint(ListeningPointImpl lp) { method getSavedIpAddress (line 213) | public String getSavedIpAddress() { method getIpAddress (line 219) | public InetAddress getIpAddress() { method setIpAddress (line 225) | protected void setIpAddress(InetAddress ipAddress) { method setSentBy (line 236) | public void setSentBy(String sentBy) throws ParseException { method getSentBy (line 262) | public String getSentBy() { method getSIPStack (line 277) | public abstract SIPTransactionStack getSIPStack(); method createMessageChannel (line 284) | public abstract MessageChannel createMessageChannel(HostPort targetHos... method createMessageChannel (line 292) | public abstract MessageChannel createMessageChannel(InetAddress target... method start (line 299) | public abstract void start() throws IOException; method stop (line 304) | public abstract void stop(); method getDefaultTargetPort (line 309) | public abstract int getDefaultTargetPort(); method isSecure (line 314) | public abstract boolean isSecure(); method getMaximumMessageSize (line 319) | public abstract int getMaximumMessageSize(); method inUse (line 325) | public abstract boolean inUse(); method run (line 332) | public abstract void run(); method isSentBySet (line 337) | public boolean isSentBySet() { method getDefaultPort (line 349) | public static int getDefaultPort(String transport) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/RawMessageChannel.java type RawMessageChannel (line 5) | public interface RawMessageChannel { method processMessage (line 7) | public abstract void processMessage(SIPMessage sipMessage) throws Exce... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPClientTransaction.java class SIPClientTransaction (line 182) | public class SIPClientTransaction extends SIPTransaction implements Serv... class TransactionTimer (line 210) | public class TransactionTimer extends SIPStackTimerTask { method TransactionTimer (line 212) | public TransactionTimer() { method runTask (line 216) | protected void runTask() { method SIPClientTransaction (line 286) | protected SIPClientTransaction(SIPTransactionStack newSIPStack, Messag... method setResponseInterface (line 315) | public void setResponseInterface(ServerResponseInterface newRespondTo) { method getRequestChannel (line 332) | public MessageChannel getRequestChannel() { method isMessagePartOfTransaction (line 345) | public boolean isMessagePartOfTransaction(SIPMessage messageToTest) { method sendMessage (line 401) | public void sendMessage(SIPMessage messageToSend) throws IOException { method processResponse (line 499) | public synchronized void processResponse(SIPResponse transactionResponse, method nonInviteClientTransaction (line 606) | private void nonInviteClientTransaction(SIPResponse transactionResponse, method inviteClientTransaction (line 723) | private void inviteClientTransaction(SIPResponse transactionResponse, method sendRequest (line 888) | public void sendRequest() throws SipException { method fireRetransmissionTimer (line 981) | protected void fireRetransmissionTimer() { method fireTimeoutTimer (line 1043) | protected void fireTimeoutTimer() { method createCancel (line 1105) | public Request createCancel() throws SipException { method createAck (line 1126) | public Request createAck() throws SipException { method createErrorAck (line 1214) | private final Request createErrorAck() throws SipException, ParseExcep... method setViaPort (line 1234) | protected void setViaPort(int port) { method setViaHost (line 1241) | protected void setViaHost(String host) { method getViaPort (line 1248) | public int getViaPort() { method getViaHost (line 1255) | public String getViaHost() { method getOutgoingViaHeader (line 1262) | public Via getOutgoingViaHeader() { method clearState (line 1269) | public void clearState() { method setState (line 1286) | public void setState(TransactionState newState) { method startTransactionTimer (line 1306) | protected void startTransactionTimer() { method terminate (line 1321) | public void terminate() throws ObjectInUseException { method checkFromTag (line 1334) | public boolean checkFromTag(SIPResponse sipResponse) { method processResponse (line 1359) | public void processResponse(SIPResponse sipResponse, MessageChannel in... method getDialog (line 1461) | public Dialog getDialog() { method getDialog (line 1490) | public SIPDialog getDialog(String dialogId) { method setDialog (line 1502) | public void setDialog(SIPDialog sipDialog, String dialogId) { method getDefaultDialog (line 1525) | public SIPDialog getDefaultDialog() { method setNextHop (line 1534) | public void setNextHop(Hop hop) { method getNextHop (line 1544) | public Hop getNextHop() { method setNotifyOnRetransmit (line 1554) | public void setNotifyOnRetransmit(boolean notifyOnRetransmit) { method isNotifyOnRetransmit (line 1561) | public boolean isNotifyOnRetransmit() { method alertIfStillInCallingStateBy (line 1565) | public void alertIfStillInCallingStateBy(int count) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPDialog.java class SIPDialog (line 131) | public class SIPDialog implements javax2.sip.Dialog, DialogExt { class ReInviteSender (line 287) | public class ReInviteSender implements Runnable, Serializable { method terminate (line 291) | public void terminate() { method ReInviteSender (line 301) | public ReInviteSender(ClientTransaction ctx) { method run (line 305) | public void run() { class LingerTimer (line 371) | class LingerTimer extends SIPStackTimerTask implements Serializable { method LingerTimer (line 373) | public LingerTimer() { method runTask (line 377) | protected void runTask() { class DialogTimerTask (line 388) | class DialogTimerTask extends SIPStackTimerTask implements Serializable { method DialogTimerTask (line 395) | public DialogTimerTask(SIPServerTransaction transaction) { method runTask (line 403) | protected void runTask() { class DialogDeleteTask (line 477) | class DialogDeleteTask extends SIPStackTimerTask implements Serializab... method runTask (line 479) | protected void runTask() { class DialogDeleteIfNoAckSentTask (line 490) | class DialogDeleteIfNoAckSentTask extends SIPStackTimerTask implements... method DialogDeleteIfNoAckSentTask (line 493) | public DialogDeleteIfNoAckSentTask(long seqno) { method runTask (line 497) | protected void runTask() { method SIPDialog (line 553) | private SIPDialog(SipProviderImpl provider) { method recordStackTrace (line 563) | private void recordStackTrace() { method SIPDialog (line 575) | public SIPDialog(SIPTransaction transaction) { method SIPDialog (line 608) | public SIPDialog(SIPClientTransaction transaction, SIPResponse sipResp... method SIPDialog (line 619) | public SIPDialog(SipProviderImpl sipProvider, SIPResponse sipResponse) { method printRouteList (line 646) | private void printRouteList() { method isClientDialog (line 659) | private boolean isClientDialog() { method raiseIOException (line 671) | private void raiseIOException(String host, int port, String protocol) { method raiseErrorEvent (line 687) | private void raiseErrorEvent(int dialogTimeoutError) { method setRemoteParty (line 725) | private void setRemoteParty(SIPMessage sipMessage) { method addRoute (line 748) | private void addRoute(RecordRouteList recordRouteList) { method setRemoteTarget (line 819) | void setRemoteTarget(ContactHeader contact) { method addRoute (line 834) | private synchronized void addRoute(SIPResponse sipResponse) { method getRouteList (line 896) | private synchronized RouteList getRouteList() { method setRouteList (line 924) | void setRouteList(RouteList routeList) { method sendAck (line 938) | private void sendAck(Request request, boolean throwIOExceptionAsSipExc... method setStack (line 1044) | void setStack(SIPTransactionStack sipStack) { method getStack (line 1055) | SIPTransactionStack getStack() { method isTerminatedOnBye (line 1063) | boolean isTerminatedOnBye() { method ackReceived (line 1071) | void ackReceived(SIPRequest sipRequest) { method testAndSetIsDialogTerminatedEventDelivered (line 1113) | synchronized boolean testAndSetIsDialogTerminatedEventDelivered() { method addEventListener (line 1129) | public void addEventListener(SIPDialogEventListener newListener) { method removeEventListener (line 1139) | public void removeEventListener(SIPDialogEventListener oldListener) { method setApplicationData (line 1146) | public void setApplicationData(Object applicationData) { method getApplicationData (line 1155) | public Object getApplicationData() { method requestConsumed (line 1163) | public synchronized void requestConsumed() { method isRequestConsumable (line 1179) | public synchronized boolean isRequestConsumable(SIPRequest dialogReque... method doDeferredDelete (line 1200) | public void doDeferredDelete() { method setState (line 1218) | public void setState(int state) { method printDebugInfo (line 1246) | public void printDebugInfo() { method isAckSeen (line 1262) | public boolean isAckSeen() { method getLastAckSent (line 1269) | public SIPRequest getLastAckSent() { method isAckSent (line 1277) | public boolean isAckSent(long cseqNo) { method getFirstTransaction (line 1294) | public Transaction getFirstTransaction() { method getRouteSet (line 1318) | public Iterator getRouteSet() { method addRoute (line 1331) | public synchronized void addRoute(SIPRequest sipRequest) { method setDialogId (line 1370) | public void setDialogId(String dialogId) { method createFromNOTIFY (line 1387) | public static SIPDialog createFromNOTIFY(SIPClientTransaction subscrib... method isServer (line 1424) | public boolean isServer() { method isReInvite (line 1437) | protected boolean isReInvite() { method getDialogId (line 1447) | public String getDialogId() { method storeFirstTransactionInfo (line 1455) | private static void storeFirstTransactionInfo(SIPDialog dialog, SIPTra... method addTransaction (line 1482) | public void addTransaction(SIPTransaction transaction) { method setRemoteTag (line 1564) | private void setRemoteTag(String hisTag) { method getLastTransaction (line 1610) | public SIPTransaction getLastTransaction() { method getInviteTransaction (line 1617) | public SIPServerTransaction getInviteTransaction() { method setLocalSequenceNumber (line 1631) | private void setLocalSequenceNumber(long lCseq) { method setRemoteSequenceNumber (line 1647) | public void setRemoteSequenceNumber(long rCseq) { method incrementLocalSequenceNumber (line 1658) | public void incrementLocalSequenceNumber() { method getRemoteSequenceNumber (line 1670) | public int getRemoteSequenceNumber() { method getLocalSequenceNumber (line 1682) | public int getLocalSequenceNumber() { method getOriginalLocalSequenceNumber (line 1691) | public long getOriginalLocalSequenceNumber() { method getLocalSeqNumber (line 1700) | public long getLocalSeqNumber() { method getRemoteSeqNumber (line 1709) | public long getRemoteSeqNumber() { method getLocalTag (line 1718) | public String getLocalTag() { method getRemoteTag (line 1727) | public String getRemoteTag() { method setLocalTag (line 1739) | private void setLocalTag(String mytag) { method delete (line 1755) | public void delete() { method getCallId (line 1765) | public CallIdHeader getCallId() { method setCallId (line 1772) | private void setCallId(SIPRequest sipRequest) { method getLocalParty (line 1782) | public javax2.sip.address.Address getLocalParty() { method setLocalParty (line 1786) | private void setLocalParty(SIPMessage sipMessage) { method getRemoteParty (line 1803) | public javax2.sip.address.Address getRemoteParty() { method getRemoteTarget (line 1817) | public javax2.sip.address.Address getRemoteTarget() { method getState (line 1827) | public DialogState getState() { method isSecure (line 1840) | public boolean isSecure() { method sendAck (line 1849) | public void sendAck(Request request) throws SipException { method createRequest (line 1858) | public Request createRequest(String method) throws SipException { method createRequest (line 1877) | private Request createRequest(String method, SIPResponse sipResponse) ... method sendRequest (line 2013) | public void sendRequest(ClientTransaction clientTransactionId) method sendRequest (line 2018) | public void sendRequest(ClientTransaction clientTransactionId, boolean... method toRetransmitFinalResponse (line 2218) | private boolean toRetransmitFinalResponse(int T2) { method setRetransmissionTicks (line 2231) | protected void setRetransmissionTicks() { method resendAck (line 2239) | public void resendAck() throws SipException { method getMethod (line 2263) | public String getMethod() { method startTimer (line 2274) | protected void startTimer(SIPServerTransaction transaction) { method stopTimer (line 2304) | protected void stopTimer() { method createPrack (line 2330) | public Request createPrack(Response relResponse) throws DialogDoesNotE... method updateRequest (line 2360) | private void updateRequest(SIPRequest sipRequest) { method createAck (line 2390) | public Request createAck(long cseqno) throws InvalidArgumentException,... method getSipProvider (line 2514) | public SipProviderImpl getSipProvider() { method setSipProvider (line 2521) | public void setSipProvider(SipProviderImpl sipProvider) { method setResponseTags (line 2532) | public void setResponseTags(SIPResponse sipResponse) { method setLastResponse (line 2557) | public void setLastResponse(SIPTransaction transaction, SIPResponse si... method startRetransmitTimer (line 2819) | public void startRetransmitTimer(SIPServerTransaction sipServerTx, Res... method getLastResponse (line 2829) | public SIPResponse getLastResponse() { method doTargetRefresh (line 2847) | private void doTargetRefresh(SIPMessage sipMessage) { method optionPresent (line 2864) | private static final boolean optionPresent(ListIterator l, String opti... method createReliableProvisionalResponse (line 2878) | public Response createReliableProvisionalResponse(int statusCode) method handlePrack (line 2949) | public boolean handlePrack(SIPRequest prackRequest) { method sendReliableProvisionalResponse (line 3013) | public void sendReliableProvisionalResponse(Response relResponse) thro... method terminateOnBye (line 3078) | public void terminateOnBye(boolean terminateFlag) throws SipException { method setAssigned (line 3088) | public void setAssigned() { method isAssigned (line 3097) | public boolean isAssigned() { method getMyContactHeader (line 3108) | public Contact getMyContactHeader() { method handleAck (line 3119) | public boolean handleAck(SIPServerTransaction ackTransaction) { method setEarlyDialogId (line 3186) | void setEarlyDialogId(String earlyDialogId) { method getEarlyDialogId (line 3190) | String getEarlyDialogId() { method releaseAckSem (line 3197) | void releaseAckSem() { method takeAckSem (line 3207) | boolean takeAckSem() { method setLastAckReceived (line 3243) | private void setLastAckReceived(SIPRequest lastAckReceived) { method getLastAckReceived (line 3250) | protected SIPRequest getLastAckReceived() { method setLastAckSent (line 3257) | private void setLastAckSent(SIPRequest lastAckSent) { method isAtleastOneAckSent (line 3264) | public boolean isAtleastOneAckSent() { method isBackToBackUserAgent (line 3270) | public boolean isBackToBackUserAgent() { method doDeferredDeleteIfNoAckSent (line 3274) | public synchronized void doDeferredDeleteIfNoAckSent(long seqno) { method setBackToBackUserAgent (line 3291) | public void setBackToBackUserAgent() { method getEventHeader (line 3298) | EventHeader getEventHeader() { method setEventHeader (line 3305) | void setEventHeader(EventHeader eventHeader) { method setServerTransactionFlag (line 3312) | void setServerTransactionFlag(boolean serverTransactionFlag) { method setReInviteFlag (line 3319) | void setReInviteFlag(boolean reInviteFlag) { method isSequnceNumberValidation (line 3324) | public boolean isSequnceNumberValidation() { method disableSequenceNumberValidation (line 3328) | public void disableSequenceNumberValidation() { method acquireTimerTaskSem (line 3333) | public void acquireTimerTaskSem() { method releaseTimerTaskSem (line 3345) | public void releaseTimerTaskSem() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPDialogErrorEvent.java class SIPDialogErrorEvent (line 27) | public class SIPDialogErrorEvent extends EventObject { method SIPDialogErrorEvent (line 56) | SIPDialogErrorEvent( method getErrorID (line 70) | public int getErrorID() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPDialogEventListener.java type SIPDialogEventListener (line 27) | public interface SIPDialogEventListener extends EventListener { method dialogErrorEvent (line 34) | public void dialogErrorEvent(SIPDialogErrorEvent dialogErrorEvent); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPServerTransaction.java class SIPServerTransaction (line 173) | public class SIPServerTransaction extends SIPTransaction implements Serv... class RetransmissionAlertTimerTask (line 211) | class RetransmissionAlertTimerTask extends SIPStackTimerTask { method RetransmissionAlertTimerTask (line 219) | public RetransmissionAlertTimerTask(String dialogId) { method runTask (line 231) | protected void runTask() { class ProvisionalResponseTask (line 243) | class ProvisionalResponseTask extends SIPStackTimerTask { method ProvisionalResponseTask (line 249) | public ProvisionalResponseTask() { method runTask (line 256) | protected void runTask() { class ListenerExecutionMaxTimer (line 303) | class ListenerExecutionMaxTimer extends SIPStackTimerTask { method ListenerExecutionMaxTimer (line 306) | ListenerExecutionMaxTimer() { method runTask (line 309) | protected void runTask() { class SendTrying (line 330) | class SendTrying extends SIPStackTimerTask { method SendTrying (line 332) | protected SendTrying() { method runTask (line 338) | protected void runTask() { class TransactionTimer (line 362) | class TransactionTimer extends SIPStackTimerTask { method TransactionTimer (line 364) | public TransactionTimer() { method runTask (line 371) | protected void runTask() { method sendResponse (line 413) | private void sendResponse(SIPResponse transactionResponse) throws IOEx... method SIPServerTransaction (line 509) | protected SIPServerTransaction(SIPTransactionStack sipStack, MessageCh... method setRequestInterface (line 533) | public void setRequestInterface(ServerRequestInterface newRequestOf) { method getResponseChannel (line 542) | public MessageChannel getResponseChannel() { method isMessagePartOfTransaction (line 557) | public boolean isMessagePartOfTransaction(SIPMessage messageToTest) { method map (line 678) | protected void map() { method isTransactionMapped (line 706) | public boolean isTransactionMapped() { method processRequest (line 717) | public void processRequest(SIPRequest transactionRequest, MessageChann... method sendMessage (line 884) | public void sendMessage(SIPMessage messageToSend) throws IOException { method getViaHost (line 1103) | public String getViaHost() { method getViaPort (line 1109) | public int getViaPort() { method fireRetransmissionTimer (line 1119) | protected void fireRetransmissionTimer() { method fireReliableResponseRetransmissionTimer (line 1150) | private void fireReliableResponseRetransmissionTimer() { method fireTimeoutTimer (line 1167) | protected void fireTimeoutTimer() { method getLastResponse (line 1225) | public SIPResponse getLastResponse() { method setOriginalRequest (line 1232) | public void setOriginalRequest(SIPRequest originalRequest) { method sendResponse (line 1242) | public void sendResponse(Response response) throws SipException { method getRealState (line 1431) | private TransactionState getRealState() { method getState (line 1442) | public TransactionState getState() { method setState (line 1455) | public void setState(TransactionState newState) { method startTransactionTimer (line 1472) | protected void startTransactionTimer() { method equals (line 1483) | public boolean equals(Object other) { method getDialog (line 1496) | public Dialog getDialog() { method setDialog (line 1507) | public void setDialog(SIPDialog sipDialog, String dialogId) { method terminate (line 1531) | public void terminate() throws ObjectInUseException { method sendReliableProvisionalResponse (line 1545) | protected void sendReliableProvisionalResponse(Response relResponse) t... method getReliableProvisionalResponse (line 1592) | public SIPResponse getReliableProvisionalResponse() { method prackRecieved (line 1603) | public boolean prackRecieved() { method enableRetransmissionAlerts (line 1620) | public void enableRetransmissionAlerts() throws SipException { method isRetransmissionAlertEnabled (line 1631) | public boolean isRetransmissionAlertEnabled() { method disableRetransmissionAlerts (line 1639) | public void disableRetransmissionAlerts() { method setAckSeen (line 1655) | public void setAckSeen() { method ackSeen (line 1662) | public boolean ackSeen() { method setMapped (line 1666) | public void setMapped(boolean b) { method setPendingSubscribe (line 1671) | public void setPendingSubscribe(SIPClientTransaction pendingSubscribeC... method releaseSem (line 1676) | public void releaseSem() { method setInviteTransaction (line 1698) | public void setInviteTransaction(SIPServerTransaction st) { method getCanceledInviteTransaction (line 1708) | public SIPServerTransaction getCanceledInviteTransaction() { method scheduleAckRemoval (line 1712) | public void scheduleAckRemoval() throws IllegalStateException { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPStackTimerTask.java class SIPStackTimerTask (line 23) | public abstract class SIPStackTimerTask extends TimerTask { method runTask (line 27) | protected abstract void runTask(); method run (line 31) | public final void run() { method setTaskOutdatedTime (line 49) | protected void setTaskOutdatedTime(int ticks) { method isTaskOutdated (line 62) | protected boolean isTaskOutdated() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPTransaction.java class SIPTransaction (line 77) | public abstract class SIPTransaction extends MessageChannel implements method getBranchId (line 275) | public String getBranchId() { class LingerTimer (line 286) | class LingerTimer extends SIPStackTimerTask { method LingerTimer (line 288) | public LingerTimer() { method runTask (line 297) | protected void runTask() { method SIPTransaction (line 341) | protected SIPTransaction(SIPTransactionStack newParentStack, method setOriginalRequest (line 387) | public void setOriginalRequest(SIPRequest newOriginalRequest) { method getOriginalRequest (line 440) | public SIPRequest getOriginalRequest() { method getRequest (line 449) | public Request getRequest() { method isInviteTransaction (line 459) | public final boolean isInviteTransaction() { method isCancelTransaction (line 468) | public final boolean isCancelTransaction() { method isByeTransaction (line 477) | public final boolean isByeTransaction() { method getMessageChannel (line 488) | public MessageChannel getMessageChannel() { method setBranch (line 498) | public final void setBranch(String newBranch) { method getBranch (line 507) | public final String getBranch() { method getMethod (line 519) | public final String getMethod() { method getCSeq (line 528) | public final long getCSeq() { method setState (line 538) | public void setState(TransactionState newState) { method getState (line 567) | public TransactionState getState() { method enableRetransmissionTimer (line 575) | protected final void enableRetransmissionTimer() { method enableRetransmissionTimer (line 587) | protected final void enableRetransmissionTimer(int tickCount) { method disableRetransmissionTimer (line 606) | protected final void disableRetransmissionTimer() { method enableTimeoutTimer (line 617) | protected final void enableTimeoutTimer(int tickCount) { method disableTimeoutTimer (line 633) | protected final void disableTimeoutTimer() { method fireTimer (line 641) | final void fireTimer() { method isTerminated (line 672) | public final boolean isTerminated() { method getHost (line 676) | public String getHost() { method getKey (line 680) | public String getKey() { method getPort (line 684) | public int getPort() { method getSIPStack (line 688) | public SIPTransactionStack getSIPStack() { method getPeerAddress (line 692) | public String getPeerAddress() { method getPeerPort (line 696) | public int getPeerPort() { method getPeerPacketSourcePort (line 701) | public int getPeerPacketSourcePort() { method getPeerPacketSourceAddress (line 705) | public InetAddress getPeerPacketSourceAddress() { method getPeerInetAddress (line 709) | protected InetAddress getPeerInetAddress() { method getPeerProtocol (line 713) | protected String getPeerProtocol() { method getTransport (line 717) | public String getTransport() { method isReliable (line 721) | public boolean isReliable() { method getViaHeader (line 730) | public Via getViaHeader() { method sendMessage (line 751) | public void sendMessage(SIPMessage messageToSend) throws IOException { method sendMessage (line 779) | protected void sendMessage(SIPMessage message, method addEventListener (line 792) | public void addEventListener(SIPTransactionEventListener newListener) { method removeEventListener (line 802) | public void removeEventListener(SIPTransactionEventListener oldListene... method raiseErrorEvent (line 814) | protected void raiseErrorEvent(int errorEventID) { method isServerTransaction (line 855) | protected boolean isServerTransaction() { method getDialog (line 869) | public abstract Dialog getDialog(); method setDialog (line 879) | public abstract void setDialog(SIPDialog sipDialog, String dialogId); method getRetransmitTimer (line 887) | public int getRetransmitTimer() { method getViaHost (line 894) | public String getViaHost() { method getLastResponse (line 906) | public SIPResponse getLastResponse() { method getResponse (line 913) | public Response getResponse() { method getTransactionId (line 920) | public String getTransactionId() { method hashCode (line 927) | public int hashCode() { method getViaPort (line 937) | public int getViaPort() { method doesCancelMatchTransaction (line 952) | public boolean doesCancelMatchTransaction(SIPRequest requestToTest) { method setRetransmitTimer (line 1053) | public void setRetransmitTimer(int retransmitTimer) { method setRetransmitTimers (line 1080) | public void setRetransmitTimers(int timer_T1, int timer_T2, int timer_... method close (line 1098) | public void close() { method isSecure (line 1105) | public boolean isSecure() { method getMessageProcessor (line 1109) | public MessageProcessor getMessageProcessor() { method setApplicationData (line 1125) | public void setApplicationData(Object applicationData) { method getApplicationData (line 1134) | public Object getApplicationData() { method setEncapsulatedChannel (line 1142) | public void setEncapsulatedChannel(MessageChannel messageChannel) { method getSipProvider (line 1153) | public SipProviderImpl getSipProvider() { method raiseIOExceptionEvent (line 1163) | public void raiseIOExceptionEvent() { method acquireSem (line 1178) | public boolean acquireSem() { method releaseSem (line 1206) | public void releaseSem() { method semRelease (line 1221) | protected void semRelease() { method passToListener (line 1243) | public boolean passToListener() { method setPassToListener (line 1250) | public void setPassToListener() { method testAndSetTransactionTerminatedEvent (line 1263) | protected synchronized boolean testAndSetTransactionTerminatedEvent() { method getCipherSuite (line 1269) | public String getCipherSuite() throws UnsupportedOperationException { method getLocalCertificates (line 1281) | public java.security.cert.Certificate[] getLocalCertificates() throws ... method getPeerCertificates (line 1292) | public java.security.cert.Certificate[] getPeerCertificates() throws S... method startTransactionTimer (line 1309) | protected abstract void startTransactionTimer(); method isMessagePartOfTransaction (line 1316) | public abstract boolean isMessagePartOfTransaction(SIPMessage messageT... method fireRetransmissionTimer (line 1322) | protected abstract void fireRetransmissionTimer(); method fireTimeoutTimer (line 1327) | protected abstract void fireTimeoutTimer(); FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPTransactionErrorEvent.java class SIPTransactionErrorEvent (line 42) | public class SIPTransactionErrorEvent extends EventObject { method SIPTransactionErrorEvent (line 76) | SIPTransactionErrorEvent( method getErrorID (line 90) | public int getErrorID() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPTransactionEventListener.java type SIPTransactionEventListener (line 37) | public interface SIPTransactionEventListener extends EventListener { method transactionErrorEvent (line 44) | public void transactionErrorEvent(SIPTransactionErrorEvent transaction... FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/SIPTransactionStack.java class SIPTransactionStack (line 100) | public abstract class SIPTransactionStack implements SIPTransactionEvent... class PingTimer (line 379) | class PingTimer extends SIPStackTimerTask { method PingTimer (line 384) | public PingTimer(ThreadAuditor.ThreadHandle a_oThreadHandle) { method runTask (line 388) | protected void runTask() { class RemoveForkedTransactionTimerTask (line 410) | class RemoveForkedTransactionTimerTask extends SIPStackTimerTask { method RemoveForkedTransactionTimerTask (line 414) | public RemoveForkedTransactionTimerTask(SIPClientTransaction sipClie... method runTask (line 418) | @Override method SIPTransactionStack (line 435) | protected SIPTransactionStack() { method reInit (line 494) | protected void reInit() { method obtainLocalAddress (line 539) | public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort, method disableLogging (line 553) | public void disableLogging() { method enableLogging (line 561) | public void enableLogging() { method printDialogTable (line 569) | public void printDialogTable() { method getRetransmissionAlertTransaction (line 583) | public SIPServerTransaction getRetransmissionAlertTransaction(String d... method isDialogCreated (line 592) | public static boolean isDialogCreated(String method) { method addExtensionMethod (line 601) | public void addExtensionMethod(String extensionMethod) { method putDialog (line 616) | public void putDialog(SIPDialog dialog) { method createDialog (line 641) | public SIPDialog createDialog(SIPTransaction transaction) { method createDialog (line 675) | public SIPDialog createDialog(SIPClientTransaction transaction, SIPRes... method createDialog (line 697) | public SIPDialog createDialog(SipProviderImpl sipProvider, method removeDialog (line 707) | public void removeDialog(SIPDialog dialog) { method getDialog (line 765) | public SIPDialog getDialog(String dialogId) { method removeDialog (line 780) | public void removeDialog(String dialogId) { method findSubscribeTransaction (line 800) | public SIPClientTransaction findSubscribeTransaction(SIPRequest notify... method addTransactionPendingAck (line 863) | public void addTransactionPendingAck(SIPServerTransaction serverTransa... method findTransactionPendingAck (line 877) | public SIPServerTransaction findTransactionPendingAck(SIPRequest ackMe... method removeTransactionPendingAck (line 888) | public boolean removeTransactionPendingAck(SIPServerTransaction server... method isTransactionPendingAck (line 904) | public boolean isTransactionPendingAck(SIPServerTransaction serverTran... method findTransaction (line 919) | public SIPTransaction findTransaction(SIPMessage sipMessage, boolean i... method findCancelTransaction (line 989) | public SIPTransaction findCancelTransaction(SIPRequest cancelRequest, ... method SIPTransactionStack (line 1028) | protected SIPTransactionStack(StackMessageFactory messageFactory) { method findPendingTransaction (line 1041) | public SIPServerTransaction findPendingTransaction(SIPRequest requestR... method findMergedTransaction (line 1059) | public SIPServerTransaction findMergedTransaction(SIPRequest sipReques... method removePendingTransaction (line 1098) | public void removePendingTransaction(SIPServerTransaction tr) { method removeFromMergeTable (line 1112) | public void removeFromMergeTable(SIPServerTransaction tr) { method putInMergeTable (line 1128) | public void putInMergeTable(SIPServerTransaction sipTransaction, SIPRe... method mapTransaction (line 1141) | public void mapTransaction(SIPServerTransaction transaction) { method newSIPServerRequest (line 1158) | public ServerRequestInterface newSIPServerRequest(SIPRequest requestRe... method newSIPServerResponse (line 1263) | public ServerResponseInterface newSIPServerResponse(SIPResponse respon... method createMessageChannel (line 1358) | public MessageChannel createMessageChannel(SIPRequest request, Message... method createClientTransaction (line 1397) | public SIPClientTransaction createClientTransaction(SIPRequest sipRequ... method createServerTransaction (line 1410) | public SIPServerTransaction createServerTransaction(MessageChannel enc... method getClientTransactionTableSize (line 1434) | public int getClientTransactionTableSize() { method getServerTransactionTableSize (line 1443) | public int getServerTransactionTableSize() { method addTransaction (line 1453) | public void addTransaction(SIPClientTransaction clientTransaction) { method removeTransaction (line 1464) | public void removeTransaction(SIPTransaction sipTransaction) { method addTransaction (line 1523) | public void addTransaction(SIPServerTransaction serverTransaction) thr... method addTransactionHash (line 1535) | private void addTransactionHash(SIPTransaction sipTransaction) { method decrementActiveClientTransactionCount (line 1578) | protected void decrementActiveClientTransactionCount() { method removeTransactionHash (line 1593) | protected void removeTransactionHash(SIPTransaction sipTransaction) { method transactionErrorEvent (line 1619) | public synchronized void transactionErrorEvent(SIPTransactionErrorEven... method dialogErrorEvent (line 1639) | public synchronized void dialogErrorEvent(SIPDialogErrorEvent dialogEr... method stopStack (line 1654) | public void stopStack() { method putPendingTransaction (line 1700) | public void putPendingTransaction(SIPServerTransaction tr) { method getNetworkLayer (line 1714) | public NetworkLayer getNetworkLayer() { method isLoggingEnabled (line 1727) | public boolean isLoggingEnabled() { method isLoggingEnabled (line 1737) | public boolean isLoggingEnabled(int logLevel) { method getStackLogger (line 1746) | public StackLogger getStackLogger() { method getServerLogger (line 1755) | public ServerLogger getServerLogger() { method getMaxMessageSize (line 1765) | public int getMaxMessageSize() { method setSingleThreaded (line 1774) | public void setSingleThreaded() { method setThreadPoolSize (line 1785) | public void setThreadPoolSize(int size) { method setMaxConnections (line 1794) | public void setMaxConnections(int nconnections) { method getNextHop (line 1804) | public Hop getNextHop(SIPRequest sipRequest) throws SipException { method setStackName (line 1828) | public void setStackName(String stackName) { method setHostAddress (line 1839) | protected void setHostAddress(String stackAddress) throws UnknownHostE... method getHostAddress (line 1870) | public String getHostAddress() { method getMtuSize (line 1882) | public int getMtuSize() { method setRouter (line 1892) | protected void setRouter(Router router) { method getRouter (line 1901) | public Router getRouter(SIPRequest request) { method getRouter (line 1924) | public Router getRouter() { method isAlive (line 1933) | public boolean isAlive() { method addMessageProcessor (line 1941) | protected void addMessageProcessor(MessageProcessor newMessageProcesso... method removeMessageProcessor (line 1961) | protected void removeMessageProcessor(MessageProcessor oldMessageProce... method getMessageProcessors (line 1976) | protected MessageProcessor[] getMessageProcessors() { method createMessageProcessor (line 1989) | protected MessageProcessor createMessageProcessor(InetAddress ipAddres... method setMessageFactory (line 2037) | protected void setMessageFactory(StackMessageFactory messageFactory) { method createRawMessageChannel (line 2055) | public MessageChannel createRawMessageChannel(String sourceIpAddress, ... method isEventForked (line 2107) | public boolean isEventForked(String ename) { method getAddressResolver (line 2120) | public AddressResolver getAddressResolver() { method setAddressResolver (line 2129) | public void setAddressResolver(AddressResolver addressResolver) { method setLogRecordFactory (line 2138) | public void setLogRecordFactory(LogRecordFactory logRecordFactory) { method getThreadAuditor (line 2147) | public ThreadAuditor getThreadAuditor() { method auditStack (line 2160) | public String auditStack(Set activeCallIDs, long leakedDialogTimer, method auditDialogs (line 2184) | private String auditDialogs(Set activeCallIDs, long leakedDialogTimer) { method auditTransactions (line 2255) | private String auditTransactions(ConcurrentHashMap transactionsMap, method setNon2XXAckPassedToListener (line 2312) | public void setNon2XXAckPassedToListener(boolean passToListener) { method isNon2XXAckPassedToListener (line 2319) | public boolean isNon2XXAckPassedToListener() { method getActiveClientTransactionCount (line 2328) | public int getActiveClientTransactionCount() { method isRfc2543Supported (line 2332) | public boolean isRfc2543Supported() { method isCancelClientTransactionChecked (line 2337) | public boolean isCancelClientTransactionChecked() { method isRemoteTagReassignmentAllowed (line 2341) | public boolean isRemoteTagReassignmentAllowed() { method getDialogs (line 2351) | public Collection getDialogs() { method getDialogs (line 2362) | public Collection getDialogs(DialogState state) { method getReplacesDialog (line 2382) | public Dialog getReplacesDialog(ReplacesHeader replacesHeader) { method getJoinDialog (line 2426) | public Dialog getJoinDialog(JoinHeader joinHeader) { method setTimer (line 2449) | public void setTimer(Timer timer) { method getTimer (line 2456) | public Timer getTimer() { method getReceiveUdpBufferSize (line 2467) | public int getReceiveUdpBufferSize() { method setReceiveUdpBufferSize (line 2477) | public void setReceiveUdpBufferSize(int receiveUdpBufferSize) { method getSendUdpBufferSize (line 2487) | public int getSendUdpBufferSize() { method setSendUdpBufferSize (line 2497) | public void setSendUdpBufferSize(int sendUdpBufferSize) { method setStackLogger (line 2504) | public void setStackLogger(StackLogger stackLogger) { method checkBranchId (line 2513) | public boolean checkBranchId() { method setLogStackTraceOnMessageSend (line 2520) | public void setLogStackTraceOnMessageSend(boolean logStackTraceOnMessa... method isLogStackTraceOnMessageSend (line 2527) | public boolean isLogStackTraceOnMessageSend() { method setDeliverDialogTerminatedEventForNullDialog (line 2531) | public void setDeliverDialogTerminatedEventForNullDialog() { method addForkedClientTransaction (line 2535) | public void addForkedClientTransaction(SIPClientTransaction clientTran... method getForkedTransaction (line 2539) | public SIPClientTransaction getForkedTransaction(String transactionId) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/ServerLog.java class ServerLog (line 63) | public class ServerLog implements ServerLogger { method ServerLog (line 92) | public ServerLog() { method setProperties (line 96) | private void setProperties(Properties configurationProperties) { method setStackIpAddress (line 161) | public void setStackIpAddress(String ipAddress) { method closeLogFile (line 173) | public synchronized void closeLogFile() { method checkLogFile (line 180) | public void checkLogFile() { method needsLogging (line 267) | public boolean needsLogging() { method setLogFileName (line 276) | public void setLogFileName(String name) { method getLogFileName (line 283) | public String getLogFileName() { method logMessage (line 292) | private void logMessage(String message) { method logMessage (line 305) | private void logMessage(String message, String from, String to, boolea... method logMessage (line 324) | public void logMessage(SIPMessage message, String from, String to, boo... method logMessage (line 350) | public void logMessage(SIPMessage message, String from, String to, Str... method logMessage (line 375) | public void logMessage(SIPMessage message, String from, String to, Str... method logException (line 386) | public void logException(Exception ex) { method setTraceLevel (line 409) | public void setTraceLevel(int level) { method getTraceLevel (line 418) | public int getTraceLevel() { method setAuxInfo (line 428) | public void setAuxInfo(String auxInfo) { method setSipStack (line 432) | public void setSipStack(SipStack sipStack) { method setStackProperties (line 441) | public void setStackProperties(Properties stackProperties) { method setLevel (line 445) | public void setLevel(int jsipLoggingLevel) { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/ServerRequestInterface.java type ServerRequestInterface (line 48) | public interface ServerRequestInterface { method processRequest (line 57) | public void processRequest( FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/ServerResponseInterface.java type ServerResponseInterface (line 52) | public interface ServerResponseInterface { method processResponse (line 59) | public void processResponse( method processResponse (line 72) | public void processResponse( FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/StackMessageFactory.java type StackMessageFactory (line 47) | public interface StackMessageFactory { method newSIPServerRequest (line 56) | public ServerRequestInterface newSIPServerRequest( method newSIPServerResponse (line 67) | public ServerResponseInterface newSIPServerResponse( FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/TCPMessageChannel.java class TCPMessageChannel (line 65) | public class TCPMessageChannel extends MessageChannel implements SIPMess... method TCPMessageChannel (line 103) | protected TCPMessageChannel(SIPTransactionStack sipStack) { method TCPMessageChannel (line 120) | protected TCPMessageChannel(Socket sock, SIPTransactionStack sipStack, method TCPMessageChannel (line 155) | protected TCPMessageChannel(InetAddress inetAddr, int port, SIPTransac... method isReliable (line 177) | public boolean isReliable() { method close (line 184) | public void close() { method getSIPStack (line 203) | public SIPTransactionStack getSIPStack() { method getTransport (line 212) | public String getTransport() { method getPeerAddress (line 222) | public String getPeerAddress() { method getPeerInetAddress (line 229) | protected InetAddress getPeerInetAddress() { method getPeerProtocol (line 233) | public String getPeerProtocol() { method sendMessage (line 243) | private void sendMessage(SIPMessage message, boolean retry) throws IOE... method sendMessage (line 286) | public void sendMessage(SIPMessage sipMessage) throws IOException { method sendMessage (line 306) | public void sendMessage(SIPMessage message, InetAddress receiverAddres... method handleException (line 365) | public void handleException(ParseException ex, SIPMessage sipMessage, ... method processMessage (line 419) | public void processMessage(SIPMessage sipMessage) throws Exception { method run (line 595) | public void run() { method uncache (line 672) | protected void uncache() { method equals (line 684) | public boolean equals(Object other) { method getKey (line 701) | public String getKey() { method getViaHost (line 715) | public String getViaHost() { method getViaPort (line 724) | public int getViaPort() { method getPeerPort (line 733) | public int getPeerPort() { method getPeerPacketSourcePort (line 737) | public int getPeerPacketSourcePort() { method getPeerPacketSourceAddress (line 741) | public InetAddress getPeerPacketSourceAddress() { method isSecure (line 748) | public boolean isSecure() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/TCPMessageProcessor.java class TCPMessageProcessor (line 60) | public class TCPMessageProcessor extends MessageProcessor { method TCPMessageProcessor (line 80) | protected TCPMessageProcessor(InetAddress ipAddress, SIPTransactionSta... method start (line 92) | public void start() throws IOException { method run (line 112) | public void run() { method getTransport (line 161) | public String getTransport() { method getSIPStack (line 170) | public SIPTransactionStack getSIPStack() { method stop (line 177) | public synchronized void stop() { method remove (line 201) | protected synchronized void remove(TCPMessageChannel tcpMessageChannel) { method createMessageChannel (line 216) | public synchronized MessageChannel createMessageChannel(HostPort targe... method cacheMessageChannel (line 234) | protected synchronized void cacheMessageChannel(TCPMessageChannel mess... method createMessageChannel (line 248) | public synchronized MessageChannel createMessageChannel(InetAddress ho... method getMaximumMessageSize (line 272) | public int getMaximumMessageSize() { method inUse (line 276) | public boolean inUse() { method getDefaultTargetPort (line 283) | public int getDefaultTargetPort() { method isSecure (line 290) | public boolean isSecure() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/TLSMessageChannel.java class TLSMessageChannel (line 73) | public final class TLSMessageChannel extends MessageChannel implements S... method TLSMessageChannel (line 125) | protected TLSMessageChannel(Socket sock, SIPTransactionStack sipStack, method TLSMessageChannel (line 170) | protected TLSMessageChannel(InetAddress inetAddr, int port, SIPTransac... method isReliable (line 191) | public boolean isReliable() { method close (line 198) | public void close() { method getSIPStack (line 215) | public SIPTransactionStack getSIPStack() { method getTransport (line 224) | public String getTransport() { method getPeerAddress (line 234) | public String getPeerAddress() { method getPeerInetAddress (line 241) | protected InetAddress getPeerInetAddress() { method getPeerProtocol (line 245) | public String getPeerProtocol() { method sendMessage (line 255) | private void sendMessage(SIPMessage message, boolean retry) throws IOE... method sendMessage (line 286) | public void sendMessage(SIPMessage sipMessage) throws IOException { method sendMessage (line 304) | public void sendMessage(SIPMessage message, InetAddress receiverAddres... method handleException (line 341) | public void handleException(ParseException ex, SIPMessage sipMessage, ... method processMessage (line 392) | public void processMessage(SIPMessage sipMessage) throws Exception { method run (line 572) | public void run() { method uncache (line 648) | protected void uncache() { method equals (line 660) | public boolean equals(Object other) { method getKey (line 677) | public String getKey() { method getViaHost (line 691) | public String getViaHost() { method getViaPort (line 700) | public int getViaPort() { method getPeerPort (line 709) | public int getPeerPort() { method getPeerPacketSourcePort (line 713) | public int getPeerPacketSourcePort() { method getPeerPacketSourceAddress (line 717) | public InetAddress getPeerPacketSourceAddress() { method isSecure (line 724) | public boolean isSecure() { method setHandshakeCompletedListener (line 728) | public void setHandshakeCompletedListener( method getHandshakeCompletedListener (line 736) | public HandshakeCompletedListenerImpl getHandshakeCompletedListener() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/TLSMessageProcessor.java class TLSMessageProcessor (line 67) | public class TLSMessageProcessor extends MessageProcessor { method TLSMessageProcessor (line 88) | protected TLSMessageProcessor(InetAddress ipAddress, SIPTransactionSta... method start (line 99) | public void start() throws IOException { method run (line 124) | public void run() { method getSIPStack (line 188) | public SIPTransactionStack getSIPStack() { method stop (line 195) | public synchronized void stop() { method remove (line 220) | protected synchronized void remove(TLSMessageChannel tlsMessageChannel) { method createMessageChannel (line 234) | public synchronized MessageChannel createMessageChannel(HostPort targe... method cacheMessageChannel (line 252) | protected synchronized void cacheMessageChannel(TLSMessageChannel mess... method createMessageChannel (line 266) | public synchronized MessageChannel createMessageChannel(InetAddress ho... method getMaximumMessageSize (line 290) | public int getMaximumMessageSize() { method inUse (line 294) | public boolean inUse() { method getDefaultTargetPort (line 301) | public int getDefaultTargetPort() { method isSecure (line 308) | public boolean isSecure() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/UDPMessageChannel.java class UDPMessageChannel (line 92) | public class UDPMessageChannel extends MessageChannel implements class PingBackTimerTask (line 140) | class PingBackTimerTask extends TimerTask { method PingBackTimerTask (line 144) | public PingBackTimerTask(String ipAddress, int port) { method run (line 149) | @Override method hashCode (line 153) | @Override method UDPMessageChannel (line 169) | protected UDPMessageChannel(SIPTransactionStack stack, method UDPMessageChannel (line 196) | protected UDPMessageChannel(SIPTransactionStack stack, method UDPMessageChannel (line 223) | protected UDPMessageChannel(InetAddress targetAddr, int port, method run (line 241) | public void run() { method processIncomingDataPacket (line 314) | private void processIncomingDataPacket(DatagramPacket packet) method processMessage (line 465) | public void processMessage(SIPMessage sipMessage) { method handleException (line 580) | public void handleException(ParseException ex, SIPMessage sipMessage, method sendMessage (line 612) | public void sendMessage(SIPMessage sipMessage) throws IOException { method sendMessage (line 680) | protected void sendMessage(SIPMessage message, InetAddress peerAddress, method sendMessage (line 747) | protected void sendMessage(SIPMessage message, InetAddress peerAddress, method getSIPStack (line 804) | public SIPTransactionStack getSIPStack() { method getTransport (line 813) | public String getTransport() { method getHost (line 822) | public String getHost() { method getPort (line 831) | public int getPort() { method getPeerName (line 840) | public String getPeerName() { method getPeerAddress (line 849) | public String getPeerAddress() { method getPeerInetAddress (line 853) | protected InetAddress getPeerInetAddress() { method equals (line 863) | public boolean equals(Object other) { method getKey (line 878) | public String getKey() { method getPeerPacketSourcePort (line 882) | public int getPeerPacketSourcePort() { method getPeerPacketSourceAddress (line 886) | public InetAddress getPeerPacketSourceAddress() { method getViaHost (line 895) | public String getViaHost() { method getViaPort (line 904) | public int getViaPort() { method isReliable (line 911) | public boolean isReliable() { method isSecure (line 918) | public boolean isSecure() { method getPeerPort (line 922) | public int getPeerPort() { method getPeerProtocol (line 926) | public String getPeerProtocol() { method close (line 933) | public void close() { FILE: libs/nist_sip/src/gov2/nist/javax2/sip/stack/UDPMessageProcessor.java class UDPMessageProcessor (line 58) | public class UDPMessageProcessor extends MessageProcessor { method UDPMessageProcessor (line 97) | protected UDPMessageProcessor(InetAddress ipAddress, method getPort (line 141) | public int getPort() { method start (line 148) | public void start() throws IOException { method run (line 164) | public void run() { method stop (line 278) | public void stop() { method getTransport (line 293) | public String getTransport() { method getSIPStack (line 302) | public SIPTransactionStack getSIPStack() { method createMessageChannel (line 309) | public MessageChannel createMessageChannel(HostPort targetHostPort) method createMessageChannel (line 315) | public MessageChannel createMessageChannel(InetAddress host, int port) method getDefaultTargetPort (line 323) | public int getDefaultTargetPort() { method isSecure (line 330) | public boolean isSecure() { method getMaximumMessageSize (line 337) | public int getMaximumMessageSize() { method inUse (line 344) | public boolean inUse() { FILE: libs/nist_sip/src/javax2/sip/ClientTransaction.java type ClientTransaction (line 6) | public interface ClientTransaction extends Transaction { method createAck (line 12) | Request createAck() throws SipException; method createCancel (line 14) | Request createCancel() throws SipException; method sendRequest (line 15) | void sendRequest() throws SipException; method alertIfStillInCallingStateBy (line 17) | void alertIfStillInCallingStateBy(int count); method getNextHop (line 19) | Hop getNextHop(); method setNotifyOnRetransmit (line 21) | void setNotifyOnRetransmit(boolean notifyOnRetransmit); FILE: libs/nist_sip/src/javax2/sip/Dialog.java type Dialog (line 12) | public interface Dialog extends Serializable { method getApplicationData (line 13) | Object getApplicationData(); method setApplicationData (line 14) | void setApplicationData(Object applicationData); method getCallId (line 16) | CallIdHeader getCallId(); method getDialogId (line 17) | String getDialogId(); method getFirstTransaction (line 22) | Transaction getFirstTransaction(); method getLocalParty (line 24) | Address getLocalParty(); method getLocalSequenceNumber (line 30) | int getLocalSequenceNumber(); method getLocalSeqNumber (line 32) | long getLocalSeqNumber(); method getLocalTag (line 34) | String getLocalTag(); method getRemoteParty (line 36) | Address getRemoteParty(); method getRemoteSequenceNumber (line 42) | int getRemoteSequenceNumber(); method getRemoteSeqNumber (line 44) | long getRemoteSeqNumber(); method getRemoteTag (line 46) | String getRemoteTag(); method getRemoteTarget (line 48) | Address getRemoteTarget(); method getRouteSet (line 50) | Iterator getRouteSet(); method getSipProvider (line 52) | SipProvider getSipProvider(); method getState (line 54) | DialogState getState(); method isSecure (line 56) | boolean isSecure(); method isServer (line 58) | boolean isServer(); method delete (line 60) | void delete(); method incrementLocalSequenceNumber (line 62) | void incrementLocalSequenceNumber(); method createRequest (line 64) | Request createRequest(String method) throws SipException; method createAck (line 65) | Request createAck(long cseq) throws InvalidArgumentException, SipExcep... method createPrack (line 66) | Request createPrack(Response relResponse) method createReliableProvisionalResponse (line 68) | Response createReliableProvisionalResponse(int statusCode) method sendRequest (line 72) | void sendRequest(ClientTransaction clientTransaction) method sendAck (line 74) | void sendAck(Request ackRequest) throws SipException; method sendReliableProvisionalResponse (line 75) | void sendReliableProvisionalResponse(Response relResponse) method setBackToBackUserAgent (line 78) | void setBackToBackUserAgent(); method terminateOnBye (line 80) | void terminateOnBye(boolean terminateFlag) throws SipException; FILE: libs/nist_sip/src/javax2/sip/DialogDoesNotExistException.java class DialogDoesNotExistException (line 3) | public class DialogDoesNotExistException extends SipException { method DialogDoesNotExistException (line 4) | public DialogDoesNotExistException(){ method DialogDoesNotExistException (line 7) | public DialogDoesNotExistException(String message) { method DialogDoesNotExistException (line 11) | public DialogDoesNotExistException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/DialogState.java type DialogState (line 3) | public enum DialogState { method getObject (line 12) | public static DialogState getObject(int state) { method getValue (line 21) | public int getValue() { FILE: libs/nist_sip/src/javax2/sip/DialogTerminatedEvent.java class DialogTerminatedEvent (line 5) | public class DialogTerminatedEvent extends EventObject { method DialogTerminatedEvent (line 8) | public DialogTerminatedEvent(Object source, Dialog dialog) { method getDialog (line 13) | public Dialog getDialog() { FILE: libs/nist_sip/src/javax2/sip/IOExceptionEvent.java class IOExceptionEvent (line 5) | public class IOExceptionEvent extends EventObject { method IOExceptionEvent (line 10) | public IOExceptionEvent(Object source, String host, int port, method getHost (line 18) | public String getHost() { method getPort (line 22) | public int getPort() { method getTransport (line 26) | public String getTransport() { FILE: libs/nist_sip/src/javax2/sip/InvalidArgumentException.java class InvalidArgumentException (line 3) | public class InvalidArgumentException extends SipException { method InvalidArgumentException (line 4) | public InvalidArgumentException() { method InvalidArgumentException (line 7) | public InvalidArgumentException(String message) { method InvalidArgumentException (line 11) | public InvalidArgumentException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/ListeningPoint.java type ListeningPoint (line 8) | public interface ListeningPoint extends Cloneable { method getIPAddress (line 16) | String getIPAddress(); method getPort (line 17) | int getPort(); method getTransport (line 18) | String getTransport(); method getSentBy (line 20) | String getSentBy(); method setSentBy (line 21) | void setSentBy(String sentBy) throws ParseException; method createContactHeader (line 23) | ContactHeader createContactHeader(); method sendHeartbeat (line 25) | void sendHeartbeat(String s, int i) throws IOException; FILE: libs/nist_sip/src/javax2/sip/ObjectInUseException.java class ObjectInUseException (line 3) | public class ObjectInUseException extends SipException { method ObjectInUseException (line 4) | public ObjectInUseException() { method ObjectInUseException (line 7) | public ObjectInUseException(String message) { method ObjectInUseException (line 11) | public ObjectInUseException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/PeerUnavailableException.java class PeerUnavailableException (line 3) | public class PeerUnavailableException extends SipException { method PeerUnavailableException (line 4) | public PeerUnavailableException() { method PeerUnavailableException (line 7) | public PeerUnavailableException(String message) { method PeerUnavailableException (line 11) | public PeerUnavailableException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/ProviderDoesNotExistException.java class ProviderDoesNotExistException (line 3) | public class ProviderDoesNotExistException extends SipException { method ProviderDoesNotExistException (line 4) | public ProviderDoesNotExistException(){ method ProviderDoesNotExistException (line 7) | public ProviderDoesNotExistException(String message) { method ProviderDoesNotExistException (line 11) | public ProviderDoesNotExistException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/RequestEvent.java class RequestEvent (line 7) | public class RequestEvent extends EventObject { method RequestEvent (line 12) | public RequestEvent(Object source, ServerTransaction serverTransaction, method getDialog (line 20) | public Dialog getDialog() { method getRequest (line 24) | public Request getRequest() { method getServerTransaction (line 28) | public ServerTransaction getServerTransaction() { FILE: libs/nist_sip/src/javax2/sip/ResponseEvent.java class ResponseEvent (line 7) | public class ResponseEvent extends EventObject { method ResponseEvent (line 12) | public ResponseEvent(Object source, ClientTransaction clientTransaction, method getDialog (line 20) | public Dialog getDialog() { method getResponse (line 24) | public Response getResponse() { method getClientTransaction (line 28) | public ClientTransaction getClientTransaction(){ FILE: libs/nist_sip/src/javax2/sip/ServerTransaction.java type ServerTransaction (line 5) | public interface ServerTransaction extends Transaction { method sendResponse (line 6) | void sendResponse(Response response) method enableRetransmissionAlerts (line 9) | void enableRetransmissionAlerts() throws SipException; method getCanceledInviteTransaction (line 11) | ServerTransaction getCanceledInviteTransaction(); FILE: libs/nist_sip/src/javax2/sip/SipException.java class SipException (line 3) | public class SipException extends Exception { method SipException (line 4) | public SipException() { method SipException (line 7) | public SipException(String message) { method SipException (line 11) | public SipException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/SipFactory.java class SipFactory (line 11) | public class SipFactory { method getInstance (line 17) | public static synchronized SipFactory getInstance() { method SipFactory (line 26) | private SipFactory() { method resetFactory (line 29) | public synchronized void resetFactory() { method createSipStack (line 33) | public synchronized SipStack createSipStack(Properties properties) method createAddressFactory (line 64) | public AddressFactory createAddressFactory() method createHeaderFactory (line 78) | public HeaderFactory createHeaderFactory() throws PeerUnavailableExcep... method createMessageFactory (line 91) | public MessageFactory createMessageFactory() FILE: libs/nist_sip/src/javax2/sip/SipListener.java type SipListener (line 3) | public interface SipListener { method processDialogTerminated (line 4) | void processDialogTerminated(DialogTerminatedEvent dialogTerminatedEve... method processIOException (line 5) | void processIOException(IOExceptionEvent exceptionEvent); method processRequest (line 6) | void processRequest(RequestEvent requestEvent); method processResponse (line 7) | void processResponse(ResponseEvent responseEvent); method processTimeout (line 8) | void processTimeout(TimeoutEvent timeoutEvent); method processTransactionTerminated (line 9) | void processTransactionTerminated( FILE: libs/nist_sip/src/javax2/sip/SipProvider.java type SipProvider (line 9) | public interface SipProvider { method setListeningPoint (line 14) | void setListeningPoint(ListeningPoint listeningPoint) method addListeningPoint (line 16) | void addListeningPoint(ListeningPoint listeningPoint) method removeListeningPoint (line 18) | void removeListeningPoint(ListeningPoint listeningPoint) method removeListeningPoints (line 20) | void removeListeningPoints(); method getListeningPoint (line 26) | ListeningPoint getListeningPoint(); method getListeningPoint (line 27) | ListeningPoint getListeningPoint(String transport); method getListeningPoints (line 28) | ListeningPoint[] getListeningPoints(); method addSipListener (line 30) | void addSipListener(SipListener sipListener) method removeSipListener (line 32) | void removeSipListener(SipListener sipListener); method getNewCallId (line 34) | CallIdHeader getNewCallId(); method getNewClientTransaction (line 36) | ClientTransaction getNewClientTransaction(Request request) method getNewServerTransaction (line 38) | ServerTransaction getNewServerTransaction(Request request) method getNewDialog (line 42) | Dialog getNewDialog(Transaction transaction) throws SipException; method isAutomaticDialogSupportEnabled (line 44) | boolean isAutomaticDialogSupportEnabled(); method setAutomaticDialogSupportEnabled (line 45) | void setAutomaticDialogSupportEnabled(boolean flag); method getSipStack (line 47) | SipStack getSipStack(); method sendRequest (line 49) | void sendRequest(Request request) throws SipException; method sendResponse (line 50) | void sendResponse(Response response) throws SipException; FILE: libs/nist_sip/src/javax2/sip/SipStack.java type SipStack (line 11) | public interface SipStack { method createListeningPoint (line 16) | ListeningPoint createListeningPoint(int port, String transport) method createListeningPoint (line 18) | ListeningPoint createListeningPoint(String ipAddress, int port, method deleteListeningPoint (line 21) | void deleteListeningPoint(ListeningPoint listeningPoint) method createSipProvider (line 24) | SipProvider createSipProvider(ListeningPoint listeningPoint) method deleteSipProvider (line 26) | void deleteSipProvider(SipProvider sipProvider) throws ObjectInUseExce... method getDialogs (line 28) | Collection getDialogs(); method getIPAddress (line 29) | String getIPAddress(); method getListeningPoints (line 30) | Iterator getListeningPoints(); method getRouter (line 31) | Router getRouter(); method getSipProviders (line 32) | Iterator getSipProviders(); method getStackName (line 33) | String getStackName(); method getMtuSize (line 36) | int getMtuSize(); method isRetransmissionFilterActive (line 43) | boolean isRetransmissionFilterActive(); method start (line 45) | void start() throws ProviderDoesNotExistException, SipException; method stop (line 46) | void stop(); FILE: libs/nist_sip/src/javax2/sip/Timeout.java type Timeout (line 3) | public enum Timeout { FILE: libs/nist_sip/src/javax2/sip/TimeoutEvent.java class TimeoutEvent (line 3) | public class TimeoutEvent extends TransactionTerminatedEvent { method TimeoutEvent (line 6) | public TimeoutEvent(Object source, ServerTransaction serverTransaction, method TimeoutEvent (line 12) | public TimeoutEvent(Object source, ClientTransaction clientTransaction, method getTimeout (line 18) | public Timeout getTimeout() { FILE: libs/nist_sip/src/javax2/sip/Transaction.java type Transaction (line 7) | public interface Transaction extends Serializable { method getApplicationData (line 8) | Object getApplicationData(); method setApplicationData (line 9) | void setApplicationData (Object applicationData); method getBranchId (line 11) | String getBranchId(); method getDialog (line 12) | Dialog getDialog(); method getHost (line 13) | String getHost(); method getPeerAddress (line 14) | String getPeerAddress(); method getPeerPort (line 15) | int getPeerPort(); method getPort (line 16) | int getPort(); method getRequest (line 17) | Request getRequest(); method getSipProvider (line 18) | SipProvider getSipProvider(); method getState (line 19) | TransactionState getState(); method getTransport (line 20) | String getTransport(); method getRetransmitTimer (line 22) | int getRetransmitTimer() throws UnsupportedOperationException; method setRetransmitTimer (line 23) | void setRetransmitTimer(int retransmitTimer) method setRetransmitTimers (line 25) | void setRetransmitTimers(int timer_T1, int timer_T2, int timer_T4) method terminate (line 28) | void terminate() throws ObjectInUseException; FILE: libs/nist_sip/src/javax2/sip/TransactionAlreadyExistsException.java class TransactionAlreadyExistsException (line 3) | public class TransactionAlreadyExistsException extends SipException { method TransactionAlreadyExistsException (line 4) | public TransactionAlreadyExistsException(){ method TransactionAlreadyExistsException (line 7) | public TransactionAlreadyExistsException(String message) { method TransactionAlreadyExistsException (line 11) | public TransactionAlreadyExistsException(String message, Throwable cau... FILE: libs/nist_sip/src/javax2/sip/TransactionDoesNotExistException.java class TransactionDoesNotExistException (line 3) | public class TransactionDoesNotExistException extends SipException { method TransactionDoesNotExistException (line 4) | public TransactionDoesNotExistException(){ method TransactionDoesNotExistException (line 7) | public TransactionDoesNotExistException(String message) { method TransactionDoesNotExistException (line 11) | public TransactionDoesNotExistException(String message, Throwable caus... FILE: libs/nist_sip/src/javax2/sip/TransactionState.java type TransactionState (line 3) | public enum TransactionState { FILE: libs/nist_sip/src/javax2/sip/TransactionTerminatedEvent.java class TransactionTerminatedEvent (line 5) | public class TransactionTerminatedEvent extends EventObject { method TransactionTerminatedEvent (line 10) | public TransactionTerminatedEvent( method TransactionTerminatedEvent (line 18) | public TransactionTerminatedEvent( method isServerTransaction (line 26) | public boolean isServerTransaction() { method getClientTransaction (line 30) | public ClientTransaction getClientTransaction() { method getServerTransaction (line 34) | public ServerTransaction getServerTransaction() { FILE: libs/nist_sip/src/javax2/sip/TransactionUnavailableException.java class TransactionUnavailableException (line 3) | public class TransactionUnavailableException extends SipException { method TransactionUnavailableException (line 4) | public TransactionUnavailableException() { method TransactionUnavailableException (line 7) | public TransactionUnavailableException(String message) { method TransactionUnavailableException (line 11) | public TransactionUnavailableException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/TransportNotSupportedException.java class TransportNotSupportedException (line 3) | public class TransportNotSupportedException extends SipException { method TransportNotSupportedException (line 4) | public TransportNotSupportedException() { method TransportNotSupportedException (line 7) | public TransportNotSupportedException(String message) { method TransportNotSupportedException (line 11) | public TransportNotSupportedException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/address/Address.java type Address (line 6) | public interface Address extends Cloneable, Serializable { method getDisplayName (line 7) | String getDisplayName(); method setDisplayName (line 9) | void setDisplayName(String displayName) throws ParseException; method hasDisplayName (line 11) | boolean hasDisplayName(); method getHost (line 13) | String getHost(); method getPort (line 15) | int getPort(); method setPort (line 17) | void setPort(int port); method getUserAtHostPort (line 19) | String getUserAtHostPort(); method isSIPAddress (line 21) | boolean isSIPAddress(); method getURI (line 23) | URI getURI(); method setURI (line 25) | void setURI(URI uri); method isWildcard (line 27) | boolean isWildcard(); method setWildCardFlag (line 29) | void setWildCardFlag(); method equals (line 31) | boolean equals(Object obj); method hashCode (line 33) | int hashCode(); method clone (line 35) | Object clone(); FILE: libs/nist_sip/src/javax2/sip/address/AddressFactory.java type AddressFactory (line 5) | public interface AddressFactory { method createAddress (line 6) | Address createAddress(); method createAddress (line 7) | Address createAddress(String address) throws ParseException; method createAddress (line 8) | Address createAddress(URI uri); method createAddress (line 9) | Address createAddress(String displayName, URI uri) method createSipURI (line 11) | SipURI createSipURI(String uri) throws ParseException; method createSipURI (line 12) | SipURI createSipURI(String user, String host) throws ParseException; method createTelURL (line 13) | TelURL createTelURL(String uri) throws ParseException; method createURI (line 14) | URI createURI(String uri) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/address/Hop.java type Hop (line 3) | public interface Hop { method getHost (line 4) | String getHost(); method getPort (line 5) | int getPort(); method getTransport (line 6) | String getTransport(); method isURIRoute (line 8) | boolean isURIRoute(); method setURIRouteFlag (line 9) | void setURIRouteFlag(); method toString (line 11) | String toString(); FILE: libs/nist_sip/src/javax2/sip/address/Router.java type Router (line 8) | public interface Router { method getNextHop (line 9) | Hop getNextHop(Request request) throws SipException; method getNextHops (line 10) | ListIterator getNextHops(Request request); method getOutboundProxy (line 11) | Hop getOutboundProxy(); FILE: libs/nist_sip/src/javax2/sip/address/SipURI.java type SipURI (line 9) | public interface SipURI extends URI, Parameters { method isSecure (line 10) | boolean isSecure(); method setSecure (line 11) | void setSecure(boolean secure); method getHeader (line 13) | String getHeader(String name); method setHeader (line 14) | void setHeader(String name, String value); method getHeaderNames (line 15) | Iterator getHeaderNames(); method getHost (line 17) | String getHost(); method setHost (line 18) | void setHost(String host) throws ParseException; method getLrParam (line 20) | String getLrParam(); method setLrParam (line 21) | void setLrParam(); method hasLrParam (line 22) | boolean hasLrParam(); method getMAddrParam (line 24) | String getMAddrParam(); method setMAddrParam (line 25) | void setMAddrParam(String mAddrParam) throws ParseException; method getPort (line 27) | int getPort(); method setPort (line 28) | void setPort(int port) throws InvalidArgumentException; method getTTLParam (line 30) | int getTTLParam(); method setTTLParam (line 31) | void setTTLParam(int ttlParam); method getTransportParam (line 33) | String getTransportParam(); method setTransportParam (line 34) | void setTransportParam(String transportParam) throws ParseException; method hasTransport (line 35) | boolean hasTransport(); method getUser (line 37) | String getUser(); method setUser (line 38) | void setUser(String user); method getUserParam (line 39) | String getUserParam(); method setUserParam (line 40) | void setUserParam(String userParam); method getUserType (line 42) | String getUserType(); method removeUserType (line 43) | void removeUserType(); method getUserPassword (line 45) | String getUserPassword(); method setUserPassword (line 46) | void setUserPassword(String userPassword); method getUserAtHost (line 48) | String getUserAtHost(); method getUserAtHostPort (line 49) | String getUserAtHostPort(); method getMethodParam (line 51) | String getMethodParam(); method setMethodParam (line 52) | void setMethodParam(String methodParam) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/address/TelURL.java type TelURL (line 7) | public interface TelURL extends URI, Parameters { method getIsdnSubAddress (line 8) | String getIsdnSubAddress(); method setIsdnSubAddress (line 9) | void setIsdnSubAddress(String isdnSubAddress) throws ParseException; method getPhoneContext (line 11) | String getPhoneContext(); method setPhoneContext (line 12) | void setPhoneContext(String phoneContext) throws ParseException; method getPhoneNumber (line 14) | String getPhoneNumber(); method setPhoneNumber (line 15) | void setPhoneNumber(String phoneNumber) throws ParseException; method getPostDial (line 17) | String getPostDial(); method setPostDial (line 18) | void setPostDial(String postDial) throws ParseException; method isGlobal (line 20) | boolean isGlobal(); method setGlobal (line 21) | void setGlobal(boolean global); FILE: libs/nist_sip/src/javax2/sip/address/URI.java type URI (line 5) | public interface URI extends Cloneable, Serializable { method getScheme (line 6) | String getScheme(); method isSipURI (line 7) | boolean isSipURI(); method clone (line 9) | Object clone(); method toString (line 10) | String toString(); FILE: libs/nist_sip/src/javax2/sip/header/AcceptEncodingHeader.java type AcceptEncodingHeader (line 5) | public interface AcceptEncodingHeader extends Encoding, Header, Paramete... method getQValue (line 8) | float getQValue(); method setQValue (line 9) | void setQValue(float qValue) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/AcceptHeader.java type AcceptHeader (line 5) | public interface AcceptHeader extends Header, MediaType, Parameters { method allowsAllContentSubTypes (line 8) | boolean allowsAllContentSubTypes(); method allowsAllContentTypes (line 9) | boolean allowsAllContentTypes(); method getQValue (line 11) | float getQValue(); method setQValue (line 12) | void setQValue(float qValue) throws InvalidArgumentException; method hasQValue (line 13) | boolean hasQValue(); method removeQValue (line 14) | void removeQValue(); FILE: libs/nist_sip/src/javax2/sip/header/AcceptLanguageHeader.java type AcceptLanguageHeader (line 7) | public interface AcceptLanguageHeader extends Header, Parameters { method getAcceptLanguage (line 10) | Locale getAcceptLanguage(); method setAcceptLanguage (line 11) | void setAcceptLanguage(Locale acceptLanguage); method setLanguageRange (line 12) | void setLanguageRange(String languageRange); method getQValue (line 14) | float getQValue(); method setQValue (line 15) | void setQValue(float qValue) throws InvalidArgumentException; method hasQValue (line 16) | boolean hasQValue(); method removeQValue (line 17) | void removeQValue(); FILE: libs/nist_sip/src/javax2/sip/header/AlertInfoHeader.java type AlertInfoHeader (line 5) | public interface AlertInfoHeader extends Header, Parameters { method getAlertInfo (line 8) | URI getAlertInfo(); method setAlertInfo (line 9) | void setAlertInfo(URI alertInfo); method setAlertInfo (line 10) | void setAlertInfo(String alertInfo); FILE: libs/nist_sip/src/javax2/sip/header/AllowEventsHeader.java type AllowEventsHeader (line 5) | public interface AllowEventsHeader extends Header { method getEventType (line 8) | String getEventType(); method setEventType (line 9) | void setEventType(String eventType) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/AllowHeader.java type AllowHeader (line 5) | public interface AllowHeader extends Header { method getMethod (line 8) | String getMethod(); method setMethod (line 9) | void setMethod(String method) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/AuthenticationInfoHeader.java type AuthenticationInfoHeader (line 5) | public interface AuthenticationInfoHeader extends Header, Parameters { method getCNonce (line 8) | String getCNonce(); method setCNonce (line 9) | void setCNonce(String cNonce) throws ParseException; method getNextNonce (line 11) | String getNextNonce(); method setNextNonce (line 12) | void setNextNonce(String nextNonce) throws ParseException; method getNonceCount (line 14) | int getNonceCount(); method setNonceCount (line 15) | void setNonceCount(int nonceCount) throws ParseException; method getQop (line 17) | String getQop(); method setQop (line 18) | void setQop(String qop) throws ParseException; method getResponse (line 20) | String getResponse(); method setResponse (line 21) | void setResponse(String response) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/AuthorizationHeader.java type AuthorizationHeader (line 7) | public interface AuthorizationHeader extends Header, Parameters { method getAlgorithm (line 10) | String getAlgorithm(); method setAlgorithm (line 11) | void setAlgorithm(String algorithm) throws ParseException; method getCNonce (line 13) | String getCNonce(); method setCNonce (line 14) | void setCNonce(String cNonce) throws ParseException; method getNonce (line 16) | String getNonce(); method setNonce (line 17) | void setNonce(String nonce) throws ParseException; method getNonceCount (line 19) | int getNonceCount(); method setNonceCount (line 20) | void setNonceCount(int nonceCount) throws ParseException; method getOpaque (line 22) | String getOpaque(); method setOpaque (line 23) | void setOpaque(String opaque) throws ParseException; method getQop (line 25) | String getQop(); method setQop (line 26) | void setQop(String qop) throws ParseException; method getRealm (line 28) | String getRealm(); method setRealm (line 29) | void setRealm(String realm) throws ParseException; method getResponse (line 31) | String getResponse(); method setResponse (line 32) | void setResponse(String response) throws ParseException; method getScheme (line 34) | String getScheme(); method setScheme (line 35) | void setScheme(String scheme); method isStale (line 37) | boolean isStale(); method setStale (line 38) | void setStale(boolean stale); method getURI (line 40) | URI getURI(); method setURI (line 41) | void setURI(URI uri); method getUsername (line 43) | String getUsername(); method setUsername (line 44) | void setUsername(String username) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/CSeqHeader.java type CSeqHeader (line 3) | public interface CSeqHeader extends AllowHeader, RSeqHeader { FILE: libs/nist_sip/src/javax2/sip/header/CallIdHeader.java type CallIdHeader (line 5) | public interface CallIdHeader extends Header { method getCallId (line 8) | String getCallId(); method setCallId (line 9) | void setCallId(String callId) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/CallInfoHeader.java type CallInfoHeader (line 5) | public interface CallInfoHeader extends Header, Parameters { method getInfo (line 8) | URI getInfo(); method setInfo (line 9) | void setInfo(URI info); method getPurpose (line 11) | String getPurpose(); method setPurpose (line 12) | void setPurpose(String purpose); FILE: libs/nist_sip/src/javax2/sip/header/ContactHeader.java type ContactHeader (line 5) | public interface ContactHeader extends HeaderAddress, Header, Parameters { method getExpires (line 8) | int getExpires(); method setExpires (line 9) | void setExpires(int expires) throws InvalidArgumentException; method getQValue (line 11) | float getQValue(); method setQValue (line 12) | void setQValue(float qValue) throws InvalidArgumentException; method isWildCard (line 14) | boolean isWildCard(); method setWildCard (line 15) | void setWildCard(); method setWildCardFlag (line 16) | void setWildCardFlag(boolean wildCardFlag); FILE: libs/nist_sip/src/javax2/sip/header/ContentDispositionHeader.java type ContentDispositionHeader (line 5) | public interface ContentDispositionHeader extends Header, Parameters { method getDispositionType (line 13) | String getDispositionType(); method setDispositionType (line 14) | void setDispositionType(String dispositionType) throws ParseException; method getHandling (line 16) | String getHandling(); method setHandling (line 17) | void setHandling(String handling) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/ContentEncodingHeader.java type ContentEncodingHeader (line 3) | public interface ContentEncodingHeader extends Encoding, Header { FILE: libs/nist_sip/src/javax2/sip/header/ContentLanguageHeader.java type ContentLanguageHeader (line 5) | public interface ContentLanguageHeader extends Header { method getContentLanguage (line 8) | Locale getContentLanguage(); method setContentLanguage (line 9) | void setContentLanguage(Locale language); method getLanguageTag (line 11) | String getLanguageTag(); method setLanguageTag (line 12) | void setLanguageTag(String languageTag); FILE: libs/nist_sip/src/javax2/sip/header/ContentLengthHeader.java type ContentLengthHeader (line 5) | public interface ContentLengthHeader extends Header { method getContentLength (line 8) | int getContentLength(); method setContentLength (line 9) | void setContentLength(int contentLength) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/ContentTypeHeader.java type ContentTypeHeader (line 5) | public interface ContentTypeHeader extends Header, MediaType, Parameters { method getCharset (line 8) | String getCharset(); method setContentType (line 9) | void setContentType(String contentType, String contentSubType) FILE: libs/nist_sip/src/javax2/sip/header/DateHeader.java type DateHeader (line 5) | public interface DateHeader extends Header { method getDate (line 8) | Calendar getDate(); method setDate (line 9) | void setDate(Calendar date); FILE: libs/nist_sip/src/javax2/sip/header/Encoding.java type Encoding (line 5) | public interface Encoding { method getEncoding (line 6) | String getEncoding(); method setEncoding (line 7) | void setEncoding(String encoding) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/ErrorInfoHeader.java type ErrorInfoHeader (line 7) | public interface ErrorInfoHeader extends Header, Parameters { method getErrorInfo (line 10) | URI getErrorInfo(); method setErrorInfo (line 11) | void setErrorInfo(URI errorInfo); method getErrorMessage (line 13) | String getErrorMessage(); method setErrorMessage (line 14) | void setErrorMessage(String errorMessage) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/EventHeader.java type EventHeader (line 5) | public interface EventHeader extends Header, Parameters { method getEventId (line 8) | String getEventId(); method setEventId (line 9) | void setEventId(String eventId) throws ParseException; method getEventType (line 11) | String getEventType(); method setEventType (line 12) | void setEventType(String eventType) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/ExpiresHeader.java type ExpiresHeader (line 5) | public interface ExpiresHeader extends Header { method getExpires (line 8) | int getExpires(); method setExpires (line 9) | void setExpires(int expires) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/ExtensionHeader.java type ExtensionHeader (line 5) | public interface ExtensionHeader extends Header { method getValue (line 6) | String getValue(); method setValue (line 7) | void setValue(String value) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/FromHeader.java type FromHeader (line 5) | public interface FromHeader extends HeaderAddress, Header, Parameters { method getTag (line 8) | String getTag(); method setTag (line 9) | void setTag(String tag) throws ParseException; method hasTag (line 10) | boolean hasTag(); method removeTag (line 11) | void removeTag(); method getDisplayName (line 13) | String getDisplayName(); method getUserAtHostPort (line 14) | String getUserAtHostPort(); FILE: libs/nist_sip/src/javax2/sip/header/Header.java type Header (line 5) | public interface Header extends Cloneable, Serializable { method getName (line 6) | String getName(); method clone (line 8) | Object clone(); method equals (line 9) | boolean equals(Object obj); method hashCode (line 10) | int hashCode(); method toString (line 11) | String toString(); FILE: libs/nist_sip/src/javax2/sip/header/HeaderAddress.java type HeaderAddress (line 5) | public interface HeaderAddress { method getAddress (line 6) | Address getAddress(); method setAddress (line 7) | void setAddress(Address address); FILE: libs/nist_sip/src/javax2/sip/header/HeaderFactory.java type HeaderFactory (line 12) | public interface HeaderFactory { method setPrettyEncoding (line 13) | void setPrettyEncoding(boolean flag); method createAcceptEncodingHeader (line 15) | AcceptEncodingHeader createAcceptEncodingHeader(String encoding) method createAcceptHeader (line 18) | AcceptHeader createAcceptHeader(String contentType, String contentSubT... method createAcceptLanguageHeader (line 21) | AcceptLanguageHeader createAcceptLanguageHeader(Locale language); method createAlertInfoHeader (line 23) | AlertInfoHeader createAlertInfoHeader(URI alertInfo); method createAllowEventsHeader (line 25) | AllowEventsHeader createAllowEventsHeader(String eventType) method createAllowHeader (line 28) | AllowHeader createAllowHeader(String method) throws ParseException; method createAuthenticationInfoHeader (line 30) | AuthenticationInfoHeader createAuthenticationInfoHeader(String response) method createAuthorizationHeader (line 33) | AuthorizationHeader createAuthorizationHeader(String scheme) method createCallIdHeader (line 36) | CallIdHeader createCallIdHeader(String callId) throws ParseException; method createCallInfoHeader (line 38) | CallInfoHeader createCallInfoHeader(URI callInfo); method createContactHeader (line 40) | ContactHeader createContactHeader(); method createContactHeader (line 42) | ContactHeader createContactHeader(Address address); method createContentDispositionHeader (line 44) | ContentDispositionHeader createContentDispositionHeader( method createContentEncodingHeader (line 47) | ContentEncodingHeader createContentEncodingHeader(String encoding) method createContentLanguageHeader (line 50) | ContentLanguageHeader createContentLanguageHeader(Locale contentLangua... method createContentLengthHeader (line 52) | ContentLengthHeader createContentLengthHeader(int contentLength) method createContentTypeHeader (line 55) | ContentTypeHeader createContentTypeHeader(String contentType, method createCSeqHeader (line 62) | CSeqHeader createCSeqHeader(int sequenceNumber, String method) method createCSeqHeader (line 65) | CSeqHeader createCSeqHeader(long sequenceNumber, String method) method createDateHeader (line 68) | DateHeader createDateHeader(Calendar date); method createErrorInfoHeader (line 70) | ErrorInfoHeader createErrorInfoHeader(URI errorInfo); method createEventHeader (line 72) | EventHeader createEventHeader(String eventType) throws ParseException; method createExpiresHeader (line 74) | ExpiresHeader createExpiresHeader(int expires) method createExtensionHeader (line 77) | ExtensionHeader createExtensionHeader(String name, String value) method createFromHeader (line 80) | FromHeader createFromHeader(Address address, String tag) method createHeader (line 83) | Header createHeader(String name, String value) throws ParseException; method createHeader (line 84) | Header createHeader(String headerText) throws ParseException; method createHeaders (line 86) | List createHeaders(String headers) throws ParseException; method createInReplyToHeader (line 88) | InReplyToHeader createInReplyToHeader(String callId) throws ParseExcep... method createMaxForwardsHeader (line 90) | MaxForwardsHeader createMaxForwardsHeader(int maxForwards) method createMimeVersionHeader (line 93) | MimeVersionHeader createMimeVersionHeader(int majorVersion, method createMinExpiresHeader (line 96) | MinExpiresHeader createMinExpiresHeader(int minExpires) method createOrganizationHeader (line 99) | OrganizationHeader createOrganizationHeader(String organization) method createPriorityHeader (line 102) | PriorityHeader createPriorityHeader(String priority) throws ParseExcep... method createProxyAuthenticateHeader (line 104) | ProxyAuthenticateHeader createProxyAuthenticateHeader(String scheme) method createProxyAuthorizationHeader (line 107) | ProxyAuthorizationHeader createProxyAuthorizationHeader(String scheme) method createProxyRequireHeader (line 110) | ProxyRequireHeader createProxyRequireHeader(String optionTag) method createRAckHeader (line 113) | RAckHeader createRAckHeader(long rSeqNumber, long cSeqNumber, String m... method createRAckHeader (line 120) | RAckHeader createRAckHeader(int rSeqNumber, int cSeqNumber, String met... method createReasonHeader (line 123) | ReasonHeader createReasonHeader(String protocol, int cause, String text) method createRecordRouteHeader (line 126) | RecordRouteHeader createRecordRouteHeader(Address address); method createReferToHeader (line 128) | ReferToHeader createReferToHeader(Address address); method createReplyToHeader (line 130) | ReplyToHeader createReplyToHeader(Address address); method createRequireHeader (line 132) | RequireHeader createRequireHeader(String optionTag) throws ParseExcept... method createRetryAfterHeader (line 134) | RetryAfterHeader createRetryAfterHeader(int retryAfter) method createRouteHeader (line 137) | RouteHeader createRouteHeader(Address address); method createRSeqHeader (line 139) | RSeqHeader createRSeqHeader(long sequenceNumber) method createRSeqHeader (line 146) | RSeqHeader createRSeqHeader(int sequenceNumber) method createServerHeader (line 149) | ServerHeader createServerHeader(List product) throws ParseException; method createSIPETagHeader (line 151) | SIPETagHeader createSIPETagHeader(String etag) throws ParseException; method createSIPIfMatchHeader (line 153) | SIPIfMatchHeader createSIPIfMatchHeader(String etag) throws ParseExcep... method createSubjectHeader (line 155) | SubjectHeader createSubjectHeader(String subject) throws ParseException; method createSubscriptionStateHeader (line 157) | SubscriptionStateHeader createSubscriptionStateHeader( method createSupportedHeader (line 160) | SupportedHeader createSupportedHeader(String optionTag) method createTimeStampHeader (line 163) | TimeStampHeader createTimeStampHeader(float timeStamp) method createToHeader (line 166) | ToHeader createToHeader(Address address, String tag) throws ParseExcep... method createUnsupportedHeader (line 168) | UnsupportedHeader createUnsupportedHeader(String optionTag) method createUserAgentHeader (line 171) | UserAgentHeader createUserAgentHeader(List product) throws ParseExcept... method createViaHeader (line 173) | ViaHeader createViaHeader(String host, int port, String transport, method createWarningHeader (line 176) | WarningHeader createWarningHeader(String agent, int code, String comment) method createWWWAuthenticateHeader (line 179) | WWWAuthenticateHeader createWWWAuthenticateHeader(String scheme) FILE: libs/nist_sip/src/javax2/sip/header/InReplyToHeader.java type InReplyToHeader (line 3) | public interface InReplyToHeader extends CallIdHeader { FILE: libs/nist_sip/src/javax2/sip/header/MaxForwardsHeader.java type MaxForwardsHeader (line 5) | public interface MaxForwardsHeader extends Header { method decrementMaxForwards (line 8) | void decrementMaxForwards() throws TooManyHopsException; method getMaxForwards (line 10) | int getMaxForwards(); method setMaxForwards (line 11) | void setMaxForwards(int maxForwards) throws InvalidArgumentException; method hasReachedZero (line 13) | boolean hasReachedZero(); FILE: libs/nist_sip/src/javax2/sip/header/MediaType.java type MediaType (line 5) | public interface MediaType { method getContentSubType (line 6) | String getContentSubType(); method setContentSubType (line 7) | void setContentSubType(String contentSubType) throws ParseException; method getContentType (line 9) | String getContentType(); method setContentType (line 10) | void setContentType(String contentType) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/MimeVersionHeader.java type MimeVersionHeader (line 5) | public interface MimeVersionHeader extends Header { method getMajorVersion (line 8) | int getMajorVersion(); method setMajorVersion (line 9) | void setMajorVersion(int majorVersion) throws InvalidArgumentException; method getMinorVersion (line 11) | int getMinorVersion(); method setMinorVersion (line 12) | void setMinorVersion(int minorVersion) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/MinExpiresHeader.java type MinExpiresHeader (line 3) | public interface MinExpiresHeader extends ExpiresHeader { FILE: libs/nist_sip/src/javax2/sip/header/OptionTag.java type OptionTag (line 5) | public interface OptionTag { method getOptionTag (line 6) | String getOptionTag(); method setOptionTag (line 7) | void setOptionTag(String optionTag) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/OrganizationHeader.java type OrganizationHeader (line 5) | public interface OrganizationHeader extends Header { method getOrganization (line 8) | String getOrganization(); method setOrganization (line 9) | void setOrganization(String organization) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/Parameters.java type Parameters (line 8) | public interface Parameters { method getParameter (line 9) | String getParameter(String name); method setParameter (line 10) | void setParameter(String name, String value) throws ParseException; method setParameter (line 11) | void setParameter(NameValue nameValue) throws ParseException; method getParameterNames (line 13) | Iterator getParameterNames(); method removeParameter (line 14) | void removeParameter(String name); FILE: libs/nist_sip/src/javax2/sip/header/PriorityHeader.java type PriorityHeader (line 5) | public interface PriorityHeader extends Header { method getPriority (line 13) | String getPriority(); method setPriority (line 14) | void setPriority(String priority) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/ProxyAuthenticateHeader.java type ProxyAuthenticateHeader (line 3) | public interface ProxyAuthenticateHeader extends WWWAuthenticateHeader { FILE: libs/nist_sip/src/javax2/sip/header/ProxyAuthorizationHeader.java type ProxyAuthorizationHeader (line 3) | public interface ProxyAuthorizationHeader extends AuthorizationHeader { FILE: libs/nist_sip/src/javax2/sip/header/ProxyRequireHeader.java type ProxyRequireHeader (line 3) | public interface ProxyRequireHeader extends RequireHeader { FILE: libs/nist_sip/src/javax2/sip/header/RAckHeader.java type RAckHeader (line 7) | public interface RAckHeader extends Header { method getMethod (line 10) | String getMethod(); method setMethod (line 11) | void setMethod(String method) throws ParseException; method getCSequenceNumber (line 13) | long getCSequenceNumber(); method setCSequenceNumber (line 14) | void setCSequenceNumber(long cSequenceNumber) throws InvalidArgumentEx... method getRSequenceNumber (line 16) | long getRSequenceNumber(); method setRSequenceNumber (line 17) | void setRSequenceNumber(long rSequenceNumber) throws InvalidArgumentEx... method getCSeqNumber (line 23) | int getCSeqNumber(); method setCSeqNumber (line 28) | void setCSeqNumber(int cSeqNumber) throws InvalidArgumentException; method getRSeqNumber (line 34) | int getRSeqNumber(); method setRSeqNumber (line 39) | void setRSeqNumber(int rSeqNumber) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/RSeqHeader.java type RSeqHeader (line 5) | public interface RSeqHeader extends Header { method getSeqNumber (line 8) | long getSeqNumber(); method setSeqNumber (line 9) | void setSeqNumber(long sequenceNumber) throws InvalidArgumentException; method getSequenceNumber (line 15) | int getSequenceNumber(); method setSequenceNumber (line 21) | void setSequenceNumber(int sequenceNumber) throws InvalidArgumentExcep... FILE: libs/nist_sip/src/javax2/sip/header/ReasonHeader.java type ReasonHeader (line 7) | public interface ReasonHeader extends Header, Parameters { method getCause (line 10) | int getCause(); method setCause (line 11) | void setCause(int cause) throws InvalidArgumentException; method getProtocol (line 13) | String getProtocol(); method setProtocol (line 14) | void setProtocol(String protocol) throws ParseException; method getText (line 16) | String getText(); method setText (line 17) | void setText(String text) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/RecordRouteHeader.java type RecordRouteHeader (line 3) | public interface RecordRouteHeader extends HeaderAddress, Header, Parame... FILE: libs/nist_sip/src/javax2/sip/header/ReferToHeader.java type ReferToHeader (line 3) | public interface ReferToHeader extends HeaderAddress, Header, Parameters { FILE: libs/nist_sip/src/javax2/sip/header/ReplyToHeader.java type ReplyToHeader (line 3) | public interface ReplyToHeader extends HeaderAddress, Header, Parameters { method getDisplayName (line 6) | String getDisplayName(); FILE: libs/nist_sip/src/javax2/sip/header/RequireHeader.java type RequireHeader (line 3) | public interface RequireHeader extends OptionTag, Header { FILE: libs/nist_sip/src/javax2/sip/header/RetryAfterHeader.java type RetryAfterHeader (line 7) | public interface RetryAfterHeader extends Header, Parameters { method getComment (line 10) | String getComment(); method setComment (line 11) | void setComment(String comment) throws ParseException; method hasComment (line 12) | boolean hasComment(); method removeComment (line 13) | void removeComment(); method getDuration (line 15) | int getDuration(); method setDuration (line 16) | void setDuration(int duration) throws InvalidArgumentException; method removeDuration (line 17) | void removeDuration(); method getRetryAfter (line 19) | int getRetryAfter(); method setRetryAfter (line 20) | void setRetryAfter(int retryAfter) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/RouteHeader.java type RouteHeader (line 3) | public interface RouteHeader extends HeaderAddress, Header, Parameters { FILE: libs/nist_sip/src/javax2/sip/header/SIPETagHeader.java type SIPETagHeader (line 5) | public interface SIPETagHeader extends ExtensionHeader { method getETag (line 8) | String getETag(); method setETag (line 9) | void setETag(String etag) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/SIPIfMatchHeader.java type SIPIfMatchHeader (line 3) | public interface SIPIfMatchHeader extends SIPETagHeader { FILE: libs/nist_sip/src/javax2/sip/header/ServerHeader.java type ServerHeader (line 7) | public interface ServerHeader extends Header { method getProduct (line 10) | ListIterator getProduct(); method setProduct (line 11) | void setProduct(List product) throws ParseException; method addProductToken (line 12) | void addProductToken(String productToken); FILE: libs/nist_sip/src/javax2/sip/header/SubjectHeader.java type SubjectHeader (line 5) | public interface SubjectHeader extends Header { method getSubject (line 8) | String getSubject(); method setSubject (line 9) | void setSubject(String subject) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/SubscriptionStateHeader.java type SubscriptionStateHeader (line 7) | public interface SubscriptionStateHeader extends ExpiresHeader, Paramete... method getReasonCode (line 22) | String getReasonCode(); method setReasonCode (line 23) | void setReasonCode(String reasonCode) throws ParseException; method getRetryAfter (line 25) | int getRetryAfter(); method setRetryAfter (line 26) | void setRetryAfter(int retryAfter) throws InvalidArgumentException; method getState (line 28) | String getState(); method setState (line 29) | void setState(String state) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/header/SupportedHeader.java type SupportedHeader (line 3) | public interface SupportedHeader extends OptionTag, Header { FILE: libs/nist_sip/src/javax2/sip/header/TimeStampHeader.java type TimeStampHeader (line 5) | public interface TimeStampHeader extends Header { method getDelay (line 8) | float getDelay(); method setDelay (line 9) | void setDelay(float delay) throws InvalidArgumentException; method hasDelay (line 10) | boolean hasDelay(); method removeDelay (line 11) | void removeDelay(); method getTime (line 13) | long getTime(); method setTime (line 14) | void setTime(long timeStamp) throws InvalidArgumentException; method getTimeDelay (line 16) | int getTimeDelay(); method setTimeDelay (line 17) | void setTimeDelay(int delay) throws InvalidArgumentException; method getTimeStamp (line 19) | float getTimeStamp(); method setTimeStamp (line 20) | void setTimeStamp(float timeStamp) throws InvalidArgumentException; FILE: libs/nist_sip/src/javax2/sip/header/ToHeader.java type ToHeader (line 5) | public interface ToHeader extends HeaderAddress, Header, Parameters { method getTag (line 8) | String getTag(); method setTag (line 9) | void setTag(String tag) throws ParseException; method hasTag (line 10) | boolean hasTag(); method removeTag (line 11) | void removeTag(); method getDisplayName (line 13) | String getDisplayName(); method getUserAtHostPort (line 14) | String getUserAtHostPort(); FILE: libs/nist_sip/src/javax2/sip/header/TooManyHopsException.java class TooManyHopsException (line 3) | public class TooManyHopsException extends Exception { method TooManyHopsException (line 4) | public TooManyHopsException(){ method TooManyHopsException (line 8) | public TooManyHopsException(String message) { method TooManyHopsException (line 12) | public TooManyHopsException(String message, Throwable cause) { FILE: libs/nist_sip/src/javax2/sip/header/UnsupportedHeader.java type UnsupportedHeader (line 3) | public interface UnsupportedHeader extends OptionTag, Header { FILE: libs/nist_sip/src/javax2/sip/header/UserAgentHeader.java type UserAgentHeader (line 7) | public interface UserAgentHeader extends Header { method getProduct (line 10) | ListIterator getProduct(); method setProduct (line 11) | void setProduct(List product) throws ParseException; method addProductToken (line 12) | void addProductToken(String productToken); FILE: libs/nist_sip/src/javax2/sip/header/ViaHeader.java type ViaHeader (line 7) | public interface ViaHeader extends Header, Parameters { method getBranch (line 10) | String getBranch(); method setBranch (line 11) | void setBranch(String branch) throws ParseException; method getHost (line 13) | String getHost(); method setHost (line 14) | void setHost(String host) throws ParseException; method getMAddr (line 16) | String getMAddr(); method setMAddr (line 17) | void setMAddr(String mAddr) throws ParseException; method getPort (line 19) | int getPort(); method setPort (line 20) | void setPort(int port) throws InvalidArgumentException; method getProtocol (line 22) | String getProtocol(); method setProtocol (line 23) | void setProtocol(String protocol) throws ParseException; method getReceived (line 25) | String getReceived(); method setReceived (line 26) | void setReceived(String received) throws ParseException; method getRPort (line 28) | int getRPort(); method setRPort (line 29) | void setRPort() throws InvalidArgumentException; method getTransport (line 31) | String getTransport(); method setTransport (line 32) | void setTransport(String transport) throws ParseException; method getTTL (line 34) | int getTTL(); method setTTL (line 35) | void setTTL(int ttl) throws InvalidArgumentException; method getSentByField (line 37) | String getSentByField(); method getSentProtocolField (line 38) | String getSentProtocolField(); FILE: libs/nist_sip/src/javax2/sip/header/WWWAuthenticateHeader.java type WWWAuthenticateHeader (line 5) | public interface WWWAuthenticateHeader extends AuthorizationHeader { method getURI (line 11) | URI getURI(); method setURI (line 16) | void setURI(URI uri); FILE: libs/nist_sip/src/javax2/sip/header/WarningHeader.java type WarningHeader (line 7) | public interface WarningHeader extends Header { method getAgent (line 23) | String getAgent(); method setAgent (line 24) | void setAgent(String agent) throws ParseException; method getCode (line 26) | int getCode(); method setCode (line 27) | void setCode(int code) throws InvalidArgumentException; method getText (line 29) | String getText(); method setText (line 30) | void setText(String text) throws ParseException; FILE: libs/nist_sip/src/javax2/sip/message/Message.java type Message (line 16) | public interface Message extends Cloneable, Serializable { method addFirst (line 17) | void addFirst(Header header) throws SipException, NullPointerException; method addHeader (line 18) | void addHeader(Header header); method addLast (line 19) | void addLast(Header header) throws SipException, NullPointerException; method getHeader (line 21) | Header getHeader(String headerName); method setHeader (line 22) | void setHeader(Header header); method removeFirst (line 24) | void removeFirst(String headerName) throws NullPointerException; method removeLast (line 25) | void removeLast(String headerName) throws NullPointerException; method removeHeader (line 26) | void removeHeader(String headerName); method getHeaderNames (line 28) | ListIterator getHeaderNames(); method getHeaders (line 29) | ListIterator getHeaders(String headerName); method getUnrecognizedHeaders (line 30) | ListIterator getUnrecognizedHeaders(); method getApplicationData (line 32) | Object getApplicationData(); method setApplicationData (line 33) | void setApplicationData(Object applicationData); method getContentLength (line 35) | ContentLengthHeader getContentLength(); method setContentLength (line 36) | void setContentLength(ContentLengthHeader contentLength); method getContentLanguage (line 38) | ContentLanguageHeader getContentLanguage(); method setContentLanguage (line 39) | void setContentLanguage(ContentLanguageHeader contentLanguage); method getContentEncoding (line 41) | ContentEncodingHeader getContentEncoding(); method setContentEncoding (line 42) | void setContentEncoding(ContentEncodingHeader contentEncoding); method getContentDisposition (line 44) | ContentDispositionHeader getContentDisposition(); method setContentDisposition (line 45) | void setContentDisposition(ContentDispositionHeader contentDisposition); method getContent (line 47) | Object getContent(); method getRawContent (line 48) | byte[] getRawContent(); method setContent (line 49) | void setContent(Object content, ContentTypeHeader contentTypeHeader) method removeContent (line 51) | void removeContent(); method getExpires (line 54) | ExpiresHeader getExpires(); method setExpires (line 55) | void setExpires(ExpiresHeader expires); method getSIPVersion (line 57) | String getSIPVersion(); method setSIPVersion (line 58) | void setSIPVersion(String version) throws ParseException; method clone (line 60) | Object clone(); method equals (line 61) | boolean equals(Object object); method hashCode (line 62) | int hashCode(); method toString (line 63) | String toString(); FILE: libs/nist_sip/src/javax2/sip/message/MessageFactory.java type MessageFactory (line 16) | public interface MessageFactory { method createRequest (line 17) | Request createRequest(URI requestURI, String method, CallIdHeader callId, method createRequest (line 22) | Request createRequest(URI requestURI, String method, CallIdHeader callId, method createRequest (line 27) | Request createRequest(URI requestURI, String method, CallIdHeader callId, method createRequest (line 31) | Request createRequest(String request) throws ParseException; method createResponse (line 33) | Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 38) | Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 43) | Response createResponse(int statusCode, CallIdHeader callId, method createResponse (line 47) | Response createResponse(int statusCode, Request request, method createResponse (line 51) | Response createResponse(int statusCode, Request request, method createResponse (line 55) | Response createResponse(int statusCode, Request request) method createResponse (line 58) | Response createResponse(String response) throws ParseException; method setDefaultContentEncodingCharset (line 60) | void setDefaultContentEncodingCharset(String defaultContentEncodingCha... method setDefaultServerHeader (line 62) | void setDefaultServerHeader(ServerHeader defaultServerHeader); method setDefaultUserAgentHeader (line 63) | void setDefaultUserAgentHeader(UserAgentHeader defaultUserAgentHeader); FILE: libs/nist_sip/src/javax2/sip/message/Request.java type Request (line 7) | public interface Request extends Message { method getMethod (line 24) | String getMethod(); method setMethod (line 25) | void setMethod(String method) throws ParseException; method getRequestURI (line 27) | URI getRequestURI(); method setRequestURI (line 28) | void setRequestURI(URI requestURI); FILE: libs/nist_sip/src/javax2/sip/message/Response.java type Response (line 5) | public interface Response extends Message { method getStatusCode (line 60) | int getStatusCode(); method setStatusCode (line 61) | void setStatusCode(int statusCode) throws ParseException; method getReasonPhrase (line 63) | String getReasonPhrase(); method setReasonPhrase (line 64) | void setReasonPhrase(String reasonPhrase) throws ParseException; FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/CodecChain.java class CodecChain (line 30) | public class CodecChain { method CodecChain (line 51) | public CodecChain(Codec[] codecs, ProcessorOutputStream renderer) { method process (line 73) | public int process(Buffer input) { method doProcess (line 85) | private int doProcess(int codecNo, Buffer input) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/DummyPacketGenerator.java class DummyPacketGenerator (line 31) | public class DummyPacketGenerator { method DummyPacketGenerator (line 50) | public DummyPacketGenerator() { method prepareSession (line 61) | public void prepareSession(String remoteAddress, int remotePort, RtpIn... method startSession (line 83) | public void startSession() { method stopSession (line 93) | public void stopSession() { method incomingStarted (line 106) | public void incomingStarted() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/MediaRegistry.java class MediaRegistry (line 35) | public class MediaRegistry { method getSupportedVideoFormats (line 50) | public static Vector getSupportedVideoFormats() { method generateFormat (line 67) | public static Format generateFormat(String codec) { method isCodecSupported (line 77) | public static boolean isCodecSupported(String codec) { method generateEncodingCodecChain (line 88) | public static Codec[] generateEncodingCodecChain(String encoding) { method generateDecodingCodecChain (line 107) | public static Codec[] generateDecodingCodecChain(String encoding) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/MediaRtpReceiver.java class MediaRtpReceiver (line 31) | public class MediaRtpReceiver { method MediaRtpReceiver (line 52) | public MediaRtpReceiver(int localPort) { method prepareSession (line 66) | public void prepareSession(String remoteAddress, int remotePort, method startSession (line 92) | public void startSession() { method stopSession (line 102) | public void stopSession() { method getInputStream (line 114) | public RtpInputStream getInputStream() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/MediaRtpSender.java class MediaRtpSender (line 32) | public class MediaRtpSender { method MediaRtpSender (line 63) | public MediaRtpSender(Format format, int localRtpPort) { method prepareSession (line 76) | public void prepareSession(MediaInput player, String remoteAddress, in... method prepareSession (line 108) | public void prepareSession(MediaInput player, String remoteAddress, in... method startSession (line 136) | public void startSession() { method stopSession (line 147) | public void stopSession() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/Processor.java class Processor (line 32) | public class Processor extends Thread { method Processor (line 60) | public Processor(ProcessorInputStream inputStream, ProcessorOutputStre... method startProcessing (line 74) | public void startProcessing() { method stopProcessing (line 82) | public void stopProcessing() { method run (line 93) | public void run() { method getInputStream (line 122) | public ProcessorInputStream getInputStream() { method getOutputStream (line 131) | public ProcessorOutputStream getOutputStream() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/RtpException.java class RtpException (line 26) | public class RtpException extends java.lang.Exception { method RtpException (line 34) | public RtpException(String error) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/RtpUtils.java class RtpUtils (line 26) | public class RtpUtils { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/VideoRtpReceiver.java class VideoRtpReceiver (line 33) | public class VideoRtpReceiver extends MediaRtpReceiver { method VideoRtpReceiver (line 39) | public VideoRtpReceiver(int localPort) { method prepareSession (line 54) | public void prepareSession(String remoteAddress, int remotePort, int o... FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/VideoRtpSender.java class VideoRtpSender (line 34) | public class VideoRtpSender extends MediaRtpSender { method VideoRtpSender (line 40) | public VideoRtpSender(Format format, int localRtpPort) { method prepareSession (line 53) | public void prepareSession(MediaInput player, String remoteAddress, in... method prepareSession (line 88) | public void prepareSession(MediaInput player, String remoteAddress, in... FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/Codec.java class Codec (line 29) | public abstract class Codec { method setInputFormat (line 67) | public Format setInputFormat(Format input) { method setOutputFormat (line 78) | public Format setOutputFormat(Format output) { method getInputFormat (line 88) | public Format getInputFormat() { method getOutputFormat (line 97) | public Format getOutputFormat() { method reset (line 104) | public void reset() { method open (line 110) | public void open() { method close (line 116) | public void close() { method isEOM (line 124) | protected boolean isEOM(Buffer inputBuffer) { method propagateEOM (line 133) | protected void propagateEOM(Buffer outputBuffer) { method updateOutput (line 146) | protected void updateOutput(Buffer outputBuffer, Format format, int le... method validateByteArraySize (line 158) | protected byte[] validateByteArraySize(Buffer buffer, int newSize) { method process (line 183) | public abstract int process(Buffer input, Buffer output); FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/VideoCodec.java class VideoCodec (line 28) | public abstract class VideoCodec extends Codec { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/H264Config.java class H264Config (line 31) | public class H264Config { method getCodecPacketizationMode (line 102) | public static int getCodecPacketizationMode(String codecParams) { method getCodecProfileLevelId (line 120) | public static String getCodecProfileLevelId(String codecParams) { method getParameterValue (line 133) | private static String getParameterValue(String paramKey, String params) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/H264RtpHeaders.java class H264RtpHeaders (line 30) | public class H264RtpHeaders { method H264RtpHeaders (line 62) | public H264RtpHeaders(byte[] rtpPacketData) { method isFrameNonInterleaved (line 86) | public boolean isFrameNonInterleaved() { // not fragmented method getHeaderSize (line 95) | public int getHeaderSize() { method getNALHeader (line 108) | public byte getNALHeader() { method isIDRSlice (line 123) | public boolean isIDRSlice() { method isNonIDRSlice (line 141) | public boolean isNonIDRSlice() { method getFUI_F (line 158) | public boolean getFUI_F() { method getFUI_NRI (line 167) | public int getFUI_NRI() { method getFUI_TYPE (line 176) | public byte getFUI_TYPE() { method getFUH_S (line 185) | public boolean getFUH_S() { method getFUH_E (line 194) | public boolean getFUH_E() { method getFUH_R (line 203) | public boolean getFUH_R() { method getFUH_TYPE (line 212) | public byte getFUH_TYPE() { method toString (line 216) | @Override FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/JavaDepacketizer.java class JavaDepacketizer (line 32) | public class JavaDepacketizer extends VideoCodec { method JavaDepacketizer (line 68) | public JavaDepacketizer() { method process (line 78) | public int process(Buffer input, Buffer output) { method extractNalUnitHeader (line 101) | private void extractNalUnitHeader(Buffer input) { method extractNalUnitHeader (line 115) | private void extractNalUnitHeader(int position, Buffer input) { method handleSingleNalUnitPacket (line 128) | private int handleSingleNalUnitPacket(Buffer input, Buffer output) { method handleAggregationPacket (line 153) | private int handleAggregationPacket(Buffer input, Buffer output) { method handleFragmentationUnitPacket (line 203) | private int handleFragmentationUnitPacket(Buffer input, Buffer output) { class FrameAssembler (line 223) | public static class FrameAssembler { method put (line 242) | public void put(Buffer buffer) { method complete (line 314) | public boolean complete() { method copyToBuffer (line 342) | private void copyToBuffer(Buffer bDest) { method reset (line 394) | private void reset() { method getTimeStamp (line 412) | public long getTimeStamp() { class FrameAssemblerCollection (line 421) | public static class FrameAssemblerCollection { method put (line 432) | public void put(Buffer buffer) { method getLastActiveAssembler (line 442) | public FrameAssembler getLastActiveAssembler() { method createNewAssembler (line 452) | public int createNewAssembler(long timeStamp) { method getAssembler (line 508) | public int getAssembler(long timeStamp) { method removeOldestThan (line 528) | public void removeOldestThan(long timeStamp) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/JavaPacketizer.java class JavaPacketizer (line 32) | public class JavaPacketizer extends VideoCodec { method JavaPacketizer (line 97) | public JavaPacketizer() { method process (line 100) | public int process(Buffer input, Buffer output) { method isToAddOrientationHeader (line 274) | private boolean isToAddOrientationHeader(byte[] h264Frame, VideoOrient... FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/NalUnitHeader.java class NalUnitHeader (line 34) | public class NalUnitHeader { method NalUnitHeader (line 58) | private NalUnitHeader(boolean forbiddenZeroBit, int nalRefId, int nalU... method isForbiddenBitSet (line 69) | public boolean isForbiddenBitSet() { method getNalRefId (line 78) | public int getNalRefId() { method getNalUnitType (line 87) | public NalUnitType getNalUnitType() { method isSingleNalUnitPacket (line 96) | public boolean isSingleNalUnitPacket() { method isAggregationPacket (line 112) | public boolean isAggregationPacket() { method isFragmentationUnit (line 123) | public boolean isFragmentationUnit() { method extract (line 134) | public static NalUnitHeader extract(byte[] h264Packet) { method extract (line 153) | public static void extract(byte[] h264Packet, NalUnitHeader header) { method extract (line 177) | public static NalUnitHeader extract(int position, byte[] h264Packet) { method extract (line 196) | public static void extract(int position, byte[] h264Packet, NalUnitHea... FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/NalUnitType.java type NalUnitType (line 26) | public enum NalUnitType { method parse (line 50) | public static NalUnitType parse(int value) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/decoder/NativeH264Decoder.java class NativeH264Decoder (line 21) | public class NativeH264Decoder method NativeH264Decoder (line 24) | public NativeH264Decoder() method InitDecoder (line 28) | public static native int InitDecoder(); method DeinitDecoder (line 30) | public static native int DeinitDecoder(); method DecodeAndConvert (line 32) | public static synchronized native int[] DecodeAndConvert(byte abyte0[]... method getLastDecodeStatus (line 35) | public static synchronized native int getLastDecodeStatus(); FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/encoder/NativeH264Encoder.java class NativeH264Encoder (line 26) | public class NativeH264Encoder { method InitEncoder (line 28) | public static native int InitEncoder(NativeH264EncoderParams nativeH26... method ResizeAndEncodeFrame (line 31) | public static native byte[] ResizeAndEncodeFrame(byte abyte0[], long l... method EncodeFrame (line 35) | public static native byte[] EncodeFrame(byte abyte0[], long l, boolean... method getNAL (line 38) | public static native byte[] getNAL(); method DeinitEncoder (line 40) | public static native int DeinitEncoder(); method getLastEncodeStatus (line 42) | public static native int getLastEncodeStatus(); FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/encoder/NativeH264EncoderParams.java class NativeH264EncoderParams (line 32) | public class NativeH264EncoderParams { method NativeH264EncoderParams (line 256) | public NativeH264EncoderParams() { method NativeH264EncoderParams (line 299) | public NativeH264EncoderParams(H264TypeProfile profileType, byte profi... method setProfilesAndLevel (line 322) | public void setProfilesAndLevel(String codecParams) { method getFrameWidth (line 340) | public int getFrameWidth() { method setFrameWidth (line 344) | public void setFrameWidth(int frameWidth) { method getFrameHeight (line 348) | public int getFrameHeight() { method setFrameHeight (line 352) | public void setFrameHeight(int frameHeight) { method getFrameRate (line 356) | public float getFrameRate() { method setFrameRate (line 360) | public void setFrameRate(float frameRate) { method getFrameOrientation (line 364) | public int getFrameOrientation() { method setFrameOrientation (line 368) | public void setFrameOrientation(int frameOrientation) { method getVideoFormat (line 372) | public int getVideoFormat() { method setVideoFormat (line 376) | public void setVideoFormat(int videoFormat) { method getEncodeID (line 380) | public int getEncodeID() { method setEncodeID (line 384) | public void setEncodeID(int encodeID) { method getProfile (line 388) | public int getProfile() { method setProfile (line 392) | public void setProfile(H264TypeProfile profile) { method getProfileIOP (line 396) | public byte getProfileIOP() { method setProfileIOP (line 400) | public void setProfileIOP(byte profileIOP) { method getLevel (line 404) | public int getLevel() { method setLevel (line 408) | public void setLevel(H264TypeLevel level) { method getNumLayer (line 412) | public int getNumLayer() { method setNumLayer (line 416) | public void setNumLayer(int numLayer) { method getBitRate (line 420) | public int getBitRate() { method setBitRate (line 424) | public void setBitRate(int bitRate) { method getEncMode (line 428) | public int getEncMode() { method setEncMode (line 432) | public void setEncMode(int encMode) { method isOutOfBandParamSet (line 436) | public boolean isOutOfBandParamSet() { method setOutOfBandParamSet (line 440) | public void setOutOfBandParamSet(boolean outOfBandParamSet) { method getOutputFormat (line 444) | public int getOutputFormat() { method setOutputFormat (line 448) | public void setOutputFormat(int outputFormat) { method getPacketSize (line 452) | public int getPacketSize() { method setPacketSize (line 456) | public void setPacketSize(int packetSize) { method getRateControlType (line 460) | public int getRateControlType() { method setRateControlType (line 464) | public void setRateControlType(int rateControlType) { method getBufferDelay (line 468) | public float getBufferDelay() { method setBufferDelay (line 472) | public void setBufferDelay(float bufferDelay) { method getIquant (line 476) | public int getIquant() { method setIquant (line 480) | public void setIquant(int iquant) { method getPquant (line 484) | public int getPquant() { method setiPquant (line 488) | public void setiPquant(int pquant) { method getBquant (line 492) | public int getBquant() { method setiBquant (line 496) | public void setiBquant(int bquant) { method isSceneDetection (line 500) | public boolean isSceneDetection() { method setSceneDetection (line 504) | public void setSceneDetection(boolean sceneDetection) { method getIFrameInterval (line 508) | public int getIFrameInterval() { method setIFrameInterval (line 512) | public void setIFrameInterval(int iFrameInterval) { method getNumIntraMBRefresh (line 516) | public int getNumIntraMBRefresh() { method setNumIntraMBRefresh (line 520) | public void setNumIntraMBRefresh(int numIntraMBRefresh) { method getClipDuration (line 524) | public int getClipDuration() { method setClipDuration (line 528) | public void setClipDuration(int clipDuration) { method getFSIBuff (line 532) | public byte[] getFSIBuff() { method setFSIBuff (line 536) | public void setFSIBuff(byte[] fSIBuff) { method getFSIBuffLength (line 540) | public int getFSIBuffLength() { method setFSIBuffLength (line 544) | public void setFSIBuffLength(int fSIBuffLength) { method parseH264TypeLevel (line 554) | public static int parseH264TypeLevel(H264TypeLevel level) { method parseH264TypeProfile (line 598) | public static int parseH264TypeProfile(H264TypeProfile profile) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile.java class H264Profile (line 29) | public abstract class H264Profile { method H264Profile (line 100) | public H264Profile(String profileName, method getCodeParams (line 123) | public String getCodeParams() { method getVideoWidth (line 127) | public int getVideoWidth() { method getVideoHeight (line 131) | public int getVideoHeight() { method getFrameRate (line 135) | public float getFrameRate() { method getBitRate (line 139) | public int getBitRate() { method getPacketSize (line 143) | public int getPacketSize() { method getLevel (line 147) | public H264TypeLevel getLevel() { method getType (line 151) | public H264TypeProfile getType() { method getLevelId (line 155) | public String getLevelId() { method getProfileName (line 159) | public String getProfileName() { method getProfileIOP (line 163) | public Byte getProfileIOP() { method getProfileIDCFromLevelId (line 173) | public static Byte getProfileIDCFromLevelId(final String profileLevelI... method getProfileIOPFromLevelId (line 183) | public static Byte getProfileIOPFromLevelId(final String profileLevelI... method getLevelIDCFromLevelId (line 193) | public static Byte getLevelIDCFromLevelId(final String profileLevelId) { method getProfileInformationFromLevelId (line 204) | private static Byte getProfileInformationFromLevelId(final String prof... method getProfile (line 219) | public static H264Profile getProfile(String profileId) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1.java class H264Profile1 (line 29) | public class H264Profile1 extends H264Profile { method H264Profile1 (line 61) | public H264Profile1() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1_1.java class H264Profile1_1 (line 29) | public class H264Profile1_1 extends H264Profile { method H264Profile1_1 (line 61) | public H264Profile1_1() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1_2.java class H264Profile1_2 (line 29) | public class H264Profile1_2 extends H264Profile { method H264Profile1_2 (line 63) | public H264Profile1_2() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1_3.java class H264Profile1_3 (line 29) | public class H264Profile1_3 extends H264Profile { method H264Profile1_3 (line 61) | public H264Profile1_3() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264Profile1b.java class H264Profile1b (line 29) | public class H264Profile1b extends H264Profile { method H264Profile1b (line 62) | public H264Profile1b() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264TypeLevel.java type H264TypeLevel (line 26) | public enum H264TypeLevel { method H264TypeLevel (line 62) | private H264TypeLevel(int decimalValue, H264ConstraintSetFlagType cons... method getDecimalValue (line 72) | public int getDecimalValue() { method getH264ConstraintSet3Flag (line 81) | public H264ConstraintSetFlagType getH264ConstraintSet3Flag() { method getH264LevelType (line 92) | public static H264TypeLevel getH264LevelType(int decimalValue, type H264ConstraintSetFlagType (line 107) | public enum H264ConstraintSetFlagType { method H264ConstraintSetFlagType (line 122) | private H264ConstraintSetFlagType(int decimalValue) { method getDecimalValue (line 131) | public int getDecimalValue() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/codec/video/h264/profiles/H264TypeProfile.java type H264TypeProfile (line 26) | public enum H264TypeProfile { method H264TypeProfile (line 48) | private H264TypeProfile(int decimalValue) { method getDecimalValue (line 57) | public int getDecimalValue() { method getH264ProfileType (line 67) | public static H264TypeProfile getH264ProfileType(int decimalValue) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/ReceptionReport.java class ReceptionReport (line 26) | public class ReceptionReport { method ReceptionReport (line 77) | public ReceptionReport(int ssrc) { method getSsrc (line 81) | public long getSsrc() { method setSsrc (line 85) | public int setSsrc(int ssrc) { method getFractionLost (line 89) | public double getFractionLost() { method setFractionLost (line 93) | public void setFractionLost(double fractionLost) { method getCumulativeNumberOfPacketsLost (line 97) | public int getCumulativeNumberOfPacketsLost() { method setCumulativeNumberOfPacketsLost (line 101) | public void setCumulativeNumberOfPacketsLost(int cumulativeNumberOfPac... method getExtendedHighestSequenceNumberReceived (line 105) | public long getExtendedHighestSequenceNumberReceived() { method setExtendedHighestSequenceNumberReceived (line 109) | public void setExtendedHighestSequenceNumberReceived(long extendedHigh... method getInterarrivalJitter (line 113) | public long getInterarrivalJitter() { method setInterarrivalJitter (line 117) | public void setInterarrivalJitter(long interarrivalJitter) { method getLastSenderReport (line 121) | public long getLastSenderReport() { method setLastSenderReport (line 125) | public void setLastSenderReport(long lastSenderReport) { method getDelaySinceLastSenderReport (line 129) | public long getDelaySinceLastSenderReport() { method setDelaySinceLastSenderReport (line 133) | public void setDelaySinceLastSenderReport(long delaySinceLastSenderRep... FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpAppPacket.java class RtcpAppPacket (line 29) | public class RtcpAppPacket extends RtcpPacket { method RtcpAppPacket (line 34) | public RtcpAppPacket(RtcpPacket parent) { method RtcpAppPacket (line 40) | public RtcpAppPacket(int ssrc, int name, int subtype, byte data[]) { method calcLength (line 57) | public int calcLength() { method assemble (line 61) | public void assemble(DataOutputStream out) throws IOException { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpByePacket.java class RtcpByePacket (line 29) | public class RtcpByePacket extends RtcpPacket { method RtcpByePacket (line 34) | public RtcpByePacket(RtcpPacket parent) { method RtcpByePacket (line 39) | public RtcpByePacket(int ssrc[], byte reason[]) { method calcLength (line 53) | public int calcLength() { method assemble (line 58) | public void assemble(DataOutputStream out) throws IOException { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpCompoundPacket.java class RtcpCompoundPacket (line 32) | public class RtcpCompoundPacket extends RtcpPacket { method RtcpCompoundPacket (line 35) | public RtcpCompoundPacket(Packet packet) { method RtcpCompoundPacket (line 40) | public RtcpCompoundPacket(RtcpPacket[] rtcppackets) { method assemble (line 45) | public void assemble(int i, boolean bool) { method assemble (line 80) | public void assemble(DataOutputStream dataoutputstream) throws IOExcep... method calcLength (line 84) | public int calcLength() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpPacket.java class RtcpPacket (line 31) | public abstract class RtcpPacket extends Packet { method RtcpPacket (line 76) | public RtcpPacket() { method RtcpPacket (line 79) | public RtcpPacket(RtcpPacket rtcppacket) { method RtcpPacket (line 85) | public RtcpPacket(Packet packet) { method assemble (line 91) | public abstract void assemble(DataOutputStream dataoutputstream) throw... method calcLength (line 93) | public abstract int calcLength(); FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpPacketReceiver.java class RtcpPacketReceiver (line 43) | public class RtcpPacketReceiver extends Thread { method RtcpPacketReceiver (line 72) | public RtcpPacketReceiver(int port, RtcpSession rtcpSession, int socke... method RtcpPacketReceiver (line 90) | public RtcpPacketReceiver(int port, RtcpSession rtcpSession) throws IO... method close (line 99) | public void close() throws IOException { method run (line 116) | public void run() { method handlePacket (line 145) | public RtcpPacket handlePacket(Packet p) { method parseRtcpPacket (line 167) | public RtcpPacket parseRtcpPacket(Packet packet) { method addRtcpListener (line 413) | public void addRtcpListener(RtcpEventListener listener) { method removeRtcpListener (line 422) | public void removeRtcpListener(RtcpEventListener listener) { method notifyRtcpListeners (line 431) | public void notifyRtcpListeners(RtcpEvent event) { method notifyRtcpListenersOfTimeout (line 441) | private void notifyRtcpListenersOfTimeout() { method getRtcpReceptionStats (line 452) | public RtcpStatisticsReceiver getRtcpReceptionStats() { method getConnection (line 461) | public DatagramConnection getConnection() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpPacketTransmitter.java class RtcpPacketTransmitter (line 33) | public class RtcpPacketTransmitter extends Thread { method RtcpPacketTransmitter (line 82) | public RtcpPacketTransmitter(String address, int port, RtcpSession rtc... method RtcpPacketTransmitter (line 104) | public RtcpPacketTransmitter(String address, int port, RtcpSession rtc... method close (line 126) | public void close() throws IOException { method run (line 151) | public void run() { method assembleRtcpPacket (line 212) | private byte[] assembleRtcpPacket() { method assembleSenderReportPacket (line 248) | private byte[] assembleSenderReportPacket() { method assembleReceiverReportPacket (line 292) | private byte[] assembleReceiverReportPacket() { method assembleRTCPReceptionReport (line 323) | private byte[] assembleRTCPReceptionReport() { method sendByePacket (line 352) | public void sendByePacket() { method makereports (line 379) | public Vector makereports() { method transmit (line 400) | private void transmit(RtcpCompoundPacket packet) { method transmit (line 426) | private void transmit(byte packet[]) { method getStatistics (line 445) | public RtcpStatisticsTransmitter getStatistics() { method sendSdesPacket (line 452) | private void sendSdesPacket() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpPacketUtils.java class RtcpPacketUtils (line 26) | public class RtcpPacketUtils { method longToBytes (line 35) | public static byte[] longToBytes(long data, int n) { method append (line 51) | public static byte[] append(byte[] pck1, byte[] pck2) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpReceiverReportPacket.java class RtcpReceiverReportPacket (line 29) | public class RtcpReceiverReportPacket extends RtcpPacket { method RtcpReceiverReportPacket (line 33) | public RtcpReceiverReportPacket(int i, RtcpReport[] rtcpreportblocks) { method RtcpReceiverReportPacket (line 40) | public RtcpReceiverReportPacket(RtcpPacket rtcppacket) { method assemble (line 45) | public void assemble(DataOutputStream dataoutputstream) throws IOExcep... method calcLength (line 61) | public int calcLength() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpReport.java class RtcpReport (line 26) | public class RtcpReport { method getDLSR (line 36) | public long getDLSR() { method getFractionLost (line 40) | public int getFractionLost() { method getJitter (line 44) | public long getJitter() { method getLSR (line 48) | public long getLSR() { method getNumLost (line 52) | public long getNumLost() { method getSSRC (line 56) | public long getSSRC() { method getXtndSeqNum (line 60) | public long getXtndSeqNum() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpSdesBlock.java class RtcpSdesBlock (line 26) | public class RtcpSdesBlock { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpSdesItem.java class RtcpSdesItem (line 26) | public class RtcpSdesItem { method RtcpSdesItem (line 30) | public RtcpSdesItem() { method RtcpSdesItem (line 33) | public RtcpSdesItem(int i, String string) { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpSdesPacket.java class RtcpSdesPacket (line 29) | public class RtcpSdesPacket extends RtcpPacket { method RtcpSdesPacket (line 33) | public RtcpSdesPacket(RtcpPacket parent) { method RtcpSdesPacket (line 38) | public RtcpSdesPacket(RtcpSdesBlock sdes[]) { method calcLength (line 47) | public int calcLength() { method assemble (line 62) | public void assemble(DataOutputStream out) throws IOException { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpSenderReportPacket.java class RtcpSenderReportPacket (line 29) | public class RtcpSenderReportPacket extends RtcpPacket { method RtcpSenderReportPacket (line 38) | public RtcpSenderReportPacket(int i, RtcpReport[] rtcpreportblocks) { method RtcpSenderReportPacket (line 45) | public RtcpSenderReportPacket(RtcpPacket rtcppacket) { method assemble (line 50) | public void assemble(DataOutputStream dataoutputstream) throws IOExcep... method calcLength (line 71) | public int calcLength() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpSession.java class RtcpSession (line 28) | public class RtcpSession { method RtcpSession (line 147) | public RtcpSession(boolean isSender, double bandwidth) { method setMembers (line 173) | public void setMembers(int members) { method setSenders (line 182) | public void setSenders(int senders) { method getReportInterval (line 191) | public double getReportInterval() { method updateavgrtcpsize (line 234) | public void updateavgrtcpsize(int size) { method getMySource (line 243) | public RtpSource getMySource() { method currentTime (line 252) | public long currentTime() { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpStatisticsReceiver.java class RtcpStatisticsReceiver (line 26) | public class RtcpStatisticsReceiver { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtcpStatisticsTransmitter.java class RtcpStatisticsTransmitter (line 26) | public class RtcpStatisticsTransmitter { FILE: mediaplayer/src/com/orangelabs/rcs/core/ims/protocol/rtp/core/RtpExtensionHeader.java class RtpExtensionHeader (line 30) | public class RtpExtensionHeader implements Iterable getNotGrantedPermissions() { method onRequestPermissionsResult (line 118) | @Override FILE: samples/api/tts/src/com/orangelabs/rcs/tts/PlayTextToSpeech.java class PlayTextToSpeech (line 35) | public class PlayTextToSpeech extends Service implements OnInitListener { method onCreate (line 48) | @Override method onBind (line 52) | @Override method onStart (line 57) | @Override method onDestroy (line 73) | @Override method onInit (line 89) | public void onInit(int status) { FILE: samples/api/tts/src/com/orangelabs/rcs/tts/Registry.java class Registry (line 28) | public class Registry { method readString (line 47) | public static String readString(SharedPreferences preferences, String ... method writeString (line 58) | public static void writeString(SharedPreferences preferences, String k... method readBoolean (line 72) | public static boolean readBoolean(SharedPreferences preferences, Strin... method writeBoolean (line 84) | public static void writeBoolean(SharedPreferences preferences, String ... FILE: templates-sdk/assets/android-developer-docs.js function addLoadEvent (line 16) | function addLoadEvent(newfun) { function mobileSetup (line 48) | function mobileSetup() { function setToRoot (line 71) | function setToRoot(root) { function restoreWidth (line 76) | function restoreWidth(navWidth) { function restoreHeight (line 90) | function restoreHeight(packageHeight) { function readCookie (line 103) | function readCookie(cookie) { function writeCookie (line 120) | function writeCookie(cookie, val, section, expiration) { function init (line 131) | function init() { function highlightNav (line 170) | function highlightNav(fullPageName) { function resizePackagesHeight (line 220) | function resizePackagesHeight() { function resizeHeight (line 236) | function resizeHeight() { function resizeWidth (line 267) | function resizeWidth() { function resizeAll (line 290) | function resizeAll() { function getBaseUri (line 295) | function getBaseUri(uri) { function requestAppendHL (line 308) | function requestAppendHL(uri) { function loadLast (line 321) | function loadLast(cookiePath) { function toggle (line 345) | function toggle(obj, slide) { function buildToggleLists (line 365) | function buildToggleLists() { function getNavPref (line 373) | function getNavPref() { function chooseDefaultNav (line 381) | function chooseDefaultNav() { function swapNav (line 391) | function swapNav() { function scrollIntoView (line 414) | function scrollIntoView(nav) { function changeTabLang (line 431) | function changeTabLang(lang) { function changeNavLang (line 445) | function changeNavLang(lang) { function changeDocLang (line 459) | function changeDocLang(lang) { function changeLangPref (line 464) | function changeLangPref(lang, refresh) { function loadLangPref (line 476) | function loadLangPref() { function getLangPref (line 483) | function getLangPref() { function toggleContent (line 492) | function toggleContent(obj) { FILE: templates-sdk/assets/android-developer-reference.js function toggleApiLevelSelector (line 5) | function toggleApiLevelSelector(checkbox) { function buildApiLevelSelector (line 21) | function buildApiLevelSelector() { function changeApiLevel (line 45) | function changeApiLevel() { function showApiWarning (line 65) | function showApiWarning(thing, selectedLevelIndex, minLevelIndex) { function toggleVisisbleApis (line 77) | function toggleVisisbleApis(selectedLevelIndex, context) { function apiKeyToIndex (line 95) | function apiKeyToIndex(key) { function getSelectedLevelIndex (line 104) | function getSelectedLevelIndex() { function new_node (line 111) | function new_node(me, mom, text, link, children_data, api_level) function expand_node (line 190) | function expand_node(me, node) function get_node (line 209) | function get_node(me, mom) function this_page_relative (line 219) | function this_page_relative(toroot) function find_page (line 246) | function find_page(url, data) function load_navtree_data (line 265) | function load_navtree_data(toroot) { function init_default_navtree (line 272) | function init_default_navtree(toroot) { function init_navtree (line 280) | function init_navtree(navtree_id, toroot, root_nodes) function toggleInherited (line 320) | function toggleInherited(linkObj, expand) { function toggleAllInherited (line 347) | function toggleAllInherited(linkObj, expand) { function toggleAllClassInherited (line 367) | function toggleAllClassInherited() { function ensureAllInheritedExpanded (line 385) | function ensureAllInheritedExpanded() { FILE: templates-sdk/assets/carousel.js function startRotateTimer (line 138) | function startRotateTimer() { function pauseRotateTimer (line 150) | function pauseRotateTimer() { function go (line 156) | function go(to) { function css (line 196) | function css(el, prop) { function width (line 199) | function width(el) { function height (line 202) | function height(el) { function go (line 277) | function go(to) { function css (line 299) | function css(el, prop) { function width (line 302) | function width(el) { function height (line 305) | function height(el) { FILE: templates-sdk/assets/joyn-sdk.js function showStep (line 1) | function showStep(show, hideId, stepId){ function hideStep (line 9) | function hideStep(hide, showId, stepId){ FILE: templates-sdk/assets/prettify.js function Ld (line 11) | function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).rep... function ga (line 11) | function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)} function Sd (line 12) | function Sd(a){var b=a.indexOf(G);if(b<0)return a;for(--b;(b=a.indexOf(t... function Ma (line 12) | function Ma(a){return yb===a.tagName} function W (line 12) | function W(a,b){switch(a.nodeType){case 1:var c= function Na (line 13) | function Na(a){for(var b=0,c=z,d=z,g=0,i=a.length;g=0;){var d=b[c];if(X.hasOwnProper... function Ra (line 26) | function Ra(a,b){a&&X.hasOwnProperty(a)||(a=/^\s*1){var s=r.shift... function T (line 1) | function T(){} function N (line 1) | function N(e,t){this.id=this.path=e,this.force=!!t} function C (line 1) | function C(e,t){this.id=e,this.body=t,typeof t=="undefined"&&(this.path=... function k (line 1) | function k(e,t){this.deps=e,this.collectResults=t,this.deps.length==0&&t... function L (line 1) | function L(e,t){this.deps=e,this.collectResults=t} function A (line 1) | function A(){for(var e in r)if(r[e].readyState=="interactive")return c[r... function O (line 1) | function O(e,t){var r;return!e&&n&&(r=l||A()),r?(delete c[r.scriptId],r.... function M (line 1) | function M(){var e=b(arguments),t,n;return typeof e[0]=="string"&&(t=e.s... function _ (line 1) | function _(e,t){var n=t.id||"",r=n.split("/");r.pop();var i=r.join("/");... function D (line 1) | function D(e,t){function r(e){return C.exports[_(e,t)]}var n=[];for(var ... function P (line 1) | function P(){var e=b(arguments),t=[],n,r;return typeof e[0]=="string"&&(... function H (line 1) | function H(){var e=b(arguments),t,n;typeof e[e.length-1]=="function"&&(t... function B (line 1) | function B(e,t){var n=[];for(var r=0,i;i=e[r];r++)typeof i=="string"&&(i... function j (line 1) | function j(e){var t,n;for(var r=0,i;i=H.matchers[r];r++){var s=i[0],o=i[... function I (line 1) | function I(){return e.using=h,e.provide=p,e.define=d,e.loadrunner=v,F} function q (line 1) | function q(e){for(var t=0;t0?e.indexOf("?")>=0?e+"&"+r(t... function o (line 3) | function o(e){var t=e&&e.split("?");return t.length==2?i(t[1]):{}} function o (line 4) | function o(e){return typeof e=="string"&&n.test(e)&&RegExp.$1.length<=20} function u (line 4) | function u(e){if(o(e))return RegExp.$1} function a (line 4) | function a(e){var n=t.decodeURL(e);n.screen_name=u(e);if(n.screen_name)r... function f (line 4) | function f(e){return typeof e=="string"&&s.test(e)} function l (line 4) | function l(e,t){t=t===undefined?!0:t;if(f(e))return(t?"#":"")+RegExp.$1} function c (line 4) | function c(e){return typeof e=="string"&&r.test(e)} function h (line 4) | function h(e){return c(e)&&RegExp.$1} function p (line 4) | function p(e){return i.test(e)} function i (line 5) | function i(e,t){var n,r;return t=t||location,/^https?:\/\//.test(e)?e:/^... function s (line 5) | function s(){var e=document.getElementsByTagName("link"),t=0,n;for(;n=e[... function o (line 5) | function o(){var e=document.getElementsByTagName("a"),t=document.getElem... function n (line 6) | function n(e){return e!==undefined&&e!==null&&e!==""} function r (line 6) | function r(e){return s(e)&&e%1===0} function i (line 6) | function i(e){return s(e)&&!r(e)} function s (line 6) | function s(e){return n(e)&&!isNaN(e)} function o (line 6) | function o(e){return n(e)&&t.toType(e)=="array"} function u (line 6) | function u(e){if(!n(e))return!1;switch(e){case"on":case"ON":case"true":c... function a (line 6) | function a(e){if(s(e))return e} function f (line 6) | function f(e){if(i(e))return e} function l (line 6) | function l(e){if(r(e))return e} function r (line 7) | function r(){var e=document.getElementsByTagName("meta"),t,r,i=0;n={};fo... function i (line 7) | function i(e){return n[e]} function s (line 7) | function s(e){return t.asBoolean(e)&&(n.dnt=!0),t.asBoolean(n.dnt)} function n (line 8) | function n(e){window[t]&&window[t].log&&window[t].log(e)} function r (line 8) | function r(e){window[t]&&window[t].warn&&window[t].warn(e)} function i (line 8) | function i(e){window[t]&&window[t].error&&window[t].error(e)} function l (line 9) | function l(){t=1;for(var e=0,r=n.length;e=1.5... function l (line 10) | function l(){return/MSIE \d/.test(s)} function c (line 10) | function c(){return/MSIE 6/.test(s)} function h (line 10) | function h(){return/MSIE 7/.test(s)} function p (line 10) | function p(){return o} function d (line 10) | function d(){return"ontouchstart"in window||/Opera Mini/.test(s)||naviga... function v (line 10) | function v(){var e=document.body.style;return e.transition!==undefined||... function i (line 11) | function i(e){var t=e.getAttribute("data-twitter-event-id");return t?t:(... function s (line 11) | function s(e,t,n){var r=0,i=e&&e.length||0;for(r=0;ra&&(n=Math.round(f/2-a/2))... function p (line 16) | function p(e,t){using("tfw/hub/client",function(n){n.openIntent(e,t)})} function d (line 16) | function d(e){var t="original_referer="+location.href;return[e,t].join(e... function v (line 16) | function v(e){var t,r,i,o;e=e||window.event,t=e.target||e.srcElement;if(... function m (line 16) | function m(e,t){if(twttr.events.hub&&t){var n=new g(c.generateId(),t);c.... function g (line 16) | function g(e,t){this.id=e,this.element=this.srcEl=t} function y (line 16) | function y(e){this.srcEl=[],this.element=e} function t (line 17) | function t(e,t){e.classList?e.classList.add(t):s(t).test(e.className)||(... function n (line 17) | function n(e,t){e.classList?e.classList.remove(t):e.className=e.classNam... function r (line 17) | function r(e,r,o){e.classList&&i(e,r)?(n(e,r),t(e,o)):e.className=e.clas... function i (line 17) | function i(e,t){return e.classList?e.classList.contains(t):s(t).test(e.c... function s (line 17) | function s(e){return new RegExp("\\b"+e+"\\b","g")} function t (line 18) | function t(e,t,n){function o(){var n=+(new Date);window.clearTimeout(s);... function f (line 22) | function f(e){return e<10?"0"+e:e} function quote (line 22) | function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.r... function str (line 22) | function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&type... function walk (line 22) | function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Ob... function r (line 24) | function r(){var e=36e5,r=t.combined(document.location)._;return n!==und... function n (line 25) | function n(e){var n=t[e]||!1;if(!n)return!1;if(n===!0||n===100)return!0;... function s (line 28) | function s(){var e=t(i)||!1;if(!e)return;e.match(/^v3\:/)||o()} function o (line 28) | function o(){t(i)&&t(i,null,{domain:".twitter.com",path:"/"})} function u (line 28) | function u(){n()&&o()} function i (line 29) | function i(e,t){var n,r,i;if(e.name){try{i=document.createElement(' param... method toSignatureString (line 343) | public String toSignatureString() { method getReturnType (line 391) | protected String getReturnType() { class JDiffConstructor (line 399) | public static final class JDiffConstructor extends JDiffMethod { method JDiffConstructor (line 400) | public JDiffConstructor(String name, int modifier) { method JDiffConstructor (line 404) | public JDiffConstructor(String name, String[] param, int modifier) { method getReturnType (line 416) | @Override method checkSignatureCompliance (line 426) | public void checkSignatureCompliance() { method areMethodModifiedCompatibile (line 443) | private boolean areMethodModifiedCompatibile(JDiffMethod apiMethod, Me... method checkMethodCompliance (line 471) | private void checkMethodCompliance() { method matches (line 524) | private boolean matches(JDiffMethod jDiffMethod, Method method) { method findMatchingMethod (line 561) | @SuppressWarnings("unchecked") method compareParam (line 579) | private static boolean compareParam(String jdiffParam, Type reflection... method checkConstructorCompliance (line 604) | @SuppressWarnings("unchecked") method findMatchingConstructor (line 640) | @SuppressWarnings("unchecked") method checkFieldsCompliance (line 681) | @SuppressWarnings("unchecked") method findMatchingField (line 727) | private Field findMatchingField(JDiffField field) { method checkClassModifiersCompliance (line 742) | private boolean checkClassModifiersCompliance() { method checkClassAnnotationCompliace (line 778) | private boolean checkClassAnnotationCompliace() { method checkClassExtendsCompliance (line 796) | private boolean checkClassExtendsCompliance() { method checkClassImplementsCompliance (line 813) | private boolean checkClassImplementsCompliance() { method checkClassCompliance (line 831) | @SuppressWarnings("unchecked") method toSignatureString (line 887) | public String toSignatureString() { method logMismatchInterfaceSignature (line 925) | private void logMismatchInterfaceSignature(String classFullName, Strin... method isEnumType (line 940) | private boolean isEnumType() { method findMatchingClass (line 949) | @SuppressWarnings("unchecked") method findInnerClassByName (line 989) | private Class findInnerClassByName(Class clz, String simpleName) { method isAnnotation (line 1003) | private boolean isAnnotation() { method getClassName (line 1012) | public String getClassName() { method setModifier (line 1021) | public void setModifier(int modifier) { method setType (line 1030) | public void setType(JDiffType type) { method setExtendsClass (line 1039) | public void setExtendsClass(String extendsClass) { method registerResultObserver (line 1049) | public void registerResultObserver(ResultObserver resultObserver) { method concatWildcardTypes (line 1060) | private static String concatWildcardTypes(Type[] types) { method typeToString (line 1079) | private static String typeToString(Type type) { method scrubJdiffParamType (line 1134) | private static String scrubJdiffParamType(String paramType) { FILE: tests/cts/signature/src/main/java/android/tests/sigtest/RcsApiSignatureTestResult.java class RcsApiSignatureTestResult (line 24) | public class RcsApiSignatureTestResult { method RcsApiSignatureTestResult (line 30) | public RcsApiSignatureTestResult(SignatureTestActivity.FAILURE_TYPE ty... method getType (line 37) | public SignatureTestActivity.FAILURE_TYPE getType() { method getClassName (line 41) | public String getClassName() { method getReason (line 45) | public String getReason() { FILE: tests/cts/signature/src/main/java/android/tests/sigtest/ResultObserver.java type ResultObserver (line 22) | public interface ResultObserver { method notifyFailure (line 30) | void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, String nam... FILE: tests/cts/signature/src/main/java/android/tests/sigtest/SignatureTest.java class SignatureTest (line 35) | public class SignatureTest { method SignatureTest (line 72) | public SignatureTest(ResultObserver resultObserver) { method beginDocument (line 80) | public static void beginDocument(XmlPullParser parser, String firstEle... method start (line 100) | public void start(XmlPullParser parser) throws XmlPullParserException,... method log (line 169) | public static void log(final String msg) { method addReportObserver (line 173) | public void addReportObserver(ResultObserver observer) { method removeReportObserver (line 177) | public void removeReportObserver(ResultObserver observer) { method clearReportObserverList (line 181) | public void clearReportObserverList() { method loadFieldInfo (line 192) | private JDiffField loadFieldInfo(String className, XmlPullParser parse... method loadMethodInfo (line 206) | private JDiffMethod loadMethodInfo(String className, XmlPullParser par... method loadConstructorInfo (line 220) | private JDiffConstructor loadConstructorInfo(XmlPullParser parser, method loadClassInfo (line 235) | private JDiffClassDescription loadClassInfo(XmlPullParser parser, bool... method modifierDescriptionToReflectedType (line 255) | private static int modifierDescriptionToReflectedType(String name, Str... method jdiffModifierToReflectionFormat (line 297) | private static int jdiffModifierToReflectionFormat(String name, XmlPul... FILE: tests/cts/signature/src/main/java/android/tests/sigtest/SignatureTestActivity.java class SignatureTestActivity (line 45) | public class SignatureTestActivity extends Activity { type FAILURE_TYPE (line 83) | public enum FAILURE_TYPE { method onCreate (line 101) | @Override class CheckRcsApiSignatureTask (line 143) | private class CheckRcsApiSignatureTask extends AsyncTask getNotGrantedPermissions() { method onRequestPermissionsResult (line 331) | @Override FILE: tools/settings/src/com/gsma/rcs/core/control/CoreControlApplication.java class CoreControlApplication (line 36) | public class CoreControlApplication extends Application { method onCreate (line 47) | @Override method getRcsServiceControl (line 74) | public static RcsServiceControl getRcsServiceControl() { FILE: tools/settings/src/com/gsma/rcs/core/control/settings/AboutSettings.java class AboutSettings (line 37) | public class AboutSettings extends Activity { method onCreate (line 39) | @Override method getAppVersion (line 61) | private String getAppVersion() { method getGsmaVersion (line 76) | private String getGsmaVersion() { FILE: tools/settings/src/com/gsma/rcs/core/control/settings/ControlCoreReceiver.java class ControlCoreReceiver (line 31) | public class ControlCoreReceiver extends BroadcastReceiver { method onReceive (line 32) | @Override FILE: tools/settings/src/com/gsma/rcs/core/control/settings/MessagingSettingsDisplay.java class MessagingSettingsDisplay (line 41) | @SuppressWarnings("deprecation") method onCreate (line 45) | @Override method onPreferenceChange (line 97) | public boolean onPreferenceChange(Preference preference, Object objVal... FILE: tools/settings/src/com/gsma/rcs/core/control/settings/SettingsDisplay.java class SettingsDisplay (line 53) | @SuppressWarnings("deprecation") method onCreate (line 71) | @Override method onResume (line 90) | @Override method onPause (line 119) | @Override method onPreferenceTreeClick (line 125) | public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen... method onCreateDialog (line 148) | @Override method onPreferenceChange (line 191) | @Override method initCheckbox (line 213) | private void initCheckbox(CheckBoxPreference checkbox, boolean checked... method initialize (line 218) | private void initialize() { method enablePreferences (line 257) | private void enablePreferences(boolean enabled) { method initBatteryLevel (line 269) | private void initBatteryLevel(CommonServiceConfiguration configuration) class WaitForConnectionManagerStart (line 276) | private class WaitForConnectionManagerStart extends AsyncTask