jar

com.microsoft.bot : bot-connector

Maven & Gradle

Oct 27, 2022
3 usages
180 stars

com.microsoft.bot:bot-connector · Bot Framework Connector

Table Of Contents

Latest Version

Download com.microsoft.bot : bot-connector JAR file - Latest Versions:

All Versions

Download com.microsoft.bot : bot-connector JAR file - All Versions:

Version Vulnerabilities Size Updated
4.14.x
4.13.x
4.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bot-connector-4.14.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.bot.restclient.protocol

├─ com.microsoft.bot.restclient.protocol.Environment.class - [JAR]

├─ com.microsoft.bot.restclient.protocol.ResponseBuilder.class - [JAR]

├─ com.microsoft.bot.restclient.protocol.SerializerAdapter.class - [JAR]

├─ com.microsoft.bot.restclient.protocol.package-info.class - [JAR]

com.microsoft.bot.restclient

├─ com.microsoft.bot.restclient.Base64Url.class - [JAR]

├─ com.microsoft.bot.restclient.CollectionFormat.class - [JAR]

├─ com.microsoft.bot.restclient.ExpandableStringEnum.class - [JAR]

├─ com.microsoft.bot.restclient.LogLevel.class - [JAR]

├─ com.microsoft.bot.restclient.RestClient.class - [JAR]

├─ com.microsoft.bot.restclient.RestException.class - [JAR]

├─ com.microsoft.bot.restclient.ServiceCallback.class - [JAR]

├─ com.microsoft.bot.restclient.ServiceClient.class - [JAR]

├─ com.microsoft.bot.restclient.ServiceResponse.class - [JAR]

├─ com.microsoft.bot.restclient.ServiceResponseBuilder.class - [JAR]

├─ com.microsoft.bot.restclient.ServiceResponseWithHeaders.class - [JAR]

├─ com.microsoft.bot.restclient.SkipParentValidation.class - [JAR]

├─ com.microsoft.bot.restclient.Validator.class - [JAR]

├─ com.microsoft.bot.restclient.package-info.class - [JAR]

com.microsoft.bot.restclient.interceptors

├─ com.microsoft.bot.restclient.interceptors.BaseUrlHandler.class - [JAR]

├─ com.microsoft.bot.restclient.interceptors.CustomHeadersInterceptor.class - [JAR]

├─ com.microsoft.bot.restclient.interceptors.LoggingInterceptor.class - [JAR]

├─ com.microsoft.bot.restclient.interceptors.RequestIdHeaderInterceptor.class - [JAR]

├─ com.microsoft.bot.restclient.interceptors.UserAgentInterceptor.class - [JAR]

├─ com.microsoft.bot.restclient.interceptors.package-info.class - [JAR]

com.microsoft.bot.restclient.retry

├─ com.microsoft.bot.restclient.retry.ExponentialBackoffRetryStrategy.class - [JAR]

├─ com.microsoft.bot.restclient.retry.RetryHandler.class - [JAR]

├─ com.microsoft.bot.restclient.retry.RetryStrategy.class - [JAR]

├─ com.microsoft.bot.restclient.retry.package-info.class - [JAR]

com.microsoft.bot.restclient.credentials

├─ com.microsoft.bot.restclient.credentials.BasicAuthenticationCredentials.class - [JAR]

├─ com.microsoft.bot.restclient.credentials.BasicAuthenticationCredentialsInterceptor.class - [JAR]

├─ com.microsoft.bot.restclient.credentials.ServiceClientCredentials.class - [JAR]

├─ com.microsoft.bot.restclient.credentials.TokenCredentials.class - [JAR]

├─ com.microsoft.bot.restclient.credentials.TokenCredentialsInterceptor.class - [JAR]

├─ com.microsoft.bot.restclient.credentials.package-info.class - [JAR]

com.microsoft.bot.connector

├─ com.microsoft.bot.connector.Async.class - [JAR]

├─ com.microsoft.bot.connector.Attachments.class - [JAR]

├─ com.microsoft.bot.connector.BotSignIn.class - [JAR]

├─ com.microsoft.bot.connector.Channels.class - [JAR]

├─ com.microsoft.bot.connector.ConnectorClient.class - [JAR]

├─ com.microsoft.bot.connector.ConnectorConfiguration.class - [JAR]

├─ com.microsoft.bot.connector.ConversationConstants.class - [JAR]

├─ com.microsoft.bot.connector.Conversations.class - [JAR]

├─ com.microsoft.bot.connector.ExecutorFactory.class - [JAR]

├─ com.microsoft.bot.connector.OAuthClient.class - [JAR]

├─ com.microsoft.bot.connector.OAuthClientConfig.class - [JAR]

├─ com.microsoft.bot.connector.ThrowSupplier.class - [JAR]

├─ com.microsoft.bot.connector.UserAgent.class - [JAR]

├─ com.microsoft.bot.connector.UserToken.class - [JAR]

├─ com.microsoft.bot.connector.package-info.class - [JAR]

com.microsoft.bot.connector.rest

├─ com.microsoft.bot.connector.rest.ErrorResponseException.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestAttachments.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestBotSignIn.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestConnectorClient.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestConversations.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestOAuthClient.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestTeamsConnectorClient.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestTeamsOperations.class - [JAR]

├─ com.microsoft.bot.connector.rest.RestUserToken.class - [JAR]

├─ com.microsoft.bot.connector.rest.package-info.class - [JAR]

com.microsoft.bot.connector.authentication

├─ com.microsoft.bot.connector.authentication.AllowedCallersClaimsValidator.class - [JAR]

├─ com.microsoft.bot.connector.authentication.AppCredentials.class - [JAR]

├─ com.microsoft.bot.connector.authentication.AppCredentialsInterceptor.class - [JAR]

├─ com.microsoft.bot.connector.authentication.AuthenticationConfiguration.class - [JAR]

├─ com.microsoft.bot.connector.authentication.AuthenticationConstants.class - [JAR]

├─ com.microsoft.bot.connector.authentication.AuthenticationException.class - [JAR]

├─ com.microsoft.bot.connector.authentication.Authenticator.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CachingOpenIdMetadata.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CachingOpenIdMetadataResolver.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CertificateAppCredentials.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CertificateAppCredentialsOptions.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CertificateAuthenticator.class - [JAR]

├─ com.microsoft.bot.connector.authentication.ChannelProvider.class - [JAR]

├─ com.microsoft.bot.connector.authentication.ChannelValidation.class - [JAR]

├─ com.microsoft.bot.connector.authentication.ClaimsIdentity.class - [JAR]

├─ com.microsoft.bot.connector.authentication.ClaimsValidator.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CredentialProvider.class - [JAR]

├─ com.microsoft.bot.connector.authentication.CredentialsAuthenticator.class - [JAR]

├─ com.microsoft.bot.connector.authentication.EmulatorValidation.class - [JAR]

├─ com.microsoft.bot.connector.authentication.EndorsementsValidator.class - [JAR]

├─ com.microsoft.bot.connector.authentication.EnterpriseChannelValidation.class - [JAR]

├─ com.microsoft.bot.connector.authentication.GovernmentAuthenticationConstants.class - [JAR]

├─ com.microsoft.bot.connector.authentication.GovernmentChannelValidation.class - [JAR]

├─ com.microsoft.bot.connector.authentication.JwtTokenExtractor.class - [JAR]

├─ com.microsoft.bot.connector.authentication.JwtTokenValidation.class - [JAR]

├─ com.microsoft.bot.connector.authentication.MicrosoftAppCredentials.class - [JAR]

├─ com.microsoft.bot.connector.authentication.MicrosoftGovernmentAppCredentials.class - [JAR]

├─ com.microsoft.bot.connector.authentication.OAuthConfiguration.class - [JAR]

├─ com.microsoft.bot.connector.authentication.OpenIdMetadata.class - [JAR]

├─ com.microsoft.bot.connector.authentication.OpenIdMetadataKey.class - [JAR]

├─ com.microsoft.bot.connector.authentication.OpenIdMetadataResolver.class - [JAR]

├─ com.microsoft.bot.connector.authentication.Retry.class - [JAR]

├─ com.microsoft.bot.connector.authentication.RetryAfterHelper.class - [JAR]

├─ com.microsoft.bot.connector.authentication.RetryException.class - [JAR]

├─ com.microsoft.bot.connector.authentication.RetryParams.class - [JAR]

├─ com.microsoft.bot.connector.authentication.SimpleChannelProvider.class - [JAR]

├─ com.microsoft.bot.connector.authentication.SimpleCredentialProvider.class - [JAR]

├─ com.microsoft.bot.connector.authentication.SkillValidation.class - [JAR]

├─ com.microsoft.bot.connector.authentication.TokenValidationParameters.class - [JAR]

├─ com.microsoft.bot.connector.authentication.package-info.class - [JAR]

com.microsoft.bot.connector.teams

├─ com.microsoft.bot.connector.teams.TeamsConnectorClient.class - [JAR]

├─ com.microsoft.bot.connector.teams.TeamsOperations.class - [JAR]

├─ com.microsoft.bot.connector.teams.package-info.class - [JAR]

com.microsoft.bot.restclient.serializer

├─ com.microsoft.bot.restclient.serializer.AdditionalPropertiesDeserializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.AdditionalPropertiesSerializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.Base64UrlSerializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.ByteArraySerializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.FlatteningDeserializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.FlatteningSerializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.HeadersSerializer.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.JacksonAdapter.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.JacksonConverterFactory.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.JsonFlatten.class - [JAR]

├─ com.microsoft.bot.restclient.serializer.package-info.class - [JAR]

Advertisement

Dependencies from Group

Oct 27, 2022
8 usages
180 stars
Oct 27, 2022
6 usages
180 stars
Oct 27, 2022
6 usages
180 stars
Oct 27, 2022
5 usages
180 stars
Oct 27, 2022
4 usages
180 stars

Discover Dependencies

Nov 10, 2020
1 usages
5 stars
Aug 22, 2023
1 usages
0 stars
Aug 21, 2022
1 usages
65 stars
Jul 21, 2023
3 usages
15 stars
Aug 21, 2022
1 usages
64 stars
Oct 12, 2021
1 usages
34 stars
Jul 27, 2020
1 usages
0 stars
Jul 19, 2021
1 usages
2 stars